A dynamic neural network built from scratch using only NumPy — Personal project for learning purpose. No frameworks, no abstractions. Implements forward propagation, backpropagation, and batch gradient descent manually. Supports any user-defined architecture, binary and multiclass classification, and pickle-based weight persistence.
-
Updated
Jun 6, 2026 - Jupyter Notebook