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)?
Understanding Machine Learning from theory to algorithms – Shai Shalev-Shwartz & Shai Ben-David
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Introduction to Deep Learning Business Application for Developers - Armando Vieira & Bernardete Ribe...
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Natural Language Processing in action - Hobson Lane & Cole Howard & Hannes Max Hapke
Python Machine Learning - Sebastian Raschka
Amazon Machine Learning Developer Guild Version Latest
Deep Learning with PyTorch - Vishnu Subramanian