Skip to content
#

mini-batch

Here are 14 public repositories matching this topic...

A repo holding the implementation as well as some theoretical explanation of the important relevant concepts. It is going to be in development for a long long time. I'll keep adding things everytime I have something to add to it, and I have the time for it. One can use it to learn the basics of Machine Learning from kind of scratch.

  • Updated Oct 2, 2021
  • Jupyter Notebook

End-to-end Bitcoin analytics and ML pipeline on AWS. Ingests BTC/USD OHLCV (1m) to S3, converts to partitioned Parquet for Athena, validates data, trains a Random Forest volatility model with SageMaker, and serves predictions via a managed endpoint. Dashboards in QuickSight.

  • Updated Oct 28, 2025
  • Python

This is an implementation of different optimization algorithms such as: - Gradient Descent (stochastic - mini-batch - batch) - Momentum - NAG - Adagrad - RMS-prop - BFGS - Adam Also, most of them are implemented in vectorized form for multi-variate problems

  • Updated Apr 3, 2023
  • Jupyter Notebook

A simple PyTorch-based neural network that classifies student exam outcomes (Pass/Fail) using study hours and previous exam scores. Implements dataset splitting (train/val/test), mini-batch training, and evaluation with configurable hyperparameters.

  • Updated Oct 5, 2025
  • Python

Improve this page

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

Learn more