https://github.com/aritrakar/ml-from-scratch
🤖Common ML implementations from scratch.
https://github.com/aritrakar/ml-from-scratch
machine-learning numpy pandas python pytorch
Last synced: 3 months ago
JSON representation
🤖Common ML implementations from scratch.
- Host: GitHub
- URL: https://github.com/aritrakar/ml-from-scratch
- Owner: aritrakar
- Created: 2024-05-21T02:37:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T17:28:53.000Z (about 2 years ago)
- Last Synced: 2026-01-03T16:33:35.026Z (6 months ago)
- Topics: machine-learning, numpy, pandas, python, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML from scratch
This repository houses notebooks containing implementations of common machine learning mechanisms from scratch. The mechanisms included are:
1. Perceptron and Multi-layer perceptron
1. Convolutional Neural Networks (CNNs)
1. Generative Adversarial Networks (GANs)
1. Transformers
1. Denoising Diffusion Probabilistic Models (DDPMs)
1. Adversarial Training of an image classifier for robustness
See each notebook for more details.