在线试试http://playground.tensorflow.org/

在这里插入图片描述

注:我也将一个打包好的html和js前端代码放到了我的资源部分,这个可以无需联网,本地运行
在这里插入图片描述

源码查看与本地编译运行:

  • 安装nodejs后安装所有依赖

  • 在项目中添加依赖(可能是虚拟机版本太旧有许多warn):
    在这里插入图片描述

  • npm run build 编译并将app放到dist/文件夹 (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.
    在这里插入图片描述

  • 浏览器输入 http://localhost:5000/,可以看到运行结果:
    在这里插入图片描述

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐