diff --git a/tutorial-contents/201_torch_numpy.py b/tutorial-contents/201_torch_numpy.py index 4d9584b..c1248b3 100644 --- a/tutorial-contents/201_torch_numpy.py +++ b/tutorial-contents/201_torch_numpy.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/202_variable.py b/tutorial-contents/202_variable.py index 194c2f4..afa1b0f 100644 --- a/tutorial-contents/202_variable.py +++ b/tutorial-contents/202_variable.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/203_activation.py b/tutorial-contents/203_activation.py index a0c3849..8038dd1 100644 --- a/tutorial-contents/203_activation.py +++ b/tutorial-contents/203_activation.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/301_regression.py b/tutorial-contents/301_regression.py index 149fac3..951c46b 100644 --- a/tutorial-contents/301_regression.py +++ b/tutorial-contents/301_regression.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/302_classification.py b/tutorial-contents/302_classification.py index ffc4de1..6b1bdf5 100644 --- a/tutorial-contents/302_classification.py +++ b/tutorial-contents/302_classification.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/303_build_nn_quickly.py b/tutorial-contents/303_build_nn_quickly.py index de19845..22943f9 100644 --- a/tutorial-contents/303_build_nn_quickly.py +++ b/tutorial-contents/303_build_nn_quickly.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/304_save_reload.py b/tutorial-contents/304_save_reload.py index 8c28824..1fdc0e9 100644 --- a/tutorial-contents/304_save_reload.py +++ b/tutorial-contents/304_save_reload.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/305_batch_train.py b/tutorial-contents/305_batch_train.py index 4a09232..db96f29 100644 --- a/tutorial-contents/305_batch_train.py +++ b/tutorial-contents/305_batch_train.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/306_optimizer.py b/tutorial-contents/306_optimizer.py index ab2809d..628503f 100644 --- a/tutorial-contents/306_optimizer.py +++ b/tutorial-contents/306_optimizer.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/401_CNN.py b/tutorial-contents/401_CNN.py index f6904ee..8fc1597 100644 --- a/tutorial-contents/401_CNN.py +++ b/tutorial-contents/401_CNN.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/402_RNN_classifier.py b/tutorial-contents/402_RNN_classifier.py index 6e08739..11f7152 100644 --- a/tutorial-contents/402_RNN_classifier.py +++ b/tutorial-contents/402_RNN_classifier.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/403_RNN_regressor.py b/tutorial-contents/403_RNN_regressor.py index 7624676..c32415a 100644 --- a/tutorial-contents/403_RNN_regressor.py +++ b/tutorial-contents/403_RNN_regressor.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/404_autoencoder.py b/tutorial-contents/404_autoencoder.py index 17d1476..45e9412 100644 --- a/tutorial-contents/404_autoencoder.py +++ b/tutorial-contents/404_autoencoder.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/405_DQN_Reinforcement_learning.py b/tutorial-contents/405_DQN_Reinforcement_learning.py index 0b0370b..1cde35a 100644 --- a/tutorial-contents/405_DQN_Reinforcement_learning.py +++ b/tutorial-contents/405_DQN_Reinforcement_learning.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/501_why_torch_dynamic_graph.py b/tutorial-contents/501_why_torch_dynamic_graph.py index 6e42c9e..0c10007 100644 --- a/tutorial-contents/501_why_torch_dynamic_graph.py +++ b/tutorial-contents/501_why_torch_dynamic_graph.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/502_GPU.py b/tutorial-contents/502_GPU.py index 9581f20..64d25a0 100644 --- a/tutorial-contents/502_GPU.py +++ b/tutorial-contents/502_GPU.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/503_dropout.py b/tutorial-contents/503_dropout.py index 3f4f42f..bd91164 100644 --- a/tutorial-contents/503_dropout.py +++ b/tutorial-contents/503_dropout.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: diff --git a/tutorial-contents/504_batch_normalization.py b/tutorial-contents/504_batch_normalization.py index e4bd046..e4051a3 100644 --- a/tutorial-contents/504_batch_normalization.py +++ b/tutorial-contents/504_batch_normalization.py @@ -1,5 +1,5 @@ """ -Know more, visit 莫烦Python: https://morvanzhou.github.io/tutorials/ +Know more, visit my tutorial page: https://morvanzhou.github.io/tutorials/ My Youtube Channel: https://www.youtube.com/user/MorvanZhou Dependencies: