@@ -18,69 +18,74 @@ In these tutorials, we will build our first Neural Network and try to build some
1818
1919All methods mentioned below have their video and text tutorial in Chinese. Visit [ 莫烦 Python] ( https://morvanzhou.github.io/tutorials/ ) for more.
2020
21- <!--
22- * pyTorch basic
23- * [torch and numpy](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/201_torch_numpy.py)
24- * [Variable](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/202_variable.py)
25- * [Activation](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/203_activation.py)
21+
22+ * Tensorflow basic
23+ * [ Session] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/201_session.py )
24+ * [ Placeholder] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/202_placeholder.py )
25+ * [ Variable] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/203_variable.py )
26+ * [ Activation] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/204_activation.py )
2627* Build your first network
27- * [Regression](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/301_regression.py)
28- * [Classification](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/302_classification.py)
29- * [An easy way](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/303_build_nn_quickly.py)
30- * [Save and reload](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/304_save_reload.py)
31- * [Train on batch](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/305_batch_train.py)
32- * [Optimizers](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/306_optimizer.py)
28+ * [ Regression] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/301_simple_regression.py )
29+ * [ Classification] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/302_simple_classification.py )
30+ * [ Save and reload] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/303_save_reload.py )
31+ * [ Optimizers] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/304_optimizer.py )
32+ * [ Tensorboard] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/305_tensorboard.py )
3333* Advanced neural network
34- * [CNN](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/401_CNN.py)
35- * [RNN-Classification](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/402_RNN_classifier.py)
36- * [RNN-Regression](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/403_RNN_regressor.py)
37- * [AutoEncoder](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/404_autoencoder.py)
38- * [DQN Reinforcement Learning](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/405_DQN_Reinforcement_learning.py)
34+ * [ CNN] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/401_CNN.py )
35+ * [ RNN-Classification] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/402_RNN_classification.py )
36+ * [ RNN-Regression] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/403_RNN_regression.py )
37+ * [ AutoEncoder] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/404_AutoEncoder.py )
38+ * [ DQN Reinforcement Learning] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/405_DQN_reinforcement_learning.py )
39+ * [ GAN (Generative Adversarial Nets)] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/406_GAN.py ) / [ Conditional GAN] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/406_conditional_GAN.py )
40+
3941* Others (WIP)
40- * [Why torch dynamic](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/501_why_torch_dynamic_graph.py)
41- * [Train on GPU](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/502_GPU.py)
42- * [Dropout](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/503_dropout.py)
43- * [Batch Normalization](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/504_batch_normalization.py)
42+ * [ Dropout] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/501_dropout.py )
43+ * [ Batch Normalization] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/502_batch_normalization.py )
4444
45- ### [Regression](https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/301_regression .py)
45+ ### [ Regression] ( https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/301_simple_regression .py )
4646
47- <a href="https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/301_regression .py">
47+ <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/301_simple_regression .py " >
4848 <img class="course-image" src="https://morvanzhou.github.io/static/results/torch/1-1-2.gif">
4949</a >
5050
51- ### [Classification](https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/302_classification .py)
51+ ### [ Classification] ( https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/302_simple_classification .py )
5252
53- <a href="https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/302_classification .py">
53+ <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/302_simple_classification .py " >
5454 <img class="course-image" src="https://morvanzhou.github.io/static/results/torch/1-1-3.gif">
5555</a >
5656
57- ### [RNN](https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/403_RNN_regressor .py)
57+ ### [ RNN] ( https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/403_RNN_regression .py )
5858
59- <a href="https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/403_RNN_regressor .py">
59+ <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/403_RNN_regression .py " >
6060 <img class="course-image" src="https://morvanzhou.github.io/static/results/torch/4-3-1.gif" >
6161</a >
6262
63- ### [Autoencoder](https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/404_autoencoder .py)
63+ ### [ Autoencoder] ( https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/404_AutoEncoder .py )
6464
65- <a href="https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/403_RNN_regressor .py">
65+ <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/404_AutoEncoder .py " >
6666 <img class="course-image" src="https://morvanzhou.github.io/static/results/torch/4-4-1.gif" >
6767</a >
6868
69- <a href="https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/403_RNN_regressor .py">
69+ <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/404_AutoEncoder .py " >
7070 <img class="course-image" src="https://morvanzhou.github.io/static/results/torch/4-4-2.gif" >
7171</a >
7272
73- ### [Dropout](https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/503_dropout.py)
74- <a href="https://github.com/MorvanZhou/tutorials/blob/master/pytorchTUT/503_dropout.py">
73+ ### [ GAN (Generative Adversarial Nets)] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/406_GAN.py )
74+ <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/406_GAN.py " >
75+ <img class="course-image" src="https://morvanzhou.github.io/static/results/torch/4-6-1.gif" >
76+ </a >
77+
78+ ### [ Dropout] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/501_dropout.py )
79+ <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/tutorial-contents/501_dropout.py " >
7580 <img class="course-image" src="https://morvanzhou.github.io/static/results/torch/5-3-1.gif" >
7681</a >
7782
78- ### [Batch Normalization](https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/504_batch_normalization .py)
79- <a href="https://github.com/MorvanZhou/tutorials /blob/master/pytorchTUT/504_batch_normalization .py">
83+ ### [ Batch Normalization] ( https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/502_batch_normalization .py )
84+ <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial /blob/master/tutorial-contents/502_batch_normalization .py " >
8085 <img class="course-image" src="https://morvanzhou.github.io/static/results/torch/5-4-2.gif" >
8186</a >
8287
83- -->
88+
8489
8590# Donation
8691
0 commit comments