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
Scikit-learn Cookbook Second Edition over 80 recipes for machine learning - Julian Avila & Trent Hau...
Python Machine Learning Eqution Reference - Sebastian Raschka
Deep Learning with Keras - Antonio Gulli & Sujit Pal
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Artificial Intelligence by example - Denis Rothman
Deep Learning and Neural Networks - Jeff Heaton
Python Data Structures and Algorithms - Benjamin Baka
Superintelligence - Paths, Danges, Strategies - Nick Bostrom
Grokking Deep Learning - MEAP v10 - Andrew W.Trask
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Introduction to Scientific Programming with Python - Joakim Sundnes
An introduction to neural networks - Kevin Gurney & University of Sheffield
Deep Learning with Python - Francois Cholletf
Coding Theory - Algorithms, Architectures and Application
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
The hundred-page Machine Learning Book - Andriy Burkov
Artificial Intelligence - 101 things you must know today about our future - Lasse Rouhiainen
Deep Learning for Natural Language Processing - Jason Brownlee
Deep Learning in Python - LazyProgrammer
Building Chatbots with Python Using Natural Language Processing and Machine Learning - Sumit Raj
TensorFlow for Deep Learning - Bharath Ramsundar & Reza Bosagh Zadeh
Deep Learning with Python - Francois Chollet
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Intelligent Projects Using Python - Santanu Pattanayak
R Deep Learning Essentials - Dr. Joshua F.Wiley
Pattern recognition and machine learning - Christopher M.Bishop
Natural Language Processing in action - Hobson Lane & Cole Howard & Hannes Max Hapke