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:

Scikit-learn Cookbook Second Edition over 80 recipes for machine learning - Julian Avila & Trent Hau...
Deep Learning with Hadoop - Dipayan Dev
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Python Machine Learning - Sebastian Raschka
Introduction to Deep Learning Business Application for Developers - Armando Vieira & Bernardete Ribe...
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Deep Learning Illustrated - A visual, Interactive Guide to Arficial Intelligence First Edition - Jon...
Python Data Structures and Algorithms - Benjamin Baka
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Deep Learning with Python - Francois Chollet
Pro Deep Learning with TensorFlow - Santunu Pattanayak
The hundred-page Machine Learning Book - Andriy Burkov
Deep Learning with Theano - Christopher Bourez
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Artificial Intelligence by example - Denis Rothman
Fundamentals of Deep Learning - Nikhil Bubuma
Intelligent Projects Using Python - Santanu Pattanayak
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
An introduction to neural networks - Kevin Gurney & University of Sheffield
Deep Learning in Python - LazyProgrammer
Java Deep Learning Essentials - Yusuke Sugomori
Data Science and Big Data Analytics - EMC Education Services
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Introduction to Scientific Programming with Python - Joakim Sundnes
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Deep Learning for Natural Language Processing - Jason Brownlee