Skip to content
#

ml-algorithms

Here are 111 public repositories matching this topic...

stochastic-average-gradient-sag-saga-solver-course

The SAG (Stochastic Average Gradient) + SAGA (Accelerated) solver is an optimization algorithm used primarily in machine learning, specifically for logistic regression and linear support vector machines (SVMs) within libraries like scikit-learn. It is designed to be highly efficient for large datasets with many samples and features. Solver

  • Updated Mar 1, 2026
  • Python

🚀 Complete ML Project: Salary Prediction using Linear Regression & Streamlit. 95.6% accuracy, interactive web interface, clean dataset, pre-trained model. Perfect for learning ML, web development, and practical HR applications.

  • Updated Jul 26, 2025
  • Jupyter Notebook
gradient-descent-sgd-solver-course

Stochastic Gradient Descent (SGD) is an optimization algorithm that updates model parameters iteratively using small, random subsets (batches) of data, rather than the entire dataset. It significantly speeds up training for large datasets, though it introduces noise that causes, in some cases, heavy fluctuations.deep learning/neural networks.solver

  • Updated Mar 1, 2026
  • Jupyter Notebook
AIML-NLP-Text-Scoring

Improve this page

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

Learn more