Basic difference between machine learning and deep learning




Machine learning
Deep learning
Features extracted
Manual
Automatic
Classifiers selection
Manual
Automatic
Improvement over size of data increase
No
Yes
End-to-end learning
No
Yes
Amount of training data required
Medium
Large
Accelerated with GPU
Optional
Yes

No comments:

Post a Comment

apt install through corporate proxy

Assuming proxy service like CNTLM is up and running on Ubuntu machine, one can use apt-get to install package with specifying http proxy inf...