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:

Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Deep Learning for Natural Language Processing - Jason Brownlee
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Python Deep Learning - Valentino Zocca & Gianmario Spacagna & Daniel Slater & Peter Roelants
An introduction to neural networks - Kevin Gurney & University of Sheffield
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Python Data Structures and Algorithms - Benjamin Baka
Deep Learning with PyTorch - Vishnu Subramanian
Deep Learning and Neural Networks - Jeff Heaton
Fundamentals of Deep Learning - Nikhil Bubuma
Introduction to Scientific Programming with Python - Joakim Sundnes
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Deep Learning from Scratch - Building with Python form First Principles - Seth Weidman
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Medical Image Segmentation Using Artificial Neural Networks
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Amazon Machine Learning Developer Guild Version Latest
Introduction to the Math of Neural Networks - Jeff Heaton
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Neural Networks and Deep Learning - Charu C.Aggarwal
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Deep Learning with Python - Francois Cholletf
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
Artificial Intelligence with an introduction to Machine Learning second edition - Richar E. Neapolit...
Python Machine Learning - Sebastian Raschka
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Machine Learning with Python for everyone - Mark E.Fenner
Intelligent Projects Using Python - Santanu Pattanayak