1- <p align =" center " >
2- <a href="https://www.tensorflow.org/" target="_blank">
3- <img width="40%" src="https://github.com/MorvanZhou/tutorials/blob/master/tensorflowTUT/logo.jpeg" style="max-width:100%;">
4- </a>
5- </p >
6-
7-
8- <br >
9-
101### If you'd like to use ** PyTorch** , no worries, I made a new ** PyTorch Tutorial** just like Tensorflow. Here is the link: [ https://github.com/MorvanZhou/PyTorch-Tutorial ] ( https://github.com/MorvanZhou/PyTorch-Tutorial )
112
123# Tensorflow 2017 Tutorials
@@ -20,82 +11,82 @@ All methods mentioned below have their video and text tutorial in Chinese. Visit
2011
2112
2213* 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)
14+ * [ Session] ( tutorial-contents/201_session.py )
15+ * [ Placeholder] ( tutorial-contents/202_placeholder.py )
16+ * [ Variable] ( tutorial-contents/203_variable.py )
17+ * [ Activation] ( tutorial-contents/204_activation.py )
2718* Build your first network
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)
33- * [ Dataset] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/306_dataset.py)
19+ * [ Regression] ( tutorial-contents/301_simple_regression.py )
20+ * [ Classification] ( tutorial-contents/302_simple_classification.py )
21+ * [ Save and reload] ( tutorial-contents/303_save_reload.py )
22+ * [ Optimizers] ( tutorial-contents/304_optimizer.py )
23+ * [ Tensorboard] ( tutorial-contents/305_tensorboard.py )
24+ * [ Dataset] ( tutorial-contents/306_dataset.py )
3425* Advanced neural network
35- * [ CNN] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/401_CNN.py)
36- * [ RNN-Classification] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/402_RNN_classification.py)
37- * [ RNN-Regression] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/403_RNN_regression.py)
38- * [ AutoEncoder] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/404_AutoEncoder.py)
39- * [ DQN Reinforcement Learning] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/405_DQN_reinforcement_learning.py)
40- * [ 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)
41- * [ Transfer Learning] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/407_transfer_learning.py)
26+ * [ CNN] ( tutorial-contents/401_CNN.py )
27+ * [ RNN-Classification] ( tutorial-contents/402_RNN_classification.py )
28+ * [ RNN-Regression] ( tutorial-contents/403_RNN_regression.py )
29+ * [ AutoEncoder] ( tutorial-contents/404_AutoEncoder.py )
30+ * [ DQN Reinforcement Learning] ( tutorial-contents/405_DQN_reinforcement_learning.py )
31+ * [ GAN (Generative Adversarial Nets)] ( tutorial-contents/406_GAN.py ) / [ Conditional GAN] ( tutorial-contents/406_conditional_GAN.py )
32+ * [ Transfer Learning] ( tutorial-contents/407_transfer_learning.py )
4233* Others (WIP)
43- * [ Dropout] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/501_dropout.py)
44- * [ Batch Normalization] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/502_batch_normalization.py)
45- * [ Visualize Gradient Descent] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/503_visualize_gradient_descent.py)
46- * [ Distributed training] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/504_distributed_training.py)
34+ * [ Dropout] ( tutorial-contents/501_dropout.py )
35+ * [ Batch Normalization] ( tutorial-contents/502_batch_normalization.py )
36+ * [ Visualize Gradient Descent] ( tutorial-contents/503_visualize_gradient_descent.py )
37+ * [ Distributed training] ( tutorial-contents/504_distributed_training.py )
4738
48- ### [ Regression] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/301_simple_regression.py)
39+ ### [ Regression] ( tutorial-contents/301_simple_regression.py )
4940
50- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/301_simple_regression.py" >
51- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/1-1-2.gif">
41+ <a href =" tutorial-contents/301_simple_regression.py " >
42+ <img class="course-image" src="https://mofanpy.com /static/results/torch/1-1-2.gif">
5243</a >
5344
54- ### [ Classification] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/302_simple_classification.py)
45+ ### [ Classification] ( tutorial-contents/302_simple_classification.py )
5546
56- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/302_simple_classification.py" >
57- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/1-1-3.gif">
47+ <a href =" tutorial-contents/302_simple_classification.py " >
48+ <img class="course-image" src="https://mofanpy.com /static/results/torch/1-1-3.gif">
5849</a >
5950
60- ### [ CNN] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/401_CNN.py)
61- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/401_CNN.py" >
62- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/4-1-2.gif" >
51+ ### [ CNN] ( tutorial-contents/401_CNN.py )
52+ <a href =" tutorial-contents/401_CNN.py " >
53+ <img class="course-image" src="https://mofanpy.com /static/results/torch/4-1-2.gif" >
6354</a >
6455
65- ### [ RNN] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/403_RNN_regression.py)
56+ ### [ RNN] ( tutorial-contents/403_RNN_regression.py )
6657
67- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/403_RNN_regression.py" >
68- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/4-3-1.gif" >
58+ <a href =" tutorial-contents/403_RNN_regression.py " >
59+ <img class="course-image" src="https://mofanpy.com /static/results/torch/4-3-1.gif" >
6960</a >
7061
71- ### [ Autoencoder] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/404_AutoEncoder.py)
62+ ### [ Autoencoder] ( tutorial-contents/404_AutoEncoder.py )
7263
73- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/404_AutoEncoder.py" >
74- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/4-4-1.gif" >
64+ <a href =" tutorial-contents/404_AutoEncoder.py " >
65+ <img class="course-image" src="https://mofanpy.com /static/results/torch/4-4-1.gif" >
7566</a >
7667
77- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/404_AutoEncoder.py" >
78- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/4-4-2.gif" >
68+ <a href =" tutorial-contents/404_AutoEncoder.py " >
69+ <img class="course-image" src="https://mofanpy.com /static/results/torch/4-4-2.gif" >
7970</a >
8071
81- ### [ GAN (Generative Adversarial Nets)] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/406_GAN.py)
82- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/406_GAN.py" >
83- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/4-6-1.gif" >
72+ ### [ GAN (Generative Adversarial Nets)] ( tutorial-contents/406_GAN.py )
73+ <a href =" tutorial-contents/406_GAN.py " >
74+ <img class="course-image" src="https://mofanpy.com /static/results/torch/4-6-1.gif" >
8475</a >
8576
86- ### [ Dropout] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/501_dropout.py)
87- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/501_dropout.py" >
88- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/5-3-1.gif" >
77+ ### [ Dropout] ( tutorial-contents/501_dropout.py )
78+ <a href =" tutorial-contents/501_dropout.py " >
79+ <img class="course-image" src="https://mofanpy.com /static/results/torch/5-3-1.gif" >
8980</a >
9081
91- ### [ Batch Normalization] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/502_batch_normalization.py)
92- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/502_batch_normalization.py" >
93- <img class="course-image" src="https://morvanzhou.github.io /static/results/torch/5-4-2.gif" >
82+ ### [ Batch Normalization] ( tutorial-contents/502_batch_normalization.py )
83+ <a href =" tutorial-contents/502_batch_normalization.py " >
84+ <img class="course-image" src="https://mofanpy.com /static/results/torch/5-4-2.gif" >
9485</a >
9586
96- ### [ Visualize Gradient Descent] ( https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/503_visualize_gradient_descent.py)
97- <a href =" https://github.com/MorvanZhou/Tensorflow-Tutorial/blob/master/ tutorial-contents/503_visualize_gradient_descent.py" >
98- <img class="course-image" src="https://morvanzhou.github.io /static/results/tensorflow/5_15_01.gif" >
87+ ### [ Visualize Gradient Descent] ( tutorial-contents/503_visualize_gradient_descent.py )
88+ <a href =" tutorial-contents/503_visualize_gradient_descent.py " >
89+ <img class="course-image" src="https://mofanpy.com /static/results/tensorflow/5_15_01.gif" >
9990</a >
10091
10192# Donation
@@ -112,7 +103,7 @@ All methods mentioned below have their video and text tutorial in Chinese. Visit
112103
113104<div >
114105 <a href =" https://www.patreon.com/morvan " >
115- <img src="https://morvanzhou.github.io /static/img/support/patreon.jpg"
106+ <img src="https://mofanpy.com /static/img/support/patreon.jpg"
116107 alt="Patreon"
117108 height=120>
118109 </a >
0 commit comments