Skip to content
#

forward-propagation

Here are 82 public repositories matching this topic...

This repository offers video-based tutorials on Deep Learning concepts along with practical implementations using Python, TensorFlow, and Keras. It is designed for students, educators, and self-learners who want to understand the theory and apply it through hands-on projects.

  • Updated Jul 8, 2025
  • Jupyter Notebook

Gradient descent is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. To find a local minimum of a function using gradient descent, we take steps proportional to the negative of the gradient (or approximate gradient) of the function at the current point. But if we instead take steps proporti…

  • Updated Oct 21, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the forward-propagation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the forward-propagation topic, visit your repo's landing page and select "manage topics."

Learn more