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.
The hundred-page Machine Learning Book – Andriy Burkov
An introduction to neural networks - Kevin Gurney & University of Sheffield
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
TensorFlow for Deep Learning - Bharath Ramsundar & Reza Bosagh Zadeh
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Machine Learning with spark and python - Michael Bowles
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Deep Learning with PyTorch - Vishnu Subramanian
Python Data Structures and Algorithms - Benjamin Baka
Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Machine Learning Mastery with Python - Understand your data, create accurate models and work project...
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Coding Theory - Algorithms, Architectures and Application
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Introduction to Deep Learning Business Application for Developers - Armando Vieira & Bernardete Ribe...
R Deep Learning Essentials - Dr. Joshua F.Wiley
Introduction to Machine Learning with Python - Andreas C.Muller & Sarah Guido
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Intelligent Projects Using Python - Santanu Pattanayak
Deep Learning with Applications Using Python - Navin Kumar Manaswi
Introduction to the Math of Neural Networks - Jeff Heaton
Deep Learning - Ian Goodfellow & Yoshua Bengio & Aaron Courville
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Deep Learning with Theano - Christopher Bourez
Artificial Intelligence by example - Denis Rothman
Deep Learning from Scratch - Building with Python form First Principles - Seth Weidman
Applied Text Analysis with Python - Benjamin Benfort & Rebecca Bibro & Tony Ojeda
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli