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:

Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Java Deep Learning Essentials - Yusuke Sugomori
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Python Machine Learning - Sebastian Raschka
Python Data Structures and Algorithms - Benjamin Baka
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Learn Keras for Deep Neural Networks - Jojo Moolayil
Fundamentals of Deep Learning - Nikhil Bubuma
Coding Theory - Algorithms, Architectures and Application
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
An introduction to neural networks - Kevin Gurney & University of Sheffield
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Medical Image Segmentation Using Artificial Neural Networks
Neural Networks and Deep Learning - Charu C.Aggarwal
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Artificial Intelligence by example - Denis Rothman
Deep Learning - Ian Goodfellow & Yoshua Bengio & Aaron Courville
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Introduction to Machine Learning with Python - Andreas C.Muller & Sarah Guido
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Introduction to the Math of Neural Networks - Jeff Heaton
Introduction to Scientific Programming with Python - Joakim Sundnes
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Python Deep Learning Cookbook - Indra den Bakker
Deep Learning with PyTorch - Vishnu Subramanian