Explained Gradient Descent Optimizer
Offered By: Code With Aarohi via YouTube
Course Description
Overview
Dive into a comprehensive explanation of the Gradient Descent Optimizer and Back Propagation Algorithm in this 26-minute video. Explore the mathematical foundations behind these crucial machine learning concepts, including the weight updation formula for Gradient Descent Optimizer and loss calculation. Gain insights into the most commonly used optimization technique in deep learning and machine learning, understanding how it calculates the first derivative to update weights and reach global minima. Learn about the convex function-based optimization algorithm used in training machine learning models, and how it iteratively tweaks parameters to minimize a given function to its local minimum. Cover key topics such as global minimum, weight, learning rate, weight updation, error, derivative, and related equations.
Syllabus
Introduction
Global Minimum
Weight
Learning Rate
Weight Updation
Error
Derivative
Equation
Taught by
Code With Aarohi
Related Courses
Design of Computer ProgramsStanford University via Udacity Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera Intro to Algorithms
Udacity Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera