Deep Learning 👉 Deep Learning Syllabus 👉 Deep Learning: Fundamentals 👉 CNN 👉 RNN 👉 Autoencoders 👉 Transfer Learning UNIT I Deep Learning: Fundamentals, Introduction, Building Block of Neural Networks, Layers, MLPs, Forward pass, backward pass, class, trainer and optimizer, The Vanishing and Exploding Gradient Problems, Difficulties in Convergence, Local and Spurious Optima, Preprocessing, Momentum, learning rate Decay, Weight Initialization, Regularization, Dropout, SoftMax, Cross Entropy loss function, Activation Functions. UNIT II CNN: Introduction, striding and padding, pooling layers, structure, operations and prediction of CNN with layers, CNN -Case study with MNIST, CNN VS Fully Connected UNIT III RNN: Handling Branches, Layers, Nodes, Essential Elements-Vanilla RNNs, GRUs, LSTM UNIT IV Autoencoders: Denoising Autoencoders, Sparse Autoencoders, Deep Autoencoders, Variational Autoencoders, GANS UNIT V Transfer Learning - Types, Methodologies, Diving int...