This repository contains implementations of classical machine learning algorithms and basic neural networks written from scratch for educational purposes.
- k-Nearest Neighbor (kNN)
- Softmax Linear Classifier
- Two-Layer Neural Network (Fully Connected)
src/— reusable ML implementationsdemos/— notebooks demonstrating how to use the modelsdata/— datasets (ignored by git)artifacts/— saved models and outputs (ignored by git)