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:

Deep Learning with Applications Using Python - Navin Kumar Manaswi
Fundamentals of Deep Learning - Nikhil Bubuma
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Neural Networks - A visual introduction for beginners - Michael Taylor
Deep Learning with Theano - Christopher Bourez
Applied Text Analysis with Python - Benjamin Benfort & Rebecca Bibro & Tony Ojeda
The hundred-page Machine Learning Book - Andriy Burkov
Data Science and Big Data Analytics - EMC Education Services
Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Deep Learning Illustrated - A visual, Interactive Guide to Arficial Intelligence First Edition - Jon...
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Scikit-learn Cookbook Second Edition over 80 recipes for machine learning - Julian Avila & Trent Hau...
Introduction to Machine Learning with Python - Andreas C.Muller & Sarah Guido
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Deep Learning with Hadoop - Dipayan Dev
Machine Learning with Python for everyone - Mark E.Fenner
Learn Keras for Deep Neural Networks - Jojo Moolayil
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Neural Networks and Deep Learning - Charu C.Aggarwal
Python Machine Learning Eqution Reference - Sebastian Raschka
Artificial Intelligence by example - Denis Rothman
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
TensorFlow for Deep Learning - Bharath Ramsundar & Reza Bosagh Zadeh
Superintelligence - Paths, Danges, Strategies - Nick Bostrom
Deep Learning and Neural Networks - Jeff Heaton
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Pattern recognition and machine learning - Christopher M.Bishop