As the name suggests, a complete Neural Network made from scratch using pure mathematics. Not using any kind of machine learning library, just numpy for math functions.
Updates:
- Added Flask Deployment
Bugs to fix:
- Fix the CSS not showing up
- Fix the plots now showing up
What's next:
- Try showing the training console output on the webpage.
- Try plotting the predictions and graph on the same page.
The Base Structure with python and predictions!!