<div><div><font face="Noto Sans, sans-serif" size="2">Discover the practical aspects of implementing deep-learning solutions using the rich Python ecosystem. This book bridges the gap between the academic state-of-the-art and the industry state-of-the-practice by introducing you to deep learning fra
Deep Learning with Python: A Hands-on Introduction
β Scribed by Nikhil Ketkar (auth.)
- Publisher
- Apress
- Year
- 2017
- Tongue
- English
- Leaves
- 169
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Discover the practical aspects of implementing deep-learning solutions using the rich Python ecosystem. This book bridges the gap between the academic state-of-the-art and the industry state-of-the-practice by introducing you to deep learning frameworks such as Keras, Theano, and Caffe. The practicalities of these frameworks is often acquired by practitioners by reading source code, manuals, and posting questions on community forums, which tends to be a slow and a painful process. Deep Learning with Python allows you to ramp up to such practical know-how in a short period of time and focus more on the domain, models, and algorithms.
This book briefly covers the mathematical prerequisites and fundamentals of deep learning, making this book a good starting point for software developers who want to get started in deep learning. A brief survey of deep learning architectures is also included.
Deep Learning with Python also introduces you to key concepts of automatic differentiation and GPU computation which, while not central to deep learning, are critical when it comes to conducting large scale experiments.
What You Will Learn
- Leverage deep learning frameworks in Python namely, Keras, Theano, and Caffe
- Gain the fundamentals of deep learning with mathematical prerequisites
- Discover the practical considerations of large scale experiments
- Take deep learning models to production
Software developers who want to try out deep learning as a practical solution to a particular problem. Software developers in a data science team who want to take deep learning models developed by data scientists to production.
β¦ Table of Contents
Front Matter....Pages i-xv
Introduction to Deep Learning....Pages 1-4
Machine Learning Fundamentals....Pages 5-14
Feed Forward Neural Networks....Pages 15-31
Introduction to Theano....Pages 33-59
Convolutional Neural Networks....Pages 61-76
Recurrent Neural Networks....Pages 77-94
Introduction to Keras....Pages 95-109
Stochastic Gradient Descent....Pages 111-130
Automatic Differentiation....Pages 131-146
Introduction to GPUs....Pages 147-156
Back Matter....Pages 157-160
β¦ Subjects
Computing Methodologies;Programming Techniques;Programming Languages, Compilers, Interpreters;Mathematical Logic and Formal Languages
π SIMILAR VOLUMES
Chapter 1: An intuitive look at the fundamentals of deep learning based on practical applications -- Chapter 2: A survey of the current state-of-the-art implementations of libraries, tools and packages for deep learning and the case for the Python ecosystem -- Chapter 3: A detailed look at Keras [1]
Understand basic-to-advanced deep learning algorithms, the mathematical principles behind them, and their practical applications Key Features Get up to speed with building your own neural networks from scratch Gain insights into the mathematical principles behind deep learning algorithms Implement p
My goal here is for something that is partly a tutorial and partly a reference book. I like how tutorials get you up and running quickly, but they can often be a little wordy and disorganized. Reference books contain a lot of good information, but they are often too terse, and they donβt often give
This friendly and accessible guide to AI theory and programming in Python requires no maths or data science background. Key Features Roll up your sleeves and start programming AI models No math, data science, or machine learning background required Packed with hands-on examples, illustrations, and c