This tutorial was designed for easily diving into TensorFlow, through examples. For readability, it includes both notebooks and source codes with explanation.
|
|
10 年之前 | |
|---|---|---|
| README.md | 10 年之前 | |
| alexnet.py | 10 年之前 | |
| basic_operations.py | 10 年之前 | |
| convolutional_network.py | 10 年之前 | |
| helloworld.py | 10 年之前 | |
| input_data.py | 10 年之前 | |
| linear_regression.py | 10 年之前 | |
| logistic_regression.py | 10 年之前 | |
| multigpu_basics.py | 10 年之前 | |
| multilayer_perceptron.py | 10 年之前 | |
| nearest_neighbor.py | 10 年之前 | |
| recurrent_network.py | 10 年之前 |
Basic code examples for some machine learning algorithms, using TensorFlow library.
tensorflow
numpy
matplotlib
cuda (to run examples on GPU)
Other tutorials are coming soon...