Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zy445566/tfjs-tutorials-zh

tfjs(tensorflow.js)中文指南,同时增加一些自己的代码和理解
https://github.com/zy445566/tfjs-tutorials-zh

Last synced: 4 days ago
JSON representation

tfjs(tensorflow.js)中文指南,同时增加一些自己的代码和理解

Awesome Lists containing this project

README

        

# tfjs-tutorials-zh
tfjs(tensorflow.js)中文指南

# 目录

* 教程
* [TensorFlow.js中的核心概念](./tutorials/core-concepts.md) - [本文代码](./tutorials/code/core-concepts/)
* [训练第一步:拟合曲线到合成数据](./tutorials/fit-curve.md) - [本文代码](./tutorials/code/fit-curve/)
* [图像训练:用卷积神经网络识别手写数字](./tutorials/mnist.md) - [本文代码](./tutorials/code/mnist/)
* [将Keras模型导入TensorFlow.js](./tutorials/import-keras.md)
* [将基于TensorFlow GraphDef的模型导入TensorFlow.js](./tutorials/import-saved-model.md)
* [保存并加载tf.Model](./tutorials/model-save-load.md)
* [转移学习 - 训练神经网络以预测网络摄像头数据](./tutorials/webcam-transfer-learning.md)
* [如何定义自定义WebGL操作](./tutorials/custom-webgl-op.md)

# 其他资源
* [TensorFlow.js API](https://js.tensorflow.org/api/latest/index.html)