The hundred-page Machine Learning Book – Andriy Burkov

Let’s start by telling the truth: machines don’t learn. What a typical “learning machine” does, is finding a mathematical formula, which, when applied to a collection of inputs (called “training data”), produces the desired outputs. This mathematical formula also generates the correct outputs for most other inputs (distinct from the training data) on the condition that those inputs come from the same or a similar statistical distribution as the one the training data was drawn from. Why isn’t that learning? Because if you slightly distort the inputs, the output is very likely to become completely wrong. It’s not how learning in animals works. If you learned to play a video game by looking straight at the screen, you would still be a good player if someone rotates the screen slightly. A machine learning algorithm, if it was trained by “looking” straight at the screen, unless it was also trained to recognize rotation, will fail to play the game on a rotated screen. So why the name “machine learning” then? The reason, as is often the case, is marketing: Arthur Samuel, an American pioneer in the field of computer gaming and artificial intelligence, coined the term in 1959 while at IBM. Similarly to how in the 2010s IBM tried to market the term “cognitive computing” to stand out from competition, in the 1960s, IBM used the new cool term “machine learning” to attract both clients and talented employees. As you can see, just like artificial intelligence is not intelligence, machine learning is not learning. However, machine learning is a universally recognized term that usually refers to the science and engineering of building machines capable of doing various useful things without being explicitly programmed to do so. So, the word “learning” in the term is used by analogy with the learning in animals rather than literally.

Related posts:

Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Deep Learning dummies second edition - John Paul Mueller & Luca Massaronf
Introduction to the Math of Neural Networks - Jeff Heaton
Python Machine Learning - Sebastian Raschka
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Neural Networks and Deep Learning - Charu C.Aggarwal
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Coding Theory - Algorithms, Architectures and Application
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow - Aurelien Geron
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
TensorFlow for Deep Learning - Bharath Ramsundar & Reza Bosagh Zadeh
Fundamentals of Deep Learning - Nikhil Bubuma
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Neural Networks - A visual introduction for beginners - Michael Taylor
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Learn Keras for Deep Neural Networks - Jojo Moolayil
Deep Learning with Applications Using Python - Navin Kumar Manaswi
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel
Machine Learning with Python for everyone - Mark E.Fenner
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Artificial Intelligence - 101 things you must know today about our future - Lasse Rouhiainen
Intelligent Projects Using Python - Santanu Pattanayak
Deep Learning with Python - Francois Cholletf
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Deep Learning with PyTorch - Vishnu Subramanian
Python Data Structures and Algorithms - Benjamin Baka
Natural Language Processing in action - Hobson Lane & Cole Howard & Hannes Max Hapke
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad