Understanding Machine Learning from theory to algorithms – Shai Shalev-Shwartz & Shai Ben-David

The subject of this book is automated learning, or, as we will more often call it, Machine Learning (ML). That is, we wish to program computers so that they can “learn” from input available to them. Roughly speaking, learning is the process of converting experience into expertise or knowledge. The input to a learning algorithm is training data, representing experience, and the output is some expertise, which usually takes the form of another computer program that can perform some task. Seeking a formal-mathematical understanding of this concept, we’ll have to be more explicit about what we mean by each of the involved terms: What is the training data our programs will access? How can the process of learning be automated? How can we evaluate the success of such a process (namely, the quality of the output of a learning program)?

Related posts:

An introduction to neural networks - Kevin Gurney & University of Sheffield
Introduction to Deep Learning - Eugene Charniak
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Machine Learning with Python for everyone - Mark E.Fenner
Java Deep Learning Essentials - Yusuke Sugomori
Medical Image Segmentation Using Artificial Neural Networks
Deep Learning with Theano - Christopher Bourez
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Deep Learning with PyTorch - Vishnu Subramanian
Fundamentals of Deep Learning - Nikhil Bubuma
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Python Machine Learning - Sebastian Raschka
Deep Learning with Python - Francois Cholletf
Machine Learning Mastery with Python - Understand your data, create accurate models and work project...
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Artificial Intelligence - 101 things you must know today about our future - Lasse Rouhiainen
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Artificial Intelligence by example - Denis Rothman
Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Deep Learning dummies second edition - John Paul Mueller & Luca Massaronf
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Deep Learning with Python - Francois Chollet
Natural Language Processing in action - Hobson Lane & Cole Howard & Hannes Max Hapke
Introduction to the Math of Neural Networks - Jeff Heaton