sgd
Here are 242 public repositories matching this topic...
JAX compilation of RDDL description files, and a differentiable planner in JAX.
-
Updated
Feb 11, 2026 - Python
Implementation of fast.ai deep learning courses: "Practical Deep Learning for Coders", "From Deep Learning Foundations to Stable Diffusion"
-
Updated
Feb 11, 2026 - Jupyter Notebook
Optimizer Comparison Study - Empirical analysis of SGD vs Adam performance on MNIST with various initialization and scheduler configurations
-
Updated
Feb 8, 2026 - Python
A pure NumPy implementation of Ridge Regression (L2 Regularization) from scratch. Features vectorized Minibatch Stochastic Gradient Descent (SGD) and manual hyperparameter grid search without using scikit-learn.
-
Updated
Feb 6, 2026 - Python
Classification of positive and negative IMDB movie reviews with neural network, training with SGD and Genetic Algorithms comparison
-
Updated
Feb 4, 2026 - Jupyter Notebook
My repository for python implementation of a few prominent machine learning algorithms
-
Updated
Jan 31, 2026 - Jupyter Notebook
A practical comparison of classical optimization algorithms (GD, SGD, Momentum, Adam, RMSProp, Adagrad, Newton) analyzing convergence speed, stability, and loss minimization for machine learning.
-
Updated
Jan 29, 2026 - Jupyter Notebook
Comparative study of User-Based Collaborative Filtering vs Matrix Factorization for recommendation systems. Performance analysis on MovieLens 100k dataset evaluating RMSE, training time, and prediction latency.
-
Updated
Jan 24, 2026 - Jupyter Notebook
A simple, from-scratch C++ Feedforward Neural Network with zero dependencies, built to demystify the fundamentals of deep learning.
-
Updated
Jan 26, 2026 - C++
A set of PyTorch/Jupyter notebooks exploring optimization algorithms and training strategies (e.g., SGD/Adam variants) with convergence and loss/metric visualizations.
-
Updated
Dec 30, 2025 - Jupyter Notebook
Implementing PyTorch Optimizers from Scratch
-
Updated
Nov 12, 2025 - Python
EnsLoss: Stochastic Calibrated Loss Ensembles for Preventing Overfitting in Classification
-
Updated
Nov 1, 2025 - Python
Reinforcement Learning Implementation Inspired by Bilibili Professor Zhao Shiyu's Lecture at Westlake University
-
Updated
Oct 26, 2025 - Jupyter Notebook
Implemented Perceptron, Logistic Regression, Linear SVM, and SGD with proper scaling and regularization. Compared decision boundaries, training dynamics, and coefficient-based interpretability, and outlined strategies for imbalance and hyperparameter tuning in fast, production-friendly models.
-
Updated
Oct 22, 2025 - Jupyter Notebook
Linear Regression experiments on the California Housing dataset across five phases, using NumPy and scikit-learn only (no pandas). Includes EDA, polynomial features, SGD with scaling, residuals, 5-fold CV, and an LNCS-style report with figures.
-
Updated
Oct 5, 2025 - Jupyter Notebook
Improve this page
Add a description, image, and links to the sgd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sgd topic, visit your repo's landing page and select "manage topics."