Merge branch 'master' of github.com:ageron/handson-ml
commit
e09fa470ce
|
@ -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