TensorFlow for Deep Learning – Bharath Ramsundar & Reza Bosagh Zadeh

This book will introduce you to the fundamentals of machine learning through TensorFlow. TensorFlow is Google’s new software library for deep learning that makes it straightforward for engineers to design and deploy sophisticated deep learning architectures. You will learn how to use TensorFlow to build systems capable of detecting objects in images, understanding human text, and predicting the properties of potential medicines. Furthermore, you will gain an intuitive understanding of TensorFlow’s potential as a system for performing tensor calculus and will learn how to use TensorFlow for tasks outside the traditional purview of machine learning.

Importantly, TensorFlow for Deep Learning is one of the first deep learning books written for practitioners. It teaches fundamental concepts through practical examples and builds understanding of machine learning foundations from the ground up. The target audience for this book is practicing developers, who are comfortable with designing software systems, but not necessarily with creating learning systems. At times we use some basic linear algebra and calculus, but we will review all necessary fundamentals. We also anticipate that our book will prove useful for scientists and other professionals who are comfortable with scripting, but not necessarily with designing learning algorithms.

Related posts:

Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Deep Learning for Natural Language Processing - Jason Brownlee
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Intelligent Projects Using Python - Santanu Pattanayak
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
Data Science and Big Data Analytics - EMC Education Services
Deep Learning and Neural Networks - Jeff Heaton
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Introduction to the Math of Neural Networks - Jeff Heaton
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
R Deep Learning Essentials - Dr. Joshua F.Wiley
Deep Learning dummies first edition - John Paul Mueller & Luca Massaron
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow - Aurelien Geron
Python Machine Learning Third Edition - Sebastian Raschka & Vahid Mirjalili
Introduction to Machine Learning with Python - Andreas C.Muller & Sarah Guido
Learn Keras for Deep Neural Networks - Jojo Moolayil
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
Neural Networks and Deep Learning - Charu C.Aggarwal
Python Deeper Insights into Machine Learning - Sebastian Raschka & David Julian & John Hearty
Deep Learning with PyTorch - Vishnu Subramanian
Pattern recognition and machine learning - Christopher M.Bishop
Python 3 for Absolute Beginners - Tim Hall & J.P Stacey
Python Deep Learning - Valentino Zocca & Gianmario Spacagna & Daniel Slater & Peter Roelants
Scikit-learn Cookbook Second Edition over 80 recipes for machine learning - Julian Avila & Trent Hau...
Medical Image Segmentation Using Artificial Neural Networks
Neural Networks - A visual introduction for beginners - Michael Taylor
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Deep Learning Illustrated - A visual, Interactive Guide to Arficial Intelligence First Edition - Jon...
Deep Learning in Python - LazyProgrammer