Covers Multi-Layer Perceptrons (MLP) and their application from classification to regression, including the Universal Approximation Theorem and challenges with gradients.
Covers the BackProp algorithm, including initialization, signal propagation, error computation, weight updating, and complexity comparison with numerical differentiation.
Explores the evolution of CNNs in image processing, covering classical and deep neural networks, training algorithms, backpropagation, non-linear steps, loss functions, and software frameworks.
Explains the learning process in multi-layer neural networks, including back-propagation, activation functions, weights update, and error backpropagation.
Explores model-based deep reinforcement learning, focusing on Monte Carlo Tree Search and its applications in game strategies and decision-making processes.