Math and Architectures of Deep Learning
Autor Krishnendu Chaudhuryen Limba Engleză Paperback – 26 mar 2024
Math and Architectures of Deep Learning sets out the foundations of DL usefully and accessibly to working practitioners. Each chapter explores a new fundamental DL concept or architectural pattern, explaining the underpinning mathematics and demonstrating how they work in practice with well-annotated Python code. YouGÇÖll start with a primer of basic algebra, calculus, and statistics, working your way up to state-of-the-art DL paradigms taken from the latest research.
Learning mathematical foundations and neural network architecture can be challenging, but the payoff is big. YouGÇÖll be free from blind reliance on pre-packaged DL models and able to build, customize, and re-architect for your specific needs. And when things go wrong, youGÇÖll be glad you can quickly identify and fix problems.
Preț: 301.29 lei
Preț vechi: 376.61 lei
-20% Nou
Puncte Express: 452
Preț estimativ în valută:
57.68€ • 60.18$ • 48.35£
57.68€ • 60.18$ • 48.35£
Carte disponibilă
Livrare economică 15-21 februarie
Livrare express 05-11 februarie pentru 36.91 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781617296482
ISBN-10: 1617296481
Pagini: 552
Dimensiuni: 186 x 234 x 33 mm
Greutate: 0.93 kg
Editura: Manning
ISBN-10: 1617296481
Pagini: 552
Dimensiuni: 186 x 234 x 33 mm
Greutate: 0.93 kg
Editura: Manning
Cuprins
table of contents
READ IN LIVEBOOK1AN OVERVIEW OF MACHINE LEARNING AND DEEP LEARNING
READ IN LIVEBOOK2INTRODUCTION TO VECTORS, MATRICES AND TENSORS FROM MACHINE LEARNING AND DATA SCIENCE POINT OF VIEW
READ IN LIVEBOOK3INTRODUCTION TO VECTOR CALCULUS FROM MACHINE LEARNING POINT OF VIEW
READ IN LIVEBOOK4LINEAR ALGEBRAIC TOOLS IN MACHINE LEARNING AND DATA SCIENCE
READ IN LIVEBOOK5PROBABILITY DISTRIBUTIONS FOR MACHINE LEARNING AND DATA SCIENCE
READ IN LIVEBOOK6BAYESIAN TOOLS FOR MACHINE LEARNING AND DATA SCIENCE
READ IN LIVEBOOK7FUNCTION APPROXIMATION: HOW NEURAL NETWORKS MODEL THE WORLD
READ IN LIVEBOOK8TRAINING NEURAL NETWORKS: FORWARD AND BACKPROPAGATION
READ IN LIVEBOOK9LOSS, OPTIMIZATION AND REGULARIZATION
READ IN LIVEBOOK10ONE, TWO AND THREE DIMENSIONAL CONVOLUTION AND TRANSPOSED CONVOLUTION IN NEURAL NETWORKS
11 IMAGE ANALYSIS: 2D CONVOLUTION BASED NEURAL NETWORK ARCHITECTURES FOR OBJECT RECOGNITION AND DETECTION
12 VIDEO ANALYSIS: 3D CONVOLUTION BASED SPATIO TEMPORAL NEURAL NETWORK ARCHITECTURES
READ IN LIVEBOOKAPPENDIX A: APPENDIX
A.1Dot Product and cosine of the angle between two vectors
A.2Computing variance of Gaussian Distribution
A.3Two Theorems in Statistic