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:

Deep Learning for Natural Language Processing - Jason Brownlee
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Deep Learning in Python - LazyProgrammer
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Python Machine Learning - Sebastian Raschka
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Deep Learning with Applications Using Python - Navin Kumar Manaswi
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
Amazon Machine Learning Developer Guild Version Latest
Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Python Deep Learning Cookbook - Indra den Bakker
Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Neural Networks - A visual introduction for beginners - Michael Taylor
Deep Learning with Python - Francois Cholletf
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
Deep Learning with PyTorch - Vishnu Subramanian
Introduction to Deep Learning - Eugene Charniak
Deep Learning and Neural Networks - Jeff Heaton
Introduction to Deep Learning Business Application for Developers - Armando Vieira & Bernardete Ribe...
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Coding Theory - Algorithms, Architectures and Application
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Natural Language Processing in action - Hobson Lane & Cole Howard & Hannes Max Hapke
Introduction to Scientific Programming with Python - Joakim Sundnes
Machine Learning with spark and python - Michael Bowles
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...