Merge pull request #107 from akellyirl/patch-1

Update 15_autoencoders.ipynb
main
Aurélien Geron 2017-10-25 14:57:09 +02:00 committed by GitHub
commit 4a9b2fa6bc
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@
},
"outputs": [],
"source": [
"import numpy.random as rnd\n",
"\n",
"rnd.seed(4)\n",
"m = 200\n",
"w1, w2 = 0.1, 0.3\n",