Artificial Intelligence Vs Machine Learning Vs Deep Learning
Artificial Intelligence Vs Machine Learning Vs Deep Learning
Artificial Intelligence Vs
Machine Learning Vs
Deep Learning
2
Dr P.Sudhakar
VVIT
Email
[email protected]
3
•The term artificial intelligence was first coined in the year 1956,
but AI has become more popular these days why? Well, it’s
because of the tremendous increase in data volumes, advanced
algorithms, and improvements in computing power and storage.
•The data we had was not enough to predict the accurate result.
But now there is a tremendous increase in the amount of data.
Statistics suggest that By 2020, the accumulated volume of big
data will increase from 4.4 zettabytes to roughly 44 zettabytes or
44 trillion GBs of data.
6
•The term artificial intelligence was first coined in the year 1956,
but AI has become more popular these days why? Well, it’s
because of the tremendous increase in data volumes, advanced
algorithms, and improvements in computing power and storage.
•The data we had was not enough to predict the accurate result.
But now there is a tremendous increase in the amount of data.
Statistics suggest that By 2020, the accumulated volume of big
data will increase from 4.4 zettabytes to roughly 44 zettabytes or
44 trillion GBs of data.
7
You can consider that building an artificial intelligence is like building a church.
Machine Learning
Machine Learning came into existence in the late 80’s and early
90’s. But what were the issues with the people which made Machine
Learning come into existence?
Statistics: How to efficiently train large complex models?
Computer Science & Artificial Intelligence: How to train more robust
versions of the AI systems?
Neuroscience: How to design operational models of the brain?
13
You can consider deep learning models as a rocket engine and its fuel is
the huge amount of data that we feed to these algorithms.
18
Example 1:
Let us try and understand how you
recognize a square from other shapes.
The first thing is to check whether there are
4 lines associated with a figure or not
(simple concept right!). If yes, we further
check, if they are connected and closed,
again if yes we finally check whether it is
perpendicular and all its sides are
equal (Correct!). Well, this nothing but
a nested hierarchy of concept.
20
What if we’re asked to resolve the same issue using the concepts of
machine learning, what we would do? First, we would define the
features such as check whether the animal has whiskers or not, or
check if the animal has pointed ears or not or whether its tail is
straight or curved.
In short, we will define the facial features and let the system identify
which features are more important in classifying a particular animal.
24
Example 2:
25
Example 2:
26
What if we’re asked to resolve the same issue using the concepts of
machine learning, what we would do? First, we would define the
features such as check whether the animal has whiskers or not, or
check if the animal has pointed ears or not or whether its tail is
straight or curved.
In short, we will define the facial features and let the system identify
which features are more important in classifying a particular animal.
27
•Now when it comes to deep learning. It takes this to one step ahead.
Deep Learning automatically finds out the features which are important
for classification, comparing to Machine Learning where we had to
manually give the features.
•By now I guess, AI vs Machine Learning vs Deep Learning has made you
clear that AI is a bigger picture, and Machine Learning and Deep Learning
are its subparts, so concluding it I would say the easiest way of
understanding the difference between machine learning and deep
learning is to know that deep learning is machine learning. More
specifically, it’s the next evolution of machine learning.
28
Data Dependency
30
Hardware Dependencies
32
Feature Engineering
34
Execution Time
36
Interpretability
37
38
Thank you !