Awesome-TensorFlow-Chinese

TensorFlow 中文资源全集,学习路径推荐:

  • 官方网站,初步了解。
  • 安装教程,安装之后跑起来。
  • 入门教程,简单的模型学习和运行。
  • 实战项目,根据自己的需求进行开发。

很多内容下面这个英文项目:

Inspired by https://github.com/jtoy/awesome-tensorflow

官方网站

安装教程

中文安装教程

官方安装教程(建议用官方教程,现在官网可以直接访问了。)

入门教程

官方入门教程

入门教程

实战项目

官方实战项目

Models built with TensorFlow

Magenta: Music and Art Generation with Machine Intelligence

TensorFlow Neural Machine Translation Tutorial

书籍(推荐)

Deep Learning

http://www.tensorflownews.com/2017/08/29/deep-learning-an-mit-press-book

Deep Learning 中文翻译

http://www.tensorflownews.com/2017/08/29/deep-learning-book-chinese-translation/

社区群组

QQ群

522785813

微信群

微信群二维码有效期太短了,我博客保持更新。

http://www.tensorflownews.com/

我系统的学习了两个月之后做的几个项目。

TensorFlow 卷积神经网络 Model Project:

FaceRank - Rank Face by CNN Model based on TensorFlow (add keras version). FaceRank-人脸打分基于 TensorFlow (新增 Keras 版本) 的 CNN 模型(可能是最有趣的 TensorFlow 中文入门实战项目)

https://github.com/fendouai/FaceRank

TensorFlow 循环神经网络 Model Project:

一个比特币交易机器人基于 Tensorflow LSTM 模型,仅供娱乐。 A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.

https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot

TensorFlow Seq2Seq Model Project:

ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model.ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人。(包含预处理过的 twitter 英文数据集,训练,运行,工具代码,可以运行但是效果有待提高。)

https://github.com/fendouai/ChatGirl

教程

模型项目

基于 TensorFlow 的产品

  • YOLO TensorFlow - Implementation of 'YOLO : Real-Time Object Detection'
  • android-yolo - Real-time object detection on Android using the YOLO network, powered by TensorFlow.
  • Magenta - Research project to advance the state of the art in machine intelligence for music and art generation

视频

论文

官方博客

博客文章

社区

书籍

  • Machine Learning with TensorFlow by Nishant Shukla, computer vision researcher at UCLA and author of Haskell Data Analysis Cookbook. This book makes the math-heavy topic of ML approachable and practicle to a newcomer.
  • First Contact with TensorFlow by Jordi Torres, professor at UPC Barcelona Tech and a research manager and senior advisor at Barcelona Supercomputing Center
  • Deep Learning with Python - Develop Deep Learning Models on Theano and TensorFlow Using Keras by Jason Brownlee
  • TensorFlow for Machine Intelligence - Complete guide to use TensorFlow from the basics of graph computing, to deep learning models to using it in production environments - Bleeding Edge Press
  • Getting Started with TensorFlow - Get up and running with the latest numerical computing library by Google and dive deeper into your data, by Giancarlo Zaccone
  • Hands-On Machine Learning with Scikit-Learn and TensorFlow – by Aurélien Geron, former lead of the YouTube video classification team. Covers ML fundamentals, training and deploying deep nets across multiple servers and GPUs using TensorFlow, the latest CNN, RNN and Autoencoder architectures, and Reinforcement Learning (Deep Q).
  • Building Machine Learning Projects with Tensorflow – by Rodolfo Bonnin. This book covers various projects in TensorFlow that expose what can be done with TensorFlow in different scenarios. The book provides projects on training models, machine learning, deep learning, and working with various neural networks. Each project is an engaging and insightful exercise that will teach you how to use TensorFlow and show you how layers of data can be explored by working with Tensors.

最新文章

  1. Java数据结构与排序算法——堆和堆排序
  2. How Tomcat works — 六、tomcat处理请求
  3. 内部通信服务Factory(WCF)
  4. Unity制作游戏中的场景
  5. 【NOIP模拟赛】lover——心上人
  6. Linux tr 命令使用
  7. [TYVJ] P1010 笨小猴
  8. codeigniter 该脚本在运行300s超时退
  9. O(mn)实现LCIS
  10. json转义 使用 JavaScriptSerializer 时 需要添加的引用
  11. live555工程建立与调试
  12. webix的Form绑定支持数组Array
  13. html : 九宫格(响应式)
  14. 深入理解JS中的变量及变量作用域
  15. Linux硬件信息命令大全
  16. composer require 本地包(用于开发使用)
  17. js之吸顶效果
  18. FFmpeg软件只是个解码编码软件,如果支持多种格式必须先安装好对应的库,下面就说下我装的库
  19. css-移动&缩放元素
  20. [LeetCode] 70. Climbing Stairs(斐波那契数列)

热门文章

  1. C# reportview 按时间改变行颜色
  2. python django的ManyToMany简述
  3. python安装及写一个简单的验证码组件(配合node)
  4. js 防止重复点击
  5. Mego(08) - 高级建模
  6. python3+beautifulSoup4.6抓取某网站小说(四)多线程抓取
  7. kubernetes进阶(05)kubernetes的命令
  8. .NET CORE 框架ABP的代码生成器(ABP Code Power Tools )使用说明文档
  9. C++ 排列最优解算法思想
  10. leetcode算法: Find Largest Value in Each Tree Row