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:

Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Data Science and Big Data Analytics - EMC Education Services
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Machine Learning with spark and python - Michael Bowles
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Deep Learning from Scratch - Building with Python form First Principles - Seth Weidman
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Building Chatbots with Python Using Natural Language Processing and Machine Learning - Sumit Raj
An introduction to neural networks - Kevin Gurney & University of Sheffield
The hundred-page Machine Learning Book - Andriy Burkov
Artificial Intelligence by example - Denis Rothman
Deep Learning with Applications Using Python - Navin Kumar Manaswi
Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Deep Learning with Hadoop - Dipayan Dev
Superintelligence - Paths, Danges, Strategies - Nick Bostrom
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Deep Learning dummies second edition - John Paul Mueller & Luca Massaronf
Introduction to Machine Learning with Python - Andreas C.Muller & Sarah Guido
Learn Keras for Deep Neural Networks - Jojo Moolayil
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Coding Theory - Algorithms, Architectures and Application
Deep Learning with Python - Francois Cholletf
Java Deep Learning Essentials - Yusuke Sugomori
Deep Learning with Python - Francois Chollet
Machine Learning with Python for everyone - Mark E.Fenner
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel