SlideShare uma empresa Scribd logo
1 de 17
Baixar para ler offline
Machine Learning vs Deep Learning: Here’s what you must know!
2
Copyright @ 2019 Learntek. All Rights Reserved. 3
Artificial Intelligence (AI) and Machine Learning (ML) are two words casually
thrown around in everyday conversations, be it at offices, institutes or technology
meetups. Artificial Intelligence is said to be the future enabled by Machine
Learning.
Now, Artificial Intelligence is defined as “the theory and development of computer
systems able to perform tasks normally requiring human intelligence, such as
visual perception, speech recognition, decision-making, and translation between
languages.” Putting it simply means making machines smarter to replicate human
tasks, and Machine Learning is the technique (using available data) to make this
possible.
Copyright @ 2019 Learntek. All Rights Reserved. 4
Researchers have been experimenting with frameworks to build algorithms,
which teach machines to deal with data just like humans do. These algorithms
lead to the formation of artificial neural networks that sample data to predict
near-accurate outcomes. To assist in building these artificial neural networks,
some companies have released open neural network libraries such as Google’s
Tensorflow (released in November 2015), among others, to build models that
process and predict application-specific cases. Tensorflow, for instance, runs on
GPUs, CPUs, desktop, server and mobile computing platforms. Some other
frameworks are Caffe, Deeplearning4j and Distributed Deep Learning. These
frameworks support languages such as Python, C/C++, and Java.
Copyright @ 2019 Learntek. All Rights Reserved. 5
It should be noted that artificial neural networks function just like a real brain that is
connected via neurons. So, each neuron processes data, which is then passed on to
the next neuron and so on, and the network keeps changing and adapting
accordingly. Now, for dealing with more complex data, machine learning has to be
derived from deep networks known as deep neural networks.
In our previous blogposts, we’ve discussed at length about Artificial Intelligence,
Machine Learning and Deep Learning, and how these terms cannot be interchanged,
though they sound similar. In this blogpost, we will discuss how Machine Learning is
different from Deep Learning.
Copyright @ 2019 Learntek. All Rights Reserved. 6
What factors differentiate Machine Learning from Deep Learning?
Machine Learning crunches data and tries to predict the desired outcome. The
neural networks formed are usually shallow and made of one input, one output, and
barely a hidden layer. Machine learning can be broadly classified into two types –
Supervised and Unsupervised. The former involves labelled data sets with specific
input and output, while the latter uses data sets with no specific structure.
On the other hand, now imagine the data that needs to be crunched is really
gigantic and the simulations are way too complex. This calls for a deeper
understanding or learning, which is made possible using complex layers. Deep
Learning networks are for far more complex problems and include a number of node
layers that indicate their depth.
Copyright @ 2019 Learntek. All Rights Reserved. 7
In our previous blogpost, we learnt about the four architectures of Deep Learning.
Let’s summarise them quickly:
Unsupervised Pre-trained Networks (UPNs)
Unlike traditional machine learning algorithms, deep learning networks can
perform automatic feature extraction without the need for human intervention. So,
unsupervised means without telling the network what is right or wrong, which it
will will figure out on its own. And, pre-trained means using a data set to train the
neural network. For example, training pairs of layers as Restricted Boltzmann
Machines. It will then use the trained weights for supervised training. However, this
method isn’t efficient to handle complex image processing tasks, which brings
Convolutions or Convolutional Neural Networks (CNNs) to the forefront.
Copyright @ 2019 Learntek. All Rights Reserved. 8
Convolutional Neural Networks (CNNs)
Convolutional Neural Networks use replicas of the same neuron, which means
neurons can be learnt and used at multiple places. This simplifies the process,
especially during object or image recognition. Convolutional neural
network architectures assume that the inputs are images. This allows encoding a
few properties into the architecture. It also reduces the number of parameters in
the network.
Copyright @ 2019 Learntek. All Rights Reserved. 9
Recurrent Neural Networks
Recurrent Neural Networks (RNN) use sequential information and do not assume
all inputs and outputs are independent like we see in traditional neural networks.
So, unlike feed-forward neural networks, RNNs can utilize their internal memory
to process sequence inputs. They rely on preceding computations and what has
been already calculated. It is applicable for tasks such as speech recognition,
handwriting recognition, or any similar unsegmented task.
Copyright @ 2019 Learntek. All Rights Reserved.
10
Recursive Neural Networks
A Recursive Neural Network is a generalisation of a Recurrent Neural Network and is
generated by applying a fixed and consistent set of weights repetitively, or
recursively, over the structure. Recursive Neural Networks take the form of a tree,
while Recurrent is a chain. Recursive Neural Nets have been utilized in Natural
Language Processing (NLP) for tasks such as Sentiment Analysis.
In a nutshell, Deep Learning is nothing but an advanced method of Machine
Learning. Deep Learning networks deal with unlabelled data, which is trained. Every
node in these deep layer learns the set of features automatically. It then aims to
reconstruct the input and tries to do so by minimizing the guesswork with each
passing node. It doesn’t need specific data and in fact is so smart that draws co-
relations from the feature set to get optimal results. They are capable of learning
gigantic data sets with numerous parameters, and form structures from unlabelled
or unstructured data.
Copyright @ 2019 Learntek. All Rights Reserved. 11
Now, let’s take a look the key differences:
Copyright @ 2015 Learntek. All Rights Reserved. 12
The future with Machine Learning and Deep Learning
Moving further, let’s take a look at the use cases of both Machine Learning and
Deep Learning. However, one should note that Machine Learning use cases are
available while Deep Learning are still in the developing stage.
While Machine Learning plays a huge role in Artificial Intelligence, it is the
possibilities introduced by Deep Learning that is changing the world as we know it.
These technologies will see a future in many industries, some of which are:
Copyright @ 2019 Learntek. All Rights Reserved. 13
Customer service
Machine Learning is being implemented to understand and answer customer
queries as accurately and soon as possible. For instance, it is very common to find a
chatbot on product websites, which is trained to answer all customer queries
related to the product and after services. Deep Learning takes it a step further by
gauging customer’s mood, interests and emotions (in real-time) and making
available dynamic content for a more refined customer service.
Copyright @ 2019 Learntek. All Rights Reserved. 14
Automotive industry
Autonomous cars have been hitting the headlines on and off. From Google to Uber,
everyone is trying their hand at it. Machine Learning and Deep Learning sit
comfortably at its core, but what’s even more interesting is the autonomous
customer care making CSRs more efficient with these new technologies. Digital
CSRs learn and offer information that is almost accurate and in shorter span of
time.
Copyright @ 2019 Learntek. All Rights Reserved. 15
Speech recognition
Machine Learning plays a huge role in speech recognition by learning from users
over the time. And, Deep Learning can go beyond the role played by Machine
Learning by introducing abilities to classify audio, recognise speakers, among other
things.
Deep Learning has all benefits of Machine Learning and is considered to become
the major driver towards Artificial Intelligence. Start-ups, MNCs, researchers and
government bodies have realised the potential of AI, and have begun tapping into
its potential to make our lives easier.
Copyright @ 2019 Learntek. All Rights Reserved. 16
Artificial Intelligence and Big Data are believed to the trends that one should
watch out for the future. Today, there are many courses available online that
offer real-time, comprehensive training in these newer, emerging technologies.
Copyright @ 2019 Learntek. All Rights Reserved. 17
For more Training Information , Contact Us
Email : info@learntek.org
USA : +1734 418 2465
INDIA : +40 4018 1306
+7799713624

Mais conteúdo relacionado

Mais procurados

Cognitive Computing
Cognitive ComputingCognitive Computing
Cognitive ComputingPietro Leo
 
DWX 2018 Session about Artificial Intelligence, Machine and Deep Learning
DWX 2018 Session about Artificial Intelligence, Machine and Deep LearningDWX 2018 Session about Artificial Intelligence, Machine and Deep Learning
DWX 2018 Session about Artificial Intelligence, Machine and Deep LearningMykola Dobrochynskyy
 
Benefits from Deep Learning AI for the Mobile Apps
Benefits from Deep Learning AI for the Mobile AppsBenefits from Deep Learning AI for the Mobile Apps
Benefits from Deep Learning AI for the Mobile AppsCycloides
 
Machine Learning
Machine LearningMachine Learning
Machine Learningbutest
 
Steve Mills - Your Cognitive Future
Steve Mills - Your Cognitive FutureSteve Mills - Your Cognitive Future
Steve Mills - Your Cognitive FutureSogetiLabs
 
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...APJ ABDUL KALAM TECHNICAL UNIVERSITY
 
Artificial intellegence
Artificial intellegenceArtificial intellegence
Artificial intellegencegeetinsaa
 
What are the differences between machine learning and deep learning
What are the differences between machine learning and deep learningWhat are the differences between machine learning and deep learning
What are the differences between machine learning and deep learningShelly Megan
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligencearpitnot4u
 
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - PhdassistanceArtificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - PhdassistancePhD Assistance
 
The technologies of ai used in different corporate world
The technologies of ai used in different  corporate worldThe technologies of ai used in different  corporate world
The technologies of ai used in different corporate worldEr. rahul abhishek
 
Artificial Intelligence Vs Machine Learning Vs Deep Learning
Artificial Intelligence Vs Machine Learning Vs Deep LearningArtificial Intelligence Vs Machine Learning Vs Deep Learning
Artificial Intelligence Vs Machine Learning Vs Deep Learningvenkatvajradhar1
 
[FDD 2016] Pablo Ribalta - Deep Learning
[FDD 2016] Pablo Ribalta - Deep Learning[FDD 2016] Pablo Ribalta - Deep Learning
[FDD 2016] Pablo Ribalta - Deep LearningFuture Processing
 
Cognitive Computing and the future of Artificial Intelligence
Cognitive Computing and the future of Artificial IntelligenceCognitive Computing and the future of Artificial Intelligence
Cognitive Computing and the future of Artificial IntelligenceVarun Singh
 
Basics of machine_learning
Basics of machine_learningBasics of machine_learning
Basics of machine_learningHasib Shaikh
 

Mais procurados (20)

Cognitive Computing
Cognitive ComputingCognitive Computing
Cognitive Computing
 
DWX 2018 Session about Artificial Intelligence, Machine and Deep Learning
DWX 2018 Session about Artificial Intelligence, Machine and Deep LearningDWX 2018 Session about Artificial Intelligence, Machine and Deep Learning
DWX 2018 Session about Artificial Intelligence, Machine and Deep Learning
 
Cognitive computing
Cognitive computing Cognitive computing
Cognitive computing
 
Benefits from Deep Learning AI for the Mobile Apps
Benefits from Deep Learning AI for the Mobile AppsBenefits from Deep Learning AI for the Mobile Apps
Benefits from Deep Learning AI for the Mobile Apps
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Steve Mills - Your Cognitive Future
Steve Mills - Your Cognitive FutureSteve Mills - Your Cognitive Future
Steve Mills - Your Cognitive Future
 
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
Industrial training (Artificial Intelligence, Machine Learning & Deep Learnin...
 
Artificial intellegence
Artificial intellegenceArtificial intellegence
Artificial intellegence
 
Cognitive computing
Cognitive computingCognitive computing
Cognitive computing
 
What are the differences between machine learning and deep learning
What are the differences between machine learning and deep learningWhat are the differences between machine learning and deep learning
What are the differences between machine learning and deep learning
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - PhdassistanceArtificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
Artificial Intelligence Research Topics for PhD Manuscripts 2021 - Phdassistance
 
The technologies of ai used in different corporate world
The technologies of ai used in different  corporate worldThe technologies of ai used in different  corporate world
The technologies of ai used in different corporate world
 
Artificial Intelligence Vs Machine Learning Vs Deep Learning
Artificial Intelligence Vs Machine Learning Vs Deep LearningArtificial Intelligence Vs Machine Learning Vs Deep Learning
Artificial Intelligence Vs Machine Learning Vs Deep Learning
 
Cognitive computing
Cognitive computing Cognitive computing
Cognitive computing
 
[FDD 2016] Pablo Ribalta - Deep Learning
[FDD 2016] Pablo Ribalta - Deep Learning[FDD 2016] Pablo Ribalta - Deep Learning
[FDD 2016] Pablo Ribalta - Deep Learning
 
Cognitive Computing and the future of Artificial Intelligence
Cognitive Computing and the future of Artificial IntelligenceCognitive Computing and the future of Artificial Intelligence
Cognitive Computing and the future of Artificial Intelligence
 
Diff between AI& ML&DL
Diff between AI& ML&DLDiff between AI& ML&DL
Diff between AI& ML&DL
 
Basics of machine_learning
Basics of machine_learningBasics of machine_learning
Basics of machine_learning
 
Cognitive computing 2016
Cognitive computing 2016Cognitive computing 2016
Cognitive computing 2016
 

Semelhante a Ml vs dl

Deep learning vs. machine learning what business leaders need to know
Deep learning vs. machine learning what business leaders need to knowDeep learning vs. machine learning what business leaders need to know
Deep learning vs. machine learning what business leaders need to knowSameerShaik43
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?Ahmed Banafa
 
DIFFERENCE BETWEEN MACHINE LEARNING VS DEEP LEARNING.pptx
DIFFERENCE BETWEEN MACHINE LEARNING VS DEEP LEARNING.pptxDIFFERENCE BETWEEN MACHINE LEARNING VS DEEP LEARNING.pptx
DIFFERENCE BETWEEN MACHINE LEARNING VS DEEP LEARNING.pptxWriteMe
 
Neural Network with Deep Learning
Neural Network with Deep LearningNeural Network with Deep Learning
Neural Network with Deep LearningRobert Smith
 
“It’s Not About Sensor Making, it’s About Sense Making” - Moriya Kassis @Prod...
“It’s Not About Sensor Making, it’s About Sense Making” - Moriya Kassis @Prod...“It’s Not About Sensor Making, it’s About Sense Making” - Moriya Kassis @Prod...
“It’s Not About Sensor Making, it’s About Sense Making” - Moriya Kassis @Prod...Product of Things
 
It’s Not About Sensor Making, it’s About Sense Making
It’s Not About Sensor Making, it’s About Sense MakingIt’s Not About Sensor Making, it’s About Sense Making
It’s Not About Sensor Making, it’s About Sense MakingMoriya Kassis
 
A quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadA quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadJatin Sapra
 
Machine Learning Glossary
Machine Learning GlossaryMachine Learning Glossary
Machine Learning GlossaryCloudFactory
 
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...eswaralaldevadoss
 
How to build an AI app.pdf
How to build an AI app.pdfHow to build an AI app.pdf
How to build an AI app.pdfStephenAmell4
 
leewayhertz.com-How to build an AI app.pdf
leewayhertz.com-How to build an AI app.pdfleewayhertz.com-How to build an AI app.pdf
leewayhertz.com-How to build an AI app.pdfrobertsamuel23
 
Artificial intelligence in practice- part-1
Artificial intelligence in practice- part-1Artificial intelligence in practice- part-1
Artificial intelligence in practice- part-1GMR Group
 
Deep Learnings Training.pptx
Deep Learnings Training.pptxDeep Learnings Training.pptx
Deep Learnings Training.pptxirfanakram32
 
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062Wael Alawsey
 
How to build an AI app.pdf
How to build an AI app.pdfHow to build an AI app.pdf
How to build an AI app.pdfMatthewHaws4
 
Building an AI App: A Comprehensive Guide for Beginners
Building an AI App: A Comprehensive Guide for BeginnersBuilding an AI App: A Comprehensive Guide for Beginners
Building an AI App: A Comprehensive Guide for BeginnersChristopherTHyatt
 
Fundamental of AI
Fundamental of AIFundamental of AI
Fundamental of AIICSTM2021
 
Deep Learning disruption
Deep Learning disruptionDeep Learning disruption
Deep Learning disruptionUsman Qayyum
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISpijans
 

Semelhante a Ml vs dl (20)

Deep learning vs. machine learning what business leaders need to know
Deep learning vs. machine learning what business leaders need to knowDeep learning vs. machine learning what business leaders need to know
Deep learning vs. machine learning what business leaders need to know
 
What is Deep Learning?
What is Deep Learning?What is Deep Learning?
What is Deep Learning?
 
DIFFERENCE BETWEEN MACHINE LEARNING VS DEEP LEARNING.pptx
DIFFERENCE BETWEEN MACHINE LEARNING VS DEEP LEARNING.pptxDIFFERENCE BETWEEN MACHINE LEARNING VS DEEP LEARNING.pptx
DIFFERENCE BETWEEN MACHINE LEARNING VS DEEP LEARNING.pptx
 
Neural Network with Deep Learning
Neural Network with Deep LearningNeural Network with Deep Learning
Neural Network with Deep Learning
 
“It’s Not About Sensor Making, it’s About Sense Making” - Moriya Kassis @Prod...
“It’s Not About Sensor Making, it’s About Sense Making” - Moriya Kassis @Prod...“It’s Not About Sensor Making, it’s About Sense Making” - Moriya Kassis @Prod...
“It’s Not About Sensor Making, it’s About Sense Making” - Moriya Kassis @Prod...
 
It’s Not About Sensor Making, it’s About Sense Making
It’s Not About Sensor Making, it’s About Sense MakingIt’s Not About Sensor Making, it’s About Sense Making
It’s Not About Sensor Making, it’s About Sense Making
 
A quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadA quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - Techahead
 
Machine Learning Glossary
Machine Learning GlossaryMachine Learning Glossary
Machine Learning Glossary
 
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
 
How to build an AI app.pdf
How to build an AI app.pdfHow to build an AI app.pdf
How to build an AI app.pdf
 
How to build an AI app.pdf
How to build an AI app.pdfHow to build an AI app.pdf
How to build an AI app.pdf
 
leewayhertz.com-How to build an AI app.pdf
leewayhertz.com-How to build an AI app.pdfleewayhertz.com-How to build an AI app.pdf
leewayhertz.com-How to build an AI app.pdf
 
Artificial intelligence in practice- part-1
Artificial intelligence in practice- part-1Artificial intelligence in practice- part-1
Artificial intelligence in practice- part-1
 
Deep Learnings Training.pptx
Deep Learnings Training.pptxDeep Learnings Training.pptx
Deep Learnings Training.pptx
 
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
ARTIFICIAL INTELLIGENT ( ITS / TASK 6 ) done by Wael Saad Hameedi / P71062
 
How to build an AI app.pdf
How to build an AI app.pdfHow to build an AI app.pdf
How to build an AI app.pdf
 
Building an AI App: A Comprehensive Guide for Beginners
Building an AI App: A Comprehensive Guide for BeginnersBuilding an AI App: A Comprehensive Guide for Beginners
Building an AI App: A Comprehensive Guide for Beginners
 
Fundamental of AI
Fundamental of AIFundamental of AI
Fundamental of AI
 
Deep Learning disruption
Deep Learning disruptionDeep Learning disruption
Deep Learning disruption
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
 

Mais de Janu Jahnavi

Analytics using r programming
Analytics using r programmingAnalytics using r programming
Analytics using r programmingJanu Jahnavi
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platformJanu Jahnavi
 
Google cloud Platform
Google cloud PlatformGoogle cloud Platform
Google cloud PlatformJanu Jahnavi
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8Janu Jahnavi
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8Janu Jahnavi
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonJanu Jahnavi
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonJanu Jahnavi
 

Mais de Janu Jahnavi (20)

Analytics using r programming
Analytics using r programmingAnalytics using r programming
Analytics using r programming
 
Software testing
Software testingSoftware testing
Software testing
 
Software testing
Software testingSoftware testing
Software testing
 
Spring
SpringSpring
Spring
 
Stack skills
Stack skillsStack skills
Stack skills
 
Ui devopler
Ui devoplerUi devopler
Ui devopler
 
Apache flink
Apache flinkApache flink
Apache flink
 
Apache flink
Apache flinkApache flink
Apache flink
 
Angular js
Angular jsAngular js
Angular js
 
Mysql python
Mysql pythonMysql python
Mysql python
 
Mysql python
Mysql pythonMysql python
Mysql python
 
Ruby with cucmber
Ruby with cucmberRuby with cucmber
Ruby with cucmber
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
 
Apache kafka
Apache kafkaApache kafka
Apache kafka
 
Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platform
 
Google cloud Platform
Google cloud PlatformGoogle cloud Platform
Google cloud Platform
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8
 
Apache spark with java 8
Apache spark with java 8Apache spark with java 8
Apache spark with java 8
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk python
 
Categorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk pythonCategorizing and pos tagging with nltk python
Categorizing and pos tagging with nltk python
 

Último

Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 

Último (20)

Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 

Ml vs dl

  • 1. Machine Learning vs Deep Learning: Here’s what you must know!
  • 2. 2
  • 3. Copyright @ 2019 Learntek. All Rights Reserved. 3 Artificial Intelligence (AI) and Machine Learning (ML) are two words casually thrown around in everyday conversations, be it at offices, institutes or technology meetups. Artificial Intelligence is said to be the future enabled by Machine Learning. Now, Artificial Intelligence is defined as “the theory and development of computer systems able to perform tasks normally requiring human intelligence, such as visual perception, speech recognition, decision-making, and translation between languages.” Putting it simply means making machines smarter to replicate human tasks, and Machine Learning is the technique (using available data) to make this possible.
  • 4. Copyright @ 2019 Learntek. All Rights Reserved. 4 Researchers have been experimenting with frameworks to build algorithms, which teach machines to deal with data just like humans do. These algorithms lead to the formation of artificial neural networks that sample data to predict near-accurate outcomes. To assist in building these artificial neural networks, some companies have released open neural network libraries such as Google’s Tensorflow (released in November 2015), among others, to build models that process and predict application-specific cases. Tensorflow, for instance, runs on GPUs, CPUs, desktop, server and mobile computing platforms. Some other frameworks are Caffe, Deeplearning4j and Distributed Deep Learning. These frameworks support languages such as Python, C/C++, and Java.
  • 5. Copyright @ 2019 Learntek. All Rights Reserved. 5 It should be noted that artificial neural networks function just like a real brain that is connected via neurons. So, each neuron processes data, which is then passed on to the next neuron and so on, and the network keeps changing and adapting accordingly. Now, for dealing with more complex data, machine learning has to be derived from deep networks known as deep neural networks. In our previous blogposts, we’ve discussed at length about Artificial Intelligence, Machine Learning and Deep Learning, and how these terms cannot be interchanged, though they sound similar. In this blogpost, we will discuss how Machine Learning is different from Deep Learning.
  • 6. Copyright @ 2019 Learntek. All Rights Reserved. 6 What factors differentiate Machine Learning from Deep Learning? Machine Learning crunches data and tries to predict the desired outcome. The neural networks formed are usually shallow and made of one input, one output, and barely a hidden layer. Machine learning can be broadly classified into two types – Supervised and Unsupervised. The former involves labelled data sets with specific input and output, while the latter uses data sets with no specific structure. On the other hand, now imagine the data that needs to be crunched is really gigantic and the simulations are way too complex. This calls for a deeper understanding or learning, which is made possible using complex layers. Deep Learning networks are for far more complex problems and include a number of node layers that indicate their depth.
  • 7. Copyright @ 2019 Learntek. All Rights Reserved. 7 In our previous blogpost, we learnt about the four architectures of Deep Learning. Let’s summarise them quickly: Unsupervised Pre-trained Networks (UPNs) Unlike traditional machine learning algorithms, deep learning networks can perform automatic feature extraction without the need for human intervention. So, unsupervised means without telling the network what is right or wrong, which it will will figure out on its own. And, pre-trained means using a data set to train the neural network. For example, training pairs of layers as Restricted Boltzmann Machines. It will then use the trained weights for supervised training. However, this method isn’t efficient to handle complex image processing tasks, which brings Convolutions or Convolutional Neural Networks (CNNs) to the forefront.
  • 8. Copyright @ 2019 Learntek. All Rights Reserved. 8 Convolutional Neural Networks (CNNs) Convolutional Neural Networks use replicas of the same neuron, which means neurons can be learnt and used at multiple places. This simplifies the process, especially during object or image recognition. Convolutional neural network architectures assume that the inputs are images. This allows encoding a few properties into the architecture. It also reduces the number of parameters in the network.
  • 9. Copyright @ 2019 Learntek. All Rights Reserved. 9 Recurrent Neural Networks Recurrent Neural Networks (RNN) use sequential information and do not assume all inputs and outputs are independent like we see in traditional neural networks. So, unlike feed-forward neural networks, RNNs can utilize their internal memory to process sequence inputs. They rely on preceding computations and what has been already calculated. It is applicable for tasks such as speech recognition, handwriting recognition, or any similar unsegmented task.
  • 10. Copyright @ 2019 Learntek. All Rights Reserved. 10 Recursive Neural Networks A Recursive Neural Network is a generalisation of a Recurrent Neural Network and is generated by applying a fixed and consistent set of weights repetitively, or recursively, over the structure. Recursive Neural Networks take the form of a tree, while Recurrent is a chain. Recursive Neural Nets have been utilized in Natural Language Processing (NLP) for tasks such as Sentiment Analysis. In a nutshell, Deep Learning is nothing but an advanced method of Machine Learning. Deep Learning networks deal with unlabelled data, which is trained. Every node in these deep layer learns the set of features automatically. It then aims to reconstruct the input and tries to do so by minimizing the guesswork with each passing node. It doesn’t need specific data and in fact is so smart that draws co- relations from the feature set to get optimal results. They are capable of learning gigantic data sets with numerous parameters, and form structures from unlabelled or unstructured data.
  • 11. Copyright @ 2019 Learntek. All Rights Reserved. 11 Now, let’s take a look the key differences:
  • 12. Copyright @ 2015 Learntek. All Rights Reserved. 12 The future with Machine Learning and Deep Learning Moving further, let’s take a look at the use cases of both Machine Learning and Deep Learning. However, one should note that Machine Learning use cases are available while Deep Learning are still in the developing stage. While Machine Learning plays a huge role in Artificial Intelligence, it is the possibilities introduced by Deep Learning that is changing the world as we know it. These technologies will see a future in many industries, some of which are:
  • 13. Copyright @ 2019 Learntek. All Rights Reserved. 13 Customer service Machine Learning is being implemented to understand and answer customer queries as accurately and soon as possible. For instance, it is very common to find a chatbot on product websites, which is trained to answer all customer queries related to the product and after services. Deep Learning takes it a step further by gauging customer’s mood, interests and emotions (in real-time) and making available dynamic content for a more refined customer service.
  • 14. Copyright @ 2019 Learntek. All Rights Reserved. 14 Automotive industry Autonomous cars have been hitting the headlines on and off. From Google to Uber, everyone is trying their hand at it. Machine Learning and Deep Learning sit comfortably at its core, but what’s even more interesting is the autonomous customer care making CSRs more efficient with these new technologies. Digital CSRs learn and offer information that is almost accurate and in shorter span of time.
  • 15. Copyright @ 2019 Learntek. All Rights Reserved. 15 Speech recognition Machine Learning plays a huge role in speech recognition by learning from users over the time. And, Deep Learning can go beyond the role played by Machine Learning by introducing abilities to classify audio, recognise speakers, among other things. Deep Learning has all benefits of Machine Learning and is considered to become the major driver towards Artificial Intelligence. Start-ups, MNCs, researchers and government bodies have realised the potential of AI, and have begun tapping into its potential to make our lives easier.
  • 16. Copyright @ 2019 Learntek. All Rights Reserved. 16 Artificial Intelligence and Big Data are believed to the trends that one should watch out for the future. Today, there are many courses available online that offer real-time, comprehensive training in these newer, emerging technologies.
  • 17. Copyright @ 2019 Learntek. All Rights Reserved. 17 For more Training Information , Contact Us Email : info@learntek.org USA : +1734 418 2465 INDIA : +40 4018 1306 +7799713624