Skip to content

Commit f6eeaa6

Browse files
author
Morvan Zhou
committed
all english
1 parent 864bf0a commit f6eeaa6

18 files changed

+18
-18
lines changed

tutorial-contents/201_torch_numpy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/202_variable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/203_activation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/301_regression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/302_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/303_build_nn_quickly.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/304_save_reload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/305_batch_train.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/306_optimizer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/401_CNN.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/402_RNN_classifier.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/403_RNN_regressor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/404_autoencoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/405_DQN_Reinforcement_learning.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/501_why_torch_dynamic_graph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/502_GPU.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/503_dropout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

tutorial-contents/504_batch_normalization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
2+
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
33
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
44
55
Dependencies:

0 commit comments

Comments
 (0)