A lightweight neural network framework in Python 🐍
-
Updated
May 17, 2025 - Python
A lightweight neural network framework in Python 🐍
A convolutional neural network (CNN) built from scratch using only NumPy to classify handwritten digits from the MNIST dataset.
Train a handwritten digit recognizer from scratch using a custom-built Artificial Neural Network (ANN) in NumPy. This project generates the model weights (model_weights.npz) used by the DigitRecognizerWebApp repo. Includes full training pipeline, real image testing, and activation flow visualization.
Neural network from scratch to predict cirrhosis stages
Add a description, image, and links to the from-scratch-neural-network topic page so that developers can more easily learn about it.
To associate your repository with the from-scratch-neural-network topic, visit your repo's landing page and select "manage topics."