https://github.com/ethanyuan/tensorflow-zero-to-n
《TensorFlow从0到N》是一个技术文章系列,从一个线性回归问题开始,逐步递进至现代卷积网络,构建完整的深度学习基础。
https://github.com/ethanyuan/tensorflow-zero-to-n
ai deep-learning machine-learning python tensorflow
Last synced: over 1 year ago
JSON representation
《TensorFlow从0到N》是一个技术文章系列,从一个线性回归问题开始,逐步递进至现代卷积网络,构建完整的深度学习基础。
- Host: GitHub
- URL: https://github.com/ethanyuan/tensorflow-zero-to-n
- Owner: EthanYuan
- Created: 2017-05-27T06:31:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T11:07:57.000Z (over 5 years ago)
- Last Synced: 2025-03-18T03:51:19.859Z (over 1 year ago)
- Topics: ai, deep-learning, machine-learning, python, tensorflow
- Language: Jupyter Notebook
- Homepage: http://www.jianshu.com/c/6f0ffe1b0097
- Size: 51.5 MB
- Stars: 65
- Watchers: 2
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow从0到N
我是黑猿大叔,转战AI的80后大叔程序猿,你好。
我以官方文档为主线,开始对TensorFlow的学习。这期间会把我的理解进行持续的输出,作为《TensorFlow从0到N》系列。
它不会止于翻译和笔记,不会停留在语言和工具,而是坚持通过启发性的方式,循序渐进的构建理解,搭建一个坚实可靠的、连接“零基础”与“人工智能(AI)/机器学习(Machine Learning)/深度学习(Deep Learning)”领域之间的缓坡道。
## 在线阅读
Github Pages:
- [TensorFlow从0到1](https://github.com/EthanYuan/TensorFlow-Zero-to-N/tree/master/TensorFlow%E4%BB%8E0%E5%88%B0N/TensorFlow%E4%BB%8E0%E5%88%B01) [电梯页面](https://github.com/EthanYuan/TensorFlow-Zero-to-N/blob/master/TensorFlow%E4%BB%8E0%E5%88%B0N/TensorFlow%E4%BB%8E0%E5%88%B01/19-%E5%9B%9E%E9%A1%BE.md)
- [TensorFlow从1到2](https://github.com/EthanYuan/TensorFlow-Zero-to-N/blob/master/TensorFlow%E4%BB%8E0%E5%88%B0N/TensorFlow%E4%BB%8E1%E5%88%B02/0-%E5%89%8D%E8%A8%80.md)
[简书专题版](http://www.jianshu.com/c/6f0ffe1b0097)
## 版权
本系列文章版权归作者所有,未经授权,不允许商业用途。
非商业性知识共享,请署名作者**黑猿大叔**。
共享协议:署名-非商业性使用-禁止演绎(CC BY-NC-ND 3.0 CN)
## 示例代码说明
### TF1_1
- TensorFlow 1.1.0;
- Python 3.5;
### TF1_3
- TensorFlow 1.3.0;
- Python 3.6.2;