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:

Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Pattern recognition and machine learning - Christopher M.Bishop
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Introduction to Deep Learning - Eugene Charniak
Deep Learning for Natural Language Processing - Jason Brownlee
Deep Learning with Theano - Christopher Bourez
R Deep Learning Essentials - Dr. Joshua F.Wiley
Deep Learning with PyTorch - Vishnu Subramanian
Medical Image Segmentation Using Artificial Neural Networks
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
Neural Networks - A visual introduction for beginners - Michael Taylor
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Natural Language Processing in action - Hobson Lane & Cole Howard & Hannes Max Hapke
The hundred-page Machine Learning Book - Andriy Burkov
Introduction to Scientific Programming with Python - Joakim Sundnes
Deep Learning from Scratch - Building with Python form First Principles - Seth Weidman
Deep Learning with Hadoop - Dipayan Dev
Deep Learning in Python - LazyProgrammer
Building Chatbots with Python Using Natural Language Processing and Machine Learning - Sumit Raj
Scikit-learn Cookbook Second Edition over 80 recipes for machine learning - Julian Avila & Trent Hau...
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Artificial Intelligence by example - Denis Rothman
Deep Learning - Ian Goodfellow & Yoshua Bengio & Aaron Courville
Machine Learning with spark and python - Michael Bowles
Artificial Intelligence with an introduction to Machine Learning second edition - Richar E. Neapolit...