Skip to content
#

mini-batch-gradient-descent

Here are 69 public repositories matching this topic...

Curso Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization. Segundo curso del programa especializado Deep Learning. Este repositorio contiene todos los ejercicios resueltos. https://www.coursera.org/learn/neural-networks-deep-learning

  • Updated Jan 11, 2019
  • Jupyter Notebook

A five-course specialization covering the foundations of Deep Learning, from building CNNs, RNNs & LSTMs to choosing model configurations & paramaters like Adam, Dropout, BatchNorm, Xavier/He initialization, and others.

  • Updated Apr 26, 2019
  • Jupyter Notebook

Two mountaineers search for the global minimum of a cost function using different approaches. One represents Stochastic Gradient Descent, taking small, random steps, while the other follows Batch Gradient Descent, making precise moves after full evaluation. This analogy illustrates key optimization strategies in machine learning.

  • Updated Apr 12, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the mini-batch-gradient-descent 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 mini-batch-gradient-descent topic, visit your repo's landing page and select "manage topics."

Learn more