What is the difference between Machine learning and Deep learning?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the difference between Machine learning and Deep learning??

30th May 2017, 12:44 AM
Suhi Kun
Suhi Kun - avatar
5 Answers
+ 3
machine learning is the broad field of algorithms which allow a machine to perform task without explicitly programmed to do so by learning. there is an algorithm in machine learning called the neural networks which mimics the human brain and it's learning capability. deep learning is a part of neural networks in which we have layers of neurons other than input and output layers, called the hidden layers. deep learning is used for complex tasks like image recognition, voice recognition, face recognition, etc.
30th May 2017, 2:57 AM
Nikunj Arora
Nikunj Arora - avatar
+ 3
In Machine learning, During Training machine come up with one function to classify the given input. In Deep learning, it is neural network and it has more than one hidden layer. more hidden layer means Our learning algorithm learns very deep.
30th May 2017, 9:33 AM
harishankar chinnathambi
+ 1
Machine Learning: Machine learning uses algorithms to parse data and learn from that data, and make informed decisions based on what it has learned. Deep Learning: Deep learning structures algorithms in layers to create an “artificial neural network” that can learn and make intelligent decisions on its own.
23rd Aug 2018, 8:26 AM
vamsikrishna.P
vamsikrishna.P - avatar
+ 1
ML models trained on data and give prediction on train data. cost function do not update here. DL where neural networks are used to update weights and biases to decrease cost function. back propagation is used to update weights
24th Aug 2018, 7:32 AM
Max Payne
+ 1
Deep Learning is under Machine Learning since it falls into the broad category of algorithms that allow computers "learn" from data. Its called deep learning because it utilizes artificial neural networks consisting of many hidden layers. So if you have a neural network consisting of one layer you can't really call that deep learning.
25th Aug 2018, 6:55 AM
Poet🎭
Poet🎭 - avatar