“TensorFlow-JavaScript”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
(以“=TensorFlow JavaScript= ##Open Chrome Browser ##Start HTTP Server locally with Python python -m http.server 9999 & #Reference https://ml5js.org/ https://www...”为内容创建页面)
 
第1行: 第1行:
 
=TensorFlow JavaScript=
 
=TensorFlow JavaScript=
  
##Open Chrome Browser  
+
*Open Chrome Browser  
##Start HTTP Server locally with Python
+
 
 +
*Start HTTP Server locally with Python
  
 
  python -m http.server 9999 &
 
  python -m http.server 9999 &
  
 
+
*Reference
 
+
#https://ml5js.org/
#Reference
+
#https://www.tensorflow.org/js/tutorials
 
+
#https://github.com/tensorflow/tfjs-examples
https://ml5js.org/
+
#https://github.com/tensorflow/tfjs
 
+
https://www.tensorflow.org/js/tutorials
+
 
+
https://github.com/tensorflow/tfjs-examples
+
 
+
https://github.com/tensorflow/tfjs
+

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