Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tensorflow/playground
Play with neural networks!
https://github.com/tensorflow/playground
Last synced: 6 days ago
JSON representation
Play with neural networks!
- Host: GitHub
- URL: https://github.com/tensorflow/playground
- Owner: tensorflow
- License: apache-2.0
- Created: 2016-04-04T18:18:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T14:22:44.000Z (3 months ago)
- Last Synced: 2024-10-08T09:44:47.993Z (26 days ago)
- Language: TypeScript
- Homepage: http://playground.tensorflow.org
- Size: 1.41 MB
- Stars: 11,944
- Watchers: 476
- Forks: 2,538
- Open Issues: 132
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ai-in-finance - playground - Play with neural networks. (Exchange API / Visualizing)
- awesome - tensorflow/playground - Play with neural networks! (TypeScript)
README
# Deep playground
Deep playground is an interactive visualization of neural networks, written in
TypeScript using d3.js. We use GitHub issues for tracking new requests and bugs.
Your feedback is highly appreciated!**If you'd like to contribute, be sure to review the [contribution guidelines](CONTRIBUTING.md).**
## 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 fast edit-refresh cycle when developing run `npm run serve-watch`.
This will start an http server and automatically re-compile the TypeScript,
HTML and CSS files whenever they change.## For owners
To push to production: `git subtree push --prefix dist origin gh-pages`.This is not an official Google product.