mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 20:19:29 +01:00
Merge branch 'master' of github.com:ageron/handson-ml
This commit is contained in:
@@ -131,6 +131,8 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
"import numpy.random as rnd\n",
|
||||||
|
"\n",
|
||||||
"rnd.seed(4)\n",
|
"rnd.seed(4)\n",
|
||||||
"m = 200\n",
|
"m = 200\n",
|
||||||
"w1, w2 = 0.1, 0.3\n",
|
"w1, w2 = 0.1, 0.3\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user