Learning Library

← Back to Library

AI vs. Machine Learning Explained

Key Points

  • AI is defined as technology that matches or exceeds human capabilities such as discovering new information, inferring hidden insights, and reasoning.
  • Machine learning (ML) is a sub‑area of AI that makes predictions or decisions from data, learning patterns automatically rather than relying on explicit programming.
  • ML includes two main approaches: supervised learning, which uses labeled data and human oversight, and unsupervised learning, which finds hidden structures without explicit labels.
  • Deep learning is a specialized branch of ML that employs multilayer neural networks—structures of interconnected nodes that mimic aspects of human brain processing.
  • The relationship among these concepts can be visualized as a Venn diagram: AI is the broader field, ML is a subset focused on data‑driven learning, and deep learning is a further subset of ML.

Full Transcript

# AI vs. Machine Learning Explained **Source:** [https://www.youtube.com/watch?v=4RixMPF4xis](https://www.youtube.com/watch?v=4RixMPF4xis) **Duration:** 00:05:50 ## Summary - AI is defined as technology that matches or exceeds human capabilities such as discovering new information, inferring hidden insights, and reasoning. - Machine learning (ML) is a sub‑area of AI that makes predictions or decisions from data, learning patterns automatically rather than relying on explicit programming. - ML includes two main approaches: supervised learning, which uses labeled data and human oversight, and unsupervised learning, which finds hidden structures without explicit labels. - Deep learning is a specialized branch of ML that employs multilayer neural networks—structures of interconnected nodes that mimic aspects of human brain processing. - The relationship among these concepts can be visualized as a Venn diagram: AI is the broader field, ML is a subset focused on data‑driven learning, and deep learning is a further subset of ML. ## Sections - [00:00:00](https://www.youtube.com/watch?v=4RixMPF4xis&t=0s) **Distinguishing AI from Machine Learning** - The speaker defines AI as matching or exceeding human intelligence and capabilities, then clarifies that machine learning is a subset focused on making predictions or decisions based on data. ## Full Transcript
0:00artificial intelligence and machine 0:02learning what's the difference are they 0:05the same well some people kind of frame 0:07the question this way it's AI versus ml 0:11is that the right way to think of this 0:13or is it AI 0:16equals 0:17ml 0:19or is it AI is somehow something 0:21different than ml 0:24so here's three equations 0:25I wonder which one is going to be right 0:27well let's talk about this first of all 0:30when we talk about AI I think it's 0:32important to come with definitions 0:34because a lot of people have different 0:35ideas of what this is so I'm going to 0:38assert the simple definition that AI is 0:41basically exceeding or matching 0:44the capabilities of a human so we're 0:46trying to match the intelligence 0:48whatever that means and capabilities of 0:51a human subject 0:53now what could that involve there's a 0:55number of different things for instance 0:56one of them is the ability to discover 0:59to find out new information another is 1:02the ability to infer to read in 1:04information from other sources that 1:07maybe has not been explicitly stated and 1:10then also the ability to reason 1:13the ability to figure things out I put 1:16this and this together and I come up 1:17with something else so I'm going to 1:19suggest to you this is what AI is and 1:21that's the definition we'll use for this 1:22discussion now what kinds of things then 1:25would be involved if we were talking 1:27about doing machine learning well 1:30Machine learning I'm going to put that 1:32over here is basically a capability 1:37we'll start with a Venn diagram machine 1:39learning involves predictions or 1:41decisions based on data think about this 1:43as a very sophisticated form of 1:46statistical analysis it's looking for 1:48predictions based upon information that 1:51we have so the more we feed into the 1:53system the more it's able to give us 1:55accurate predictions and decisions based 1:58upon that data it's something that 2:00learns that's the L part rather than 2:02having to be programmed when we program 2:04a system I have to come up with all the 2:06code and if I wanted to do something 2:07different I have to go change the code 2:09and then get a different outcome in the 2:12machine learning situation what I'm 2:14doing could be adjusting some models but 2:16is different than programming and mostly 2:19it's learning the more data that I give 2:21to it so it's based on large amounts of 2:22information and there's a couple of 2:24different fields within couple of 2:26different types there is supervised 2:28machine learning and as you might guess 2:31there's an unsupervised machine learning 2:34and the main difference as the name 2:35implies is one has more human oversight 2:38looking at the training of the data 2:40using labels that are superimposed on 2:43the data unsupervised is kind of able to 2:45run more uh and and find things that 2:49were not explicitly stated 2:51okay so that's machine learning it turns 2:53out that there's a subfield of machine 2:54learning that we call Deep learning 2:58and what is deep learning well this 3:00involves things like neural networks 3:02neural networks involve nodes and 3:05statistical relationships between those 3:07nodes to model the way that our minds 3:09work 3:10and it's called Deep because we're doing 3:12multiple layers of those neural networks 3:15now the interesting thing about deep 3:17learning is we can end up with some very 3:19interesting insights but we might not 3:21always be able to tell how the system 3:22came up with that it doesn't always show 3:25its work fully so we could end up with 3:27some really interesting information not 3:30know in some cases how reliable that is 3:32because we don't know exactly how it was 3:34derived but it's still a very important 3:36part of all of this realm that we're 3:39dealing with so those are two areas and 3:41you can see DL is a subset of ml but 3:45what about artificial intelligence where 3:47does that fit in the Venn diagram 3:50and I'm going to suggest to you it is 3:53the superset of mldl and a bunch of 3:57other things what could the other of 3:59things be well we can involve things 4:01like natural language processing uh it 4:04could be vision 4:06so we want a system that's able to see 4:09we might even want a system that's able 4:10to hear and be able to distinguish what 4:12it's hearing and what it's seeing 4:14because after all humans are able to do 4:16that and that's part of what our brains 4:17do is distinguish those kinds of things 4:19it can involve other things like the 4:22ability to do text to speech 4:25so if we take written words Concepts and 4:28be able to speak those out so this first 4:30one involved being able to see things 4:33this is now being able to speak those 4:36things as well 4:37and then other things that humans are 4:39able to do naturally that we often take 4:41for granted is motion this is the field 4:44of Robotics which is a subset of AI the 4:47ability to just do simple things like 4:49tie our shoes open and close the door 4:51lift something walk somewhere that's all 4:54something that would be part of human 4:56capabilities and involves certain sorts 4:59of perceptions calculations that we do 5:01in our brains that we don't even think 5:02about so here's what it comes down to 5:05it's a Venn diagram and we've got 5:07machine learning We've Got Deep learning 5:09and we've got AI so I'm going to suggest 5:12to you the right way to think about this 5:13is not these equations those are not the 5:18way to look at it in fact what we should 5:19think about this as machine learning is 5:23a subset of a high 5:27and that's how we need to think about 5:29this when I'm doing machine learning in 5:31fact I am doing AI when I'm doing these 5:33other things I'm doing AI but none of 5:36them are all of AI but they're a very 5:38important part 5:41thanks for watching please remember to 5:43like this video And subscribe to this 5:45channel so we can continue to bring you 5:46content that matters to you