Gallery

Contacts

405 W. Greenlawn Ave Lansing, Michigan 48910

contact@techjacksolutions.com

+1-616-320-4064

Foundations learning vertical
Track 01 · Foundations Novice ~7 min

Is it AI, machine learning, or deep learning?

People use these three terms as if they mean the same thing — they don't. They're nested: deep learning sits inside machine learning, which sits inside AI. Learn what each one really means, how to tell them apart, and where today's generative AI fits — right here on the page.

Module progress
0%

01The big picture: nested, not separate

The simplest way to keep these terms straight is to picture circles inside circles. Artificial intelligence is the big outer circle — the broad goal of getting machines to do things that normally need human-like intelligence. Machine learning is a circle inside it. Deep learning is a smaller circle inside machine learning. And generative AI — the chatbots and image makers in the headlines — is an application built inside deep learning. Tap each ring to see what it means and an everyday example.

InteractiveTap a ring
Artificial Intelligence
Machine Learning
Deep Learning
Generative AI
The broad goal

Artificial Intelligence (AI)

The widest term: any technique that lets a machine carry out tasks we'd normally call "intelligent" — reasoning, planning, understanding language, recognizing images. Crucially, this includes plain hand-coded rules: a system that follows if-then logic written by a person is still AI, even though it never learns anything.

Everyday example: a thermostat or a chess program that follows fixed, hand-written rules.
  • AI is the broad goal — and it includes both learning systems and systems that just follow hand-coded rules.
  • Machine learning is the subset that learns patterns from data instead of being explicitly programmed.
  • Deep learning is a subset of machine learning that uses many-layered neural networks; generative AI is one application of it.

02The line that matters most: rules vs. learning

If you only remember one distinction, make it this one. Traditional AI does what a programmer told it to do: a person writes the rules — "if the email contains these exact words, mark it spam" — and the machine follows them. Machine learning flips that around. Instead of writing the rules, you show the system thousands of labelled examples and it figures out the patterns itself. Nobody hand-writes "spam looks like this"; the model learns it from the data. That shift — from programmed to learned — is the heart of what makes machine learning different from the rest of AI.

  • Rule-based AI: a human writes the logic; behaviour only changes when a human edits the rules.
  • Machine learning: the system is shown examples and learns the patterns; it improves as it sees more data.
  • Both are "AI" — the difference is where the rules come from: a person, or the data.

03Three ways a machine can learn

"Machine learning" isn't one method — there are three broad styles, and they differ in what kind of data they get and how they get feedback. Switch between them to see the idea and a one-line example of each.

InteractiveSwitch the learning style

Supervised — learning from labeled examples

The system is trained on data where each example comes with the right answer (a label). It learns to map inputs to those known answers, then applies that mapping to new, unseen inputs. This is the most common style in everyday applications.

example: show it emails marked "spam" / "not spam" → it learns to flag new spam

Unsupervised — finding structure in unlabeled data

The data has no labels. The system's job is to discover hidden structure on its own — grouping similar things together or spotting patterns nobody pointed out in advance.

example: give it customer records with no labels → it groups them into similar segments

Reinforcement — learning by trial and reward

The system learns by acting, then getting feedback — a reward for good outcomes, a penalty for bad ones. Over many tries it adjusts its behaviour to earn more reward, learning through trial and error rather than from a fixed answer key.

example: a program plays a game over and over, rewarded when it wins → it learns a winning strategy

04Where deep learning & generative AI fit

Deep learning is a particular way of doing machine learning: it uses neural networks with many layers ("deep" = many layers). Those extra layers let it learn very complex patterns directly from raw data — which is why deep learning powers most of the recent breakthroughs in image recognition and understanding language. Generative AI — the tools that write text, answer questions, or create images — is an application of deep learning: the same many-layered networks, pointed at the job of creating new content rather than just classifying or predicting. So the headline tools you hear about are deep learning, which is machine learning, which is AI — all the way out to that big outer circle.

05Which is it? Check your understanding

TJS Quiz
window.onload=function(){window.print()}<\/scr'+'ipt>'; var w=window.open('','_blank'); if(w){ w.document.write(html); w.document.close(); } } function accentHex(){ var v=getComputedStyle(root).getPropertyValue('--tjq-accent').trim(); return v||'#2095e9'; } function dlCanvas(cv){ var a=document.createElement('a'); a.download=(D.id||'quiz')+'-result.png'; a.href=cv.toDataURL('image/png'); a.click(); } function shareCard(pct,cat){ var cv=$('#tjqCardCv'); if(!cv||!cv.getContext) return; var x=cv.getContext('2d'),W=cv.width,H=cv.height,acc=accentHex(); var g=x.createLinearGradient(0,0,W,H); g.addColorStop(0,'#0E1F40'); g.addColorStop(1,'#10294f'); x.fillStyle=g; x.fillRect(0,0,W,H); x.save(); x.globalAlpha=.16; x.fillStyle=acc; x.beginPath(); x.arc(W*.85,H*.16,160,0,7); x.fill(); x.restore(); x.fillStyle='rgba(255,255,255,.55)'; x.font='600 21px DM Sans, sans-serif'; x.fillText('TJS QUIZ · AI KNOWLEDGE HUB',58,76); x.fillStyle='#fff'; x.font='700 60px Fraunces, serif'; x.fillText(D.topic||'Quiz',56,168); x.fillStyle=acc; x.font='700 28px "Space Mono", monospace'; x.fillText(String(cat||'').toUpperCase(),58,H-150); x.fillStyle='#fff'; x.font='700 104px "Archivo Black", sans-serif'; x.fillText(pct+'%',54,H-52); x.fillStyle='rgba(255,255,255,.55)'; x.font='400 21px DM Sans, sans-serif'; x.fillText('scored on the '+(D.topic||'')+' quiz',58,H-22); x.strokeStyle=acc; x.lineWidth=8; x.strokeRect(0,0,W,H); if(cv.toBlob && navigator.canShare){ cv.toBlob(function(blob){ try{ var file=new File([blob],'quiz-result.png',{type:'image/png'}); if(navigator.canShare({files:[file]})){ navigator.share({files:[file],title:'My quiz result',text:'I scored '+pct+'% ('+cat+') on the '+(D.topic||'')+' quiz.'}).catch(function(){dlCanvas(cv);}); return; } }catch(e){} dlCanvas(cv); }); } else dlCanvas(cv); } function certPrint(pct,cat){ var raw=(($('#tjqCertName')||{}).value)||''; var name=esc(raw.trim()); var ds=new Date().toLocaleDateString(undefined,{year:'numeric',month:'long',day:'numeric'}); var id='TJQ-'+String(Math.floor(Math.random()*1e9)); var acc=accentHex(); var html='Certificate
Certificate of Completion

'+esc(D.topic||'Quiz')+'

This recognizes

'+(name||'—')+'

for completing the assessment at the '+esc(cat)+' level ('+pct+'%).

'+ds+' · TJS AI Knowledge Hub · ID '+id+'

A self-assessment summary recognizing completion of an educational module — not a professional certification.

window.onload=function(){window.print();}<\/scr'+'ipt>'; var w=window.open('','_blank'); if(w){ w.document.write(html); w.document.close(); } } renderStart(); })();

06Take it with you & go deeper

"AI vs ML vs deep learning" — one-page summary
The whole module distilled to a printable cheat-sheet.
▸ Already on the site — go deeper
▸ Coming next — deeper progression
Coming soon

What is deep learning?

The inner circle — many-layered neural networks and what makes them "deep".

In the pipeline
Coming soon

How do neural networks work?

The building block under deep learning — neurons, layers, and the forward pass.

In the pipeline

Continue learning

Sources & review

Published by Tech Jacks Solutions · Reviewed June 2026. This lesson explains established concepts and is grounded in the references below; figures shown in the interactives are illustrative and labelled as such.

AI vs machine learning vs deep learning — in 5 minutes

Tech Jacks Solutions · AI Knowledge Hub · educational summary

They're nested, not separate

Deep Learning is inside Machine Learning, which is inside Artificial Intelligence. Generative AI is an application built on deep learning. Picture circles inside circles.

Artificial Intelligence (AI)

The broad goal: machines doing tasks that need human-like intelligence. This includes plain hand-coded rules — a system that just follows if-then logic written by a person is still AI, even though it never learns.

Machine learning

The subset of AI that learns patterns from data instead of being explicitly programmed. You show it examples; it works out the rules itself, and improves as it sees more data.

Deep learning & generative AI

Deep learning is machine learning using many-layered neural networks; it powers recent breakthroughs in vision and language. Generative AI is an application of deep learning that creates new content (text, images).

Three ways machine learning learns

Supervised — learns from labeled examples. Unsupervised — finds structure in unlabeled data. Reinforcement — learns by reward and trial-and-error.