tensorflow / playground
Play with neural networks!
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing tensorflow/playground in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewDeep 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.
Development
To run the visualization locally, run:
npm ito install dependenciesnpm run buildto compile the app and place it in thedist/directorynpm run serveto serve from thedist/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.