|
1 | 1 | # TensorFlow / Deep Learning Tutorial in Chinese 中文教程 |
2 | 2 |
|
3 | | -Open Source Technology means to be shared across the world. |
| 3 | +This is just a TensorFlow / Deep Learning tutorial series which I have been making. |
4 | 4 |
|
5 | | -While TensorFlow is a piece of super advanced technology, there are mostly English supports. |
| 5 | +I am not a pro deep learning engineer. So take my words as references, not golden rules. |
6 | 6 |
|
7 | | -I feel the need to provide an easier way for Chinese developers to learn this world-class technology. |
| 7 | +Meanwhile, have fun. |
8 | 8 |
|
9 | | -I am not an expert. I share when I learn. That's deep. |
| 9 | +这只是一个我制作的 张量流/深度学习 的教程。 |
10 | 10 |
|
11 | | -开源项目注定要分享给全世界。 |
| 11 | +我不是一个深度学习专家。所以我的话也只是参考而已,不是什么黄金法则。 |
12 | 12 |
|
13 | | -TensorFlow近乎黑科技。但是几乎只是英文资料。 |
14 | | - |
15 | | -我觉得有必要为中文世界开发者们提供一个更容易的学习之路。 |
16 | | - |
17 | | -我不是专家。我学习所以我分享。可以的,这很深。 |
| 13 | +出来玩,开心一点嘛。 |
18 | 14 |
|
19 | 15 | # Note 注意 |
20 | 16 | 某些期的文件夹里有辅助资料哦! |
21 | 17 |
|
22 | | -本教程在2016年9月底开始制作,tensorflow.__version__ == 0.11.0rc0 |
23 | | -现在的 TF 已经更新了,所以部分代码不一定兼容 |
| 18 | +This tutorial was started in September, 2016 本教程在2016年9月底开始制作 |
| 19 | +TF has been updated, which may cause partial incompatibility. 现在的 TF 已经更新了,所以部分代码不一定兼容 |
| 20 | +tensorflow.__version__ == 0.11.0rc0 |
24 | 21 |
|
25 | 22 | 你需要自己下载数据 [下载地址](http://ufldl.stanford.edu/housenumbers/) |
26 | 23 | 下载完成后,在 [本教程的路径] 下创建一个 data 的文件夹路径。将数据解压后放在里面。 |
@@ -59,7 +56,9 @@ TensorFlow近乎黑科技。但是几乎只是英文资料。 |
59 | 56 | [TF Girls 修炼指南 19:学习速率衰减](http://www.bilibili.com/video/av7382301/) |
60 | 57 | #### Save the Model & The End |
61 | 58 | [TF Girls 修炼指南 20:调参结果 & 保存模型](http://www.bilibili.com/video/av7485497/) |
62 | | -[TF Girls 修炼指南 21:总结](http://www.bilibili.com/video/av7493981/) |
| 59 | +[TF Girls 修炼指南 21:总结](http://www.bilibili.com/video/av7493981/) |
| 60 | +你也许也想看看这个 Maybe you also want to see this: |
| 61 | +https://github.com/CreatCodeBuild/TF-Model-Service |
63 | 62 |
|
64 | 63 | #### Python 加油站 |
65 | 64 | [Python 加油站:Generator 的使用](http://www.bilibili.com/video/av6668700/) |
|
0 commit comments