Visualize a simple feed forward neural network with arbitrary amount of hidden layers
Hopefully, it's a pretty straight forward project to understand!
This project is for those who know javascript/typescript, but want to get into neural networks without learning a different language. Additionally, at least for me, it's always neat to see what you're making visually!
Here are resources I used to learn about neural networks: https://docs.google.com/document/d/1EE_A1qRasCy7E73VVu_LoewYd4wRa9GtmbSlP5J9k7A/edit?usp=sharing
-
Navigate to the folder containing the project
-
From the top most folder (i.e. root directory), open terminal and run
npm install -
To run this project: Run
npm run dev, which is accesible locally with this link - http://localhost:5173/ (5174, or 5175 etc... if port is already taken! Just check your logs after runningnpm run devfor the precise link)
Contact me at ty@tyfoodsforthought.com if you want to reach out to me!
- Typescript/Javscript Knowledge
- Node.JS
- Curiosity
- Ty Roachford - Tyfoods Github
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Big thanks to all the amazing resources I used to make this project possible. Here I will again list the resources I used: https://docs.google.com/document/d/1EE_A1qRasCy7E73VVu_LoewYd4wRa9GtmbSlP5J9k7A/edit?usp=sharing
