1 Star 0 Fork 0

joeslee / playground

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gefu Tang 提交于 2017-02-17 09:14 . Update README.md

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.

Development

To run the visualization locally you just need a server to serve all the files from the dist directory. You can run npm install then npm run serve if you don't have one handy. To see the visualization, visit http://localhost:8080/ on your browser.

When developing, use npm run serve-watch. This will start a static server and also watchers to automatically compile the typescript, html and css files whenever they change.

To produce a minified javascript file for production, run npm run build.

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

This is not an official Google product.

1
https://gitee.com/joeslee/playground.git
git@gitee.com:joeslee/playground.git
joeslee
playground
playground
master

搜索帮助