Skip to content

A handmade neural network and a UI to visualize it. Python + Flask backend. React on the frontend. UI is a WIP

Notifications You must be signed in to change notification settings

aligg/Neural-Net-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network Visualization

A side project built with Flask and React that enables users to visualize and better understand a feed-forward neural network. I originally created the neural network portions as part of Eric Reed's software design course at Foothill college.

Run locally

  1. checkout the repo
  2. cd into the server directory and run pip install -r requirements.txt - you'll most likely want to do this inside a virtual environment
  3. run python server.py from the server directory to run the server
  4. in a new tab, cd into the javascript diretory and run yarn install. Then run yarn watch.
  5. visit http://localhost:3000 in browser to view client side UI

About the project

Still a bit of a WIP! ToDo:

  1. add screenshots of UI,
  2. add analysis of network performance

About

A handmade neural network and a UI to visualize it. Python + Flask backend. React on the frontend. UI is a WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published