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:

Learn Keras for Deep Neural Networks - Jojo Moolayil
Introduction to Scientific Programming with Python - Joakim Sundnes
Deep Learning with Theano - Christopher Bourez
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Deep Learning with Hadoop - Dipayan Dev
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Machine Learning with spark and python - Michael Bowles
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Fundamentals of Deep Learning - Nikhil Bubuma
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
R Deep Learning Essentials - Dr. Joshua F.Wiley
Python Deep Learning - Valentino Zocca & Gianmario Spacagna & Daniel Slater & Peter Roelants
Deep Learning - Ian Goodfellow & Yoshua Bengio & Aaron Courville
Deep Learning dummies second edition - John Paul Mueller & Luca Massaronf
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Medical Image Segmentation Using Artificial Neural Networks
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Python Data Structures and Algorithms - Benjamin Baka
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Deep Learning in Python - LazyProgrammer
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Deep Learning with PyTorch - Vishnu Subramanian
Deep Learning and Neural Networks - Jeff Heaton
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Introduction to the Math of Neural Networks - Jeff Heaton
The hundred-page Machine Learning Book - Andriy Burkov