What's the big difference between machine learning , deep learning and neural networks | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

What's the big difference between machine learning , deep learning and neural networks

3rd Mar 2018, 9:21 PM
Marien Mupenda
Marien Mupenda - avatar
3 Réponses
+ 8
Technically speaking, "machine learning" is a concept of making computer systems which are able to progressively improve their performance (a degree of success while performing a given task), without being specifically programmed to do so, based only on the data you feed them with. Deep learning is a sub-field of machine learning, which aims to find the best data representations, rather than improving a task-oriented algorithm. Hierarchically stacked (layered) nodes are performing input-output function processing of the data. Those layers can be many, thus the "deep" part of the name. Neural networks are those very structures which perform deep learning. Can be relatively simple, fully-connected, convolutional, recurrent and more. Each of the architectures is best suited for specific tasks, but that is another topic :) https://www.sololearn.com/learn/714/?ref=app
3rd Mar 2018, 9:48 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 8
https://www.sololearn.com/Discuss/430698/?ref=app https://www.sololearn.com/Discuss/1021703/?ref=app
3rd Mar 2018, 9:59 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 5
A neural network is an architecture. Neural networks are used in deep learning. Deep learning is a kind of machine learning. @kuba Good explanation 👍
3rd Mar 2018, 9:46 PM
Alex
Alex - avatar