https://github.com/ubpa/learntf
notes and projects of tensorflow
https://github.com/ubpa/learntf
Last synced: about 1 year ago
JSON representation
notes and projects of tensorflow
- Host: GitHub
- URL: https://github.com/ubpa/learntf
- Owner: Ubpa
- License: mit
- Created: 2019-01-16T04:11:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T11:38:45.000Z (over 7 years ago)
- Last Synced: 2024-12-26T17:10:33.648Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LearnTF
> learn TensorFlow
## 1. 简介
这个项目用于记录我学习 TensorFlow 的过程
在跟教程之前,首先要准备好基础
我已经学习了 [Deep Learning](https://github.com/Ubpa/MIT_DLB) 的部分内容,这样再来使用深度学习框架会比较合理
## 2. Tutorial
- [Keras中文文档](https://keras-zh.readthedocs.io/)
- [Google](https://tensorflow.google.cn/tutorials/)
- [Concise Handbook](https://tf.wiki/)
- [Deep Interests](https://github.com/Honlan/DeepInterests)