Skip to content
#

batch-gradient-descent

Here are 42 public repositories matching this topic...

machine-learning

Python machine learning applications in image processing, recommender system, matrix completion, netflix problem and algorithm implementations including Co-clustering, Funk SVD, SVD++, Non-negative Matrix Factorization, Koren Neighborhood Model, Koren Integrated Model, Dawid-Skene, Platt-Burges, Expectation Maximization, Factor Analysis, ISTA, F…

  • Updated Dec 16, 2022
  • Jupyter Notebook

Advanced Twitter sentiment analysis pipeline using Apache Spark for distributed data processing, featuring TF-IDF–based feature engineering and stochastic gradient-descent classification for scalable, real-time sentiment insights.

  • Updated May 7, 2025
  • Jupyter Notebook

Compilation of different ML algorithms implemented from scratch (and optimized extensively) for the courses COL774: Machine Learning (Spring 2020) & COL772: Natural Language Processing (Fall 2020)

  • Updated Jan 27, 2021
  • Python

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 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 batch-gradient-descent topic, visit your repo's landing page and select "manage topics."

Learn more