How does Deep Learning differ from Machine Learning?
Vijay Kumari
Select an image from your device to upload
Machine Learning can be defined as :
A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P if its performance at tasks in T, as measured by P, improves with experience E
Deep Learning can be defined as:
Deep learning is a particular kind of machine learning that achieves great power and flexibility by learning to represent the world as a nested hierarchy of concepts, with each concept defined in relation to simpler concepts, and more abstract representations computed in terms of less abstract ones.
From the above definitions, it can be inferred that Deep Learning is a sub-branch of Machine Learning. Also, deep learning alogos are used to provide a greater understanding of data and also to get a more accurate model, i.e. Deep Learning comes into picture when the traditional Machine Learning alogos fail to provide the desired results.
Deep Learning is used in scenarios where high-end calculations are needed i.e. the amount of data is huge for the traditional ML alogos to handle and process.
Machine Learning finds its usage in providing the base for deep learning to work
ML Algorithms
DL Algorithms