Skip to content
#

forward-propagation

Here are 81 public repositories matching this topic...

This repository is a related to all about Deep Learning - an A-Z guide to the world of Data Science. This supplement contains the implementation of algorithms, statistical methods and techniques (in Python)

  • Updated Jun 9, 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