A webapp to visualize Neural Networks based on no. of layers and neurons, calculate Loss and understand math behind Back Propagation algo.
git clone https://github.com/rohankokkula/neuralviz.git
cd neuralviz
pip install -r requirements.txt
streamlit run main.py