This tutorial was designed for easily diving into TensorFlow, through examples. For readability, it includes both notebooks and source codes with explanation.
|
8 years ago | |
---|---|---|
examples | 8 years ago | |
notebooks | 8 years ago | |
LICENSE | 9 years ago | |
README.md | 8 years ago | |
input_data.py | 9 years ago |
TensorFlow Tutorial with popular machine learning algorithms implementation. This tutorial was designed for easily diving into TensorFlow, through examples.
It is suitable for beginners who want to find clear and concise examples about TensorFlow. For readability, the tutorial includes both notebook and code with explanations.
Some examples require MNIST dataset for training and testing. Don't worry, this dataset will automatically be downloaded when running examples (with input_data.py). MNIST is a database of handwritten digits, for a quick description of that dataset, you can check this notebook.
Official Website: http://yann.lecun.com/exdb/mnist/
The following examples are coming from TFLearn, a library that provides a simplified interface for TensorFlow. You can have a look, there are many examples and pre-built operations and layers.
tensorflow
numpy
matplotlib
cuda
tflearn (if using tflearn examples)
For more details about TensorFlow installation, you can check TensorFlow Installation Guide