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:

Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Fundamentals of Deep Learning - Nikhil Bubuma
Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Neural Networks and Deep Learning - Charu C.Aggarwal
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Applied Text Analysis with Python - Benjamin Benfort & Rebecca Bibro & Tony Ojeda
Artificial Intelligence by example - Denis Rothman
The hundred-page Machine Learning Book - Andriy Burkov
Deep Learning from Scratch - Building with Python form First Principles - Seth Weidman
Deep Learning for Natural Language Processing - Jason Brownlee
Python Deep Learning - Valentino Zocca & Gianmario Spacagna & Daniel Slater & Peter Roelants
Data Science and Big Data Analytics - EMC Education Services
Java Deep Learning Essentials - Yusuke Sugomori
TensorFlow for Deep Learning - Bharath Ramsundar & Reza Bosagh Zadeh
Introduction to the Math of Neural Networks - Jeff Heaton
Amazon Machine Learning Developer Guild Version Latest
Deep Learning with Python - Francois Cholletf
Deep Learning dummies second edition - John Paul Mueller & Luca Massaronf
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Superintelligence - Paths, Danges, Strategies - Nick Bostrom
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Introduction to Deep Learning Business Application for Developers - Armando Vieira & Bernardete Ribe...
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Machine Learning with Python for everyone - Mark E.Fenner
Machine Learning with spark and python - Michael Bowles
Natural Language Processing in action - Hobson Lane & Cole Howard & Hannes Max Hapke
Python Data Structures and Algorithms - Benjamin Baka
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
Coding Theory - Algorithms, Architectures and Application