This commit is contained in:
morvanzhou
2020-10-29 21:41:31 +08:00
parent f21f6125b5
commit 4e5122c373
41 changed files with 43 additions and 43 deletions

View File

@ -6,7 +6,7 @@
"source": [
"# 401 CNN\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 406 GAN\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 201 Torch and Numpy\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 202 Variable\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 203 Activation\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 301 Regression\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 302 Classification\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 303 Build NN Quickly\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -7,7 +7,7 @@
"# 304 Save and Reload\n",
"\n",
"\"\"\"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 305 Batch Train\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 206 Optimizers\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 401 CNN\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 402 RNN\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 403 RNN Regressor\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 404 Autoencoder\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"Dependencies:\n",
"\n",

View File

@ -6,9 +6,9 @@
"source": [
"# 405 DQN Reinforcement Learning\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"More about Reinforcement learning: https://morvanzhou.github.io/tutorials/machine-learning/reinforcement-learning/\n",
"More about Reinforcement learning: https://mofanpy.com/tutorials/machine-learning/reinforcement-learning/\n",
"\n",
"Dependencies:\n",
"* torch: 0.1.11\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 406 GAN\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 501 Why Torch Dynamic Graph\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 502 GPU\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 503 Dropout\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -6,7 +6,7 @@
"source": [
"# 504 Batch Normalization\n",
"\n",
"View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/\n",
"View more, visit my tutorial page: https://mofanpy.com/tutorials/\n",
"My Youtube Channel: https://www.youtube.com/user/MorvanZhou\n",
"\n",
"Dependencies:\n",

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,7 +1,7 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
More about Reinforcement learning: https://morvanzhou.github.io/tutorials/machine-learning/reinforcement-learning/
More about Reinforcement learning: https://mofanpy.com/tutorials/machine-learning/reinforcement-learning/
Dependencies:
torch: 0.4

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies:

View File

@ -1,5 +1,5 @@
"""
View more, visit my tutorial page: https://morvanzhou.github.io/tutorials/
View more, visit my tutorial page: https://mofanpy.com/tutorials/
My Youtube Channel: https://www.youtube.com/user/MorvanZhou
Dependencies: