Skip to content
Khushdeep Singh edited this page Oct 6, 2019 · 5 revisions

What is machine learning:

Field of study that gives computers the ability to learn without being explicitly programmed -Arthur Samuel, IBM, 1959 Machine learning algorithms can figure out how to perform important tasks by generalizing from examples

Machine learning is fitting a function to examples and using that function to generalize and make the predictions about new examples

Deep Learning

Deep learning is fitting functions to examples where those functions are connected layers of nodes; with the intent to generalize and make predictions about new examples

Clone this wiki locally