TensorFlow Learning & Practices List | TensorFlow 资料索引
Overview | 概述
2017-TensorFlow demystified: To understand a new framework, Google’s TensorFlow is a framework for machine-learning calculations, it is often useful to see a ‘toy’ example and learn from it.
2017-Top Five Use Cases of TensorFlow: TensorFlow is mainly used for: Classification, Perception, Understanding, Discovering, Prediction and Creation.
2018-Tensorflow: The Confusing Parts #Series#: This tutorial is intended for people who already have some experience with both programming and machine learning, and want to pick up Tensorflow.
2017-Deep Learning in 7 lines of code: The essence of machine learning is recognizing patterns within data. This boils down to 3 things: data, software and math. What can be done in seven lines of code you ask? A lot.
2017-Effective TensorFlow #Series#: My attempt is to gradually expand this series by adding new articles and keep the content up to date with the latest releases of TensorFlow API.
2017-TensorFlow 101 #Series#: TensorFlow is an open source machine learning library developed at Google. TensorFlow uses data flow graphs for numerical computations.
2018-TensorFlow Course #Series#: This repository aims to provide simple and ready-to-use tutorials for TensorFlow. Each tutorial includes source code and most of them are associated with a documentation.
2019-TensorFlow 2.x Tutorials #Series#: TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0 版入门实例代码,实战教程。