mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
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 rnd
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user