This is a browser-based interactive neural network visualizer and tutorial. It’s a fun way to develop some intuition about neural nets. It was created using vis.js, and a lot of love.
- See it live at neurovis.dataphoric.com.
- Join the discussion on Hacker News.
This app is built using node.js and webpack. You can start a development server using:
npm install
npm run server