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:

Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Neural Networks - A visual introduction for beginners - Michael Taylor
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Python Machine Learning Eqution Reference - Sebastian Raschka
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
Neural Networks and Deep Learning - Charu C.Aggarwal
Fundamentals of Deep Learning - Nikhil Bubuma
Java Deep Learning Essentials - Yusuke Sugomori
Pattern recognition and machine learning - Christopher M.Bishop
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Applied Text Analysis with Python - Benjamin Benfort & Rebecca Bibro & Tony Ojeda
Deep Learning and Neural Networks - Jeff Heaton
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Python Data Structures and Algorithms - Benjamin Baka
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Deep Learning with Python - Francois Chollet
Data Science and Big Data Analytics - EMC Education Services
Amazon Machine Learning Developer Guild Version Latest
Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Machine Learning with Python for everyone - Mark E.Fenner
Medical Image Segmentation Using Artificial Neural Networks
Introduction to Scientific Programming with Python - Joakim Sundnes
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Intelligent Projects Using Python - Santanu Pattanayak
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...