...

/

Fundamentals of Machine Learning

Fundamentals of Machine Learning

Learn the fundamental concepts of Machine learning.

What is machine learning?

Arthur Samuel defines Machine learning as:

โ€œMachine Learning is a field of study that gives computers the ability to learn without being explicitly programmed.โ€ ~ Arthur Samuel

Traditional programming vs. machine learning

In traditional programming, the algorithm is known and a function is written to produce the output. In Machine learning, you know the input and the output but the algorithm is the unknown that produces the output.

Traditional Programming Machine Learning
Input data Take input and output
Apply logic to it to produce a result Figure out the
...