“TensorFlow-JavaScript”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
 
第6行: 第6行:
  
 
  python -m http.server 9999 &
 
  python -m http.server 9999 &
 +
 +
*In Browser, visit http://localhost:9999
  
 
*Reference
 
*Reference

2019年4月6日 (六) 04:46的最后版本

TensorFlow JavaScript

  • Open Chrome Browser
  • Start HTTP Server locally with Python
python -m http.server 9999 &
  • Reference
  1. https://ml5js.org/
  2. https://www.tensorflow.org/js/tutorials
  3. https://github.com/tensorflow/tfjs-examples
  4. https://github.com/tensorflow/tfjs