Update 15_autoencoders.ipynb
PCA with a linear Autoencoder Section: The calls to numpy.random require an import to work. Added: import numpy.random as rndmain
parent
7d7ccce9d3
commit
59ab30722e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue