Skip to content

canitesc/playground

 
 

Repository files navigation

Neural Network Playground

The Neural Network Playground is an interactive visualization of neural networks, written in TypeScript using d3.js. Please use GitHub issues for questions, requests, and bugs. Your feedback is highly appreciated!

Modifications from original repo

  • added Sine and Mish activation functions
  • added support for on-the-fly changes to the regularization and regularization rate hyperparameters
  • added MNIST "3" dataset

Development

To run the visualization locally, run:

  • npm i to install dependencies
  • npm run build to compile the app and place it in the dist/ directory
  • npm run serve to serve from the dist/ directory and open a page on your browser

For a faster edit-refresh cycle when developing, run npm run serve-watch

For owners

To push to production: git subtree push --prefix dist origin gh-pages

About

Play with neural networks!

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.7%
  • HTML 18.1%
  • CSS 13.9%
  • JavaScript 0.3%