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:

Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Python Machine Learning Eqution Reference - Sebastian Raschka
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Deep Learning with PyTorch - Vishnu Subramanian
Deep Learning with Python - Francois Cholletf
Neural Networks - A visual introduction for beginners - Michael Taylor
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
Python Machine Learning - Sebastian Raschka
Building Chatbots with Python Using Natural Language Processing and Machine Learning - Sumit Raj
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Amazon Machine Learning Developer Guild Version Latest
Introduction to the Math of Neural Networks - Jeff Heaton
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Java Deep Learning Essentials - Yusuke Sugomori
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Deep Learning in Python - LazyProgrammer
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Python Deep Learning - Valentino Zocca & Gianmario Spacagna & Daniel Slater & Peter Roelants
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Fundamentals of Deep Learning - Nikhil Bubuma
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow - Aurelien Geron
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland