Inside Math and Architectures of Deep Learning you will find:
Foreword by Prith Banerjee.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Discover what's going on inside the black box! To work with deep learning you'll have to choose the right model, train it, preprocess your data, evaluate performance and accuracy, and deal with uncertainty and variability in the outputs of a deployed solution. This book takes you systematically through the core mathematical concepts you'll need as a working data scientist: vector calculus, linear algebra, and Bayesian inference, all from a deep learning perspective.
About the book
Math and Architectures of Deep Learning teaches the math, theory, and programming principles of deep learning models laid out side by side, and then puts them into practice with well-annotated Python code. You'll progress from algebra, calculus, and statistics all the way to state-of-the-art DL architectures taken from the latest research.
What's inside
Readers need to know Python and the basics of algebra and calculus.
About the author
Krishnendu Chaudhury is co-founder and CTO of the AI startup Drishti Technologies. He previously spent a decade each at Google and Adobe.
Table of Contents
1 An overview of machine learning and deep learning
2 Vectors, matrices, and tensors in machine learning
3 Classifiers and vector calculus
4 Linear algebraic tools in machine learning
5 Probability distributions in machine learning
6 Bayesian tools for machine learning
7 Function approximation: How neural networks model the world
8 Training neural networks: Forward propagation and backpropagation
9 Loss, optimization, and regularization
10 Convolutions in neural networks
11 Neural networks for image classification and object detection
12 Manifolds, homeomorphism, and neural networks
13 Fully Bayes model parameter estimation
14 Latent space and generative modeling, autoencoders, and variational autoencoders
A Appendix