View Project
Visualize & Interact with custom Neural Network!
A webapp with multiple ANN built from scratch, you can visualize, interact & predict as well.
Try it yourself here: https://scratchnet.streamlit.app/
Apps it have:
California House Price Predictor
Breast Cancer classifier
Iris Flower Species classifier
The best part?
This app is to demonstrate the Custom Neural Network made from Scratch in Python using only Numpy! - no tensorflow or pytorch.
Check the Neural Network code here: https://github.com/Param302/ScratchNet
Built with