# tensorflow-study **Repository Path**: 0604hx/tensorflow-study ## Basic Information - **Project Name**: tensorflow-study - **Description**: In this repository I try to learn tensorflow step by step - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/0604hx/tensorflow-study - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-10-25 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TENSORFLOW-STUDY > 2017-10-24 In this repository I try to learn [tensorflow](https://www.tensorflow.org/) step by step. Each chapter has `boss.py` file , which is a comprehensive exercise in this chapter. **version information** item|version|remark ------|------|------ OS|windows 8.1| 64 bit python|3.6.2| tensorflow|1.3.0|`CPU` only tensorflow-tensorboard|0.1.6| You can find useful code here : [backstopmedia/tensorflowbook](https://github.com/backstopmedia/tensorflowbook) ## 资源 **中文版 TensorFlow 教程** [01 - 简单线性模型](https://zhuanlan.zhihu.com/p/26660699) [02 - 卷积神经网络](https://zhuanlan.zhihu.com/p/26719471) [03 - PrettyTensor](https://zhuanlan.zhihu.com/p/26808093) [04 - 保存 & 恢复](https://zhuanlan.zhihu.com/p/26890361) [05 - 集成学习](https://zhuanlan.zhihu.com/p/26943434) [06 - CIFAR-10](https://zhuanlan.zhihu.com/p/27017189) ## chapter01:hello This chapter is mainly familiar with [tensorflow](https://www.tensorflow.org/) components and learn how to use them. - [x] Tensor - [x] Operation - [x] Graph - [x] Session Normally, we can see a graph like below after running `boss.py` script file ![](assets/chapter01-boss.png)