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:

Machine Learning Mastery with Python - Understand your data, create accurate models and work project...
Python Deep Learning Cookbook - Indra den Bakker
Artificial Intelligence - 101 things you must know today about our future - Lasse Rouhiainen
Introduction to Deep Learning Business Application for Developers - Armando Vieira & Bernardete Ribe...
Neural Networks and Deep Learning - Charu C.Aggarwal
Learn Keras for Deep Neural Networks - Jojo Moolayil
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel
Artificial Intelligence with an introduction to Machine Learning second edition - Richar E. Neapolit...
Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Deep Learning from Scratch - Building with Python form First Principles - Seth Weidman
TensorFlow for Deep Learning - Bharath Ramsundar & Reza Bosagh Zadeh
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
Python Data Structures and Algorithms - Benjamin Baka
Fundamentals of Deep Learning - Nikhil Bubuma
Amazon Machine Learning Developer Guild Version Latest
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
R Deep Learning Essentials - Dr. Joshua F.Wiley
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Introduction to Scientific Programming with Python - Joakim Sundnes
Deep Learning - Ian Goodfellow & Yoshua Bengio & Aaron Courville
Introduction to Machine Learning with Python - Andreas C.Muller & Sarah Guido
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Intelligent Projects Using Python - Santanu Pattanayak
Deep Learning in Python - LazyProgrammer
Deep Learning for Natural Language Processing - Jason Brownlee
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Java Deep Learning Essentials - Yusuke Sugomori
Deep Learning with Theano - Christopher Bourez