1
1
<p align =" center " >
2
2
<a href="https://www.tensorflow.org/" target="_blank">
3
- <img width="40%" src="tensorflowTUT/ logo.jpeg" style="max-width:100%;">
3
+ <img width="40%" src="logo.jpeg" style="max-width:100%;">
4
4
</a>
5
5
</p >
6
6
@@ -21,31 +21,31 @@ If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com
21
21
22
22
23
23
* Tensorflow Basic
24
- * [ Basic example] ( tensorflowTUT/ tf5_example2/full_code.py)
25
- * [ Session] ( tensorflowTUT/ tensorflow6_session.py)
26
- * [ Variable] ( tensorflowTUT/ tensorflow7_variable.py)
27
- * [ Placeholder] ( tensorflowTUT/ tensorflow8_feeds.py)
24
+ * [ Basic example] ( tf5_example2/full_code.py )
25
+ * [ Session] ( tensorflow6_session.py )
26
+ * [ Variable] ( tensorflow7_variable.py )
27
+ * [ Placeholder] ( tensorflow8_feeds.py )
28
28
* Build your first NN
29
- * [ Adding layer] ( tensorflowTUT/ tensorflow10_def_add_layer.py)
30
- * [ Build NN] ( tensorflowTUT/ tf11_build_network/full_code.py)
31
- * [ Visualize update] ( tensorflowTUT/ tf12_plot_result/full_code.py)
29
+ * [ Adding layer] ( tensorflow10_def_add_layer.py )
30
+ * [ Build NN] ( tf11_build_network/full_code.py )
31
+ * [ Visualize update] ( tf12_plot_result/full_code.py )
32
32
* Tensorboard
33
- * [ Visualization 1] ( tensorflowTUT/ tf14_tensorboard/full_code.py)
34
- * [ Visualization 2] ( tensorflowTUT/ tf15_tensorboard/full_code.py)
35
- * [ Classification] ( tensorflowTUT/ tf16_classification/full_code.py)
36
- * [ Overfitting and dropout] ( tensorflowTUT/ tf17_dropout/full_code.py)
37
- * [ Save Network] ( tensorflowTUT/ tf19_saver.py)
33
+ * [ Visualization 1] ( tf14_tensorboard/full_code.py )
34
+ * [ Visualization 2] ( tf15_tensorboard/full_code.py )
35
+ * [ Classification] ( tf16_classification/full_code.py )
36
+ * [ Overfitting and dropout] ( tf17_dropout/full_code.py )
37
+ * [ Save Network] ( tf19_saver.py )
38
38
* CNN
39
- * [ CNN layers] ( tensorflowTUT/ tf18_CNN2/full_code.py)
40
- * [ CNN training] ( tensorflowTUT/ tf18_CNN3/full_code.py)
39
+ * [ CNN layers] ( tf18_CNN2/full_code.py )
40
+ * [ CNN training] ( tf18_CNN3/full_code.py )
41
41
* RNN
42
- * [ Classification] ( tensorflowTUT/ tf20_RNN2/full_code.py)
43
- * [ Regression] ( tensorflowTUT/ tf20_RNN2.2/full_code.py)
44
- * [ Autoencoder] ( tensorflowTUT/ tf21_autoencoder/full_code.py)
42
+ * [ Classification] ( tf20_RNN2/full_code.py )
43
+ * [ Regression] ( tf20_RNN2.2/full_code.py )
44
+ * [ Autoencoder] ( tf21_autoencoder/full_code.py )
45
45
* Scope
46
- * [ Scope in TF] ( tensorflowTUT/ tf22_scope/tf22_scope.py)
47
- * [ Training Testing for RNN] ( tensorflowTUT/ tf22_scope/tf22_RNN_scope.py)
48
- * [ Batch Normalization] ( tensorflowTUT/ tf23_BN/tf23_BN.py)
46
+ * [ Scope in TF] ( tf22_scope/tf22_scope.py )
47
+ * [ Training Testing for RNN] ( tf22_scope/tf22_RNN_scope.py )
48
+ * [ Batch Normalization] ( tf23_BN/tf23_BN.py )
49
49
50
50
51
51
0 commit comments