https://github.com/pfan123/tensorflow-ml
https://github.com/pfan123/tensorflow-ml
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfan123/tensorflow-ml
- Owner: pfan123
- Created: 2019-12-09T02:27:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:56:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T02:54:42.633Z (4 months ago)
- Language: JavaScript
- Size: 989 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tensorflow-ml
- 创建模型
- 保存模型
- 恢复模型
- 使用训练好的模型进行预测和特征提取## Other Resources
[利用Tensorflow训练好的模型,来预测或识别单张图片](https://blog.csdn.net/lxq1997/article/details/83349676)
[TensorFlow.js](https://github.com/tensorflow/tfjs)
[js.tensorflow.api](https://js.tensorflow.org/api/latest/index.html)
[TensorFlow.js入门教程](https://zhuanlan.zhihu.com/c_178728820)