Merge branch 'master' of github.com:ageron/handson-ml

main
Aurélien Geron 2017-10-27 12:58:29 +02:00
commit e09fa470ce
1 changed files with 2 additions and 0 deletions

View File

@ -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",