Foundations of Machine Learning second edition – Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalkar

This book was written for anyone who wishes to explore deep learning from scratch or broaden their understanding of deep learning. Whether you’re a practicing machine-learning engineer, a software developer,
or a college student, you’ll find value in these pages.

This book offers a practical, hands-on exploration of deep learning. It avoids mathematical notation, preferring instead to explain quantitative concepts via code snippets and to build practical intuition about the core
ideas of machine learning and deep learning.

You’ll learn from more than 30 code examples that include detailed commentary, practical recommendations, and simple high-level explanations of everything you need to know to start using deep learning to solve concrete problems. The code examples use the Python deep-learning framework Keras, with TensorFlow as a backend engine. Keras, one of the
most popular and fastest-growing deep-learning frameworks, is widely recommended as the best tool to get started with deep learning.

After reading this book, you’ll have a solid understand of what deep learning is, when it’s applicable, and what its limitations are. You’ll be familiar with the standard workflow for approaching and solving machine-learning problems, and you’ll know how to address commonly encountered issues. You’ll be able to use Keras to tackle real-world problems ranging from computer vision to natural-language processing: image classification, timeseries forecasting, sentiment analysis, image and text generation,
and more.

Related posts:

The hundred-page Machine Learning Book - Andriy Burkov
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow - Aurelien Geron
Learn Keras for Deep Neural Networks - Jojo Moolayil
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Applied Text Analysis with Python - Benjamin Benfort & Rebecca Bibro & Tony Ojeda
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Python Deep Learning - Valentino Zocca & Gianmario Spacagna & Daniel Slater & Peter Roelants
Introduction to Machine Learning with Python - Andreas C.Muller & Sarah Guido
Java Deep Learning Essentials - Yusuke Sugomori
Introduction to the Math of Neural Networks - Jeff Heaton
Artificial Intelligence by example - Denis Rothman
Deep Learning with Python - Francois Chollet
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Introduction to Scientific Programming with Python - Joakim Sundnes
Deep Learning with Python - Francois Cholletf
Scikit-learn Cookbook Second Edition over 80 recipes for machine learning - Julian Avila & Trent Hau...
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Deep Learning - A Practitioner's Approach - Josh Patterson & Adam Gibson
Python Artificial Intelligence Project for Beginners - Joshua Eckroth
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Deep Learning with PyTorch - Vishnu Subramanian
Amazon Machine Learning Developer Guild Version Latest
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Machine Learning Mastery with Python - Understand your data, create accurate models and work project...
Neural Networks - A visual introduction for beginners - Michael Taylor
Deep Learning in Python - LazyProgrammer