This tutorial was designed for easily diving into TensorFlow, through examples. For readability, it includes both notebooks and source codes with explanation.
|
9 năm trước cách đây | |
---|---|---|
examples | 9 năm trước cách đây | |
notebooks | 9 năm trước cách đây | |
LICENSE | 9 năm trước cách đây | |
README.md | 9 năm trước cách đây | |
Setup_TensorFlow.md | 9 năm trước cách đây | |
input_data.py | 9 năm trước cách đây | |
multigpu_basics.py | 9 năm trước cách đây |
Code examples for some popular machine learning algorithms, using TensorFlow library. Both code and notebook are available.
tensorflow
numpy
matplotlib
cuda (to run examples on GPU)
For more details about TensorFlow installation, you can check Setup_TensorFlow.md
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, with 60,000 examples for training and 10,000 examples for testing. (Website: http://yann.lecun.com/exdb/mnist/)
Other tutorials are coming soon...