Aurélien Geron
|
95b91de6a6
|
Replace rnd by np.random in notebook 14
|
2017-08-16 10:44:18 +02:00 |
Aurélien Geron
|
a65ab3b154
|
Fixes #56, bug in DNNClassifier for batch normalization
|
2017-07-13 11:13:37 +02:00 |
Aurélien Geron
|
d7f5a74020
|
Merge branch 'master' of github.com:ageron/handson-ml
|
2017-07-07 21:56:40 +02:00 |
Aurélien Geron
|
df14b513f5
|
Fix multilabel typo
|
2017-07-07 21:56:30 +02:00 |
Aurélien Geron
|
85a0bd973d
|
Merge pull request #48 from vivek-v-rao/patch-1
removed quotes around "True"
|
2017-06-28 09:24:00 +02:00 |
vivek-v-rao
|
4e016769a6
|
removed quotes around "True"
the inplace argument should be boolean, not string
|
2017-06-27 21:30:57 -04:00 |
Aurélien Geron
|
a7d692cbf9
|
Fix error in Equation 13-1
|
2017-06-26 16:06:40 +02:00 |
Aurélien Geron
|
1e1fa7e2ff
|
Ensure that the equations display properly using Jupyter.org's viewer
|
2017-06-26 12:32:11 +02:00 |
Aurélien Geron
|
62dc13bbfb
|
Add pointer to Jupyter's viewer which displays equations properly
|
2017-06-26 12:18:36 +02:00 |
Aurélien Geron
|
10670c6005
|
Add list of equations in the book
|
2017-06-26 12:14:57 +02:00 |
Aurélien Geron
|
b11721e1e5
|
Add exercise solutions for chapter 08
|
2017-06-26 00:09:23 +02:00 |
Aurélien Geron
|
6947a43d0d
|
Add solution to exercise 9 in chapter 8
|
2017-06-24 17:23:47 +02:00 |
Aurélien Geron
|
4b264044c8
|
Add SELU activation function example and snip out repetitive outputs
|
2017-06-21 15:35:47 +02:00 |
Aurélien Geron
|
c9252677bd
|
Fix plot_confusion_matrix() in ch 03 (fixes #42)
|
2017-06-19 22:28:45 +02:00 |
Aurélien Geron
|
11b984eb92
|
Make fetch_housing_data() work on Windows
|
2017-06-18 13:52:10 +02:00 |
Aurélien Geron
|
b2ec3968f5
|
Add exercise solutions for chapter 11
|
2017-06-14 09:09:23 +02:00 |
Aurélien Geron
|
7f4cd72d97
|
Merge PR #36 by lsshawn: adds helpful notes and fixes the null rows sampling code
|
2017-06-08 17:11:08 +02:00 |
Aurélien Geron
|
48718eff9d
|
Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant
|
2017-06-08 15:44:00 +02:00 |
Aurélien Geron
|
91acc2e1fd
|
Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant
|
2017-06-08 15:43:16 +02:00 |
Aurélien Geron
|
8935c61570
|
Adding missing figure in chapter 02
|
2017-06-08 14:23:33 +02:00 |
Aurélien Geron
|
74794da1de
|
Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant, and simplify code in notebook 15
|
2017-06-07 17:52:59 +02:00 |
Aurélien Geron
|
045150bd95
|
Use np.random.set_seed(42) and tf.set_random_seed(42) to make notebook's output constant
|
2017-06-07 08:59:58 +02:00 |
Aurélien Geron
|
a331fe6404
|
Use np.random.set_seed(42) and random_state=42 make notebook's output constant
|
2017-06-06 23:13:43 +02:00 |
Aurélien Geron
|
6ec768b165
|
Use tf.set_random_seed(42) and more to make notebook's output constant
|
2017-06-06 23:12:21 +02:00 |
Aurélien Geron
|
422cd78ea6
|
Use default seed=42
|
2017-06-06 22:44:01 +02:00 |
Aurélien Geron
|
659ca563ae
|
Use tf.set_random_seed(42) and more to make notebook's output constant
|
2017-06-06 22:39:21 +02:00 |
Aurélien Geron
|
711a577f1a
|
Fix figure 2-13 x-axis values and legend not showing
|
2017-06-06 22:28:39 +02:00 |
Aurélien Geron
|
e9a8883531
|
Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant
|
2017-06-06 17:20:38 +02:00 |
Aurélien Geron
|
1a165e2864
|
Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant
|
2017-06-06 16:32:08 +02:00 |
Aurélien Geron
|
fb33333924
|
Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant
|
2017-06-06 15:16:46 +02:00 |
Aurélien Geron
|
3e87055ed9
|
Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant
|
2017-06-06 15:15:20 +02:00 |
Aurélien Geron
|
692b674196
|
Use 'np.random' rather than 'import numpy.random as rnd'
|
2017-06-06 14:26:26 +02:00 |
Aurélien Geron
|
bd6c167e09
|
Make notebook for ch2 output the same result every time
|
2017-06-06 13:21:19 +02:00 |
Aurélien Geron
|
9910d31ec3
|
Upgrade notebook 14 to support TF 1.1+ (there were breaking changes with RNNs)
|
2017-06-05 19:18:20 +02:00 |
Aurélien Geron
|
8a57af4efe
|
Sync chapter 13 notebook with code samples in that chapter
|
2017-06-05 18:56:44 +02:00 |
Aurélien Geron
|
e6cd00f9a4
|
Sync chapter 11 notebook with the code samples in that chapter
|
2017-06-05 18:48:03 +02:00 |
Aurélien Geron
|
6281e153cd
|
Add exercise solutions for chapter 10, and improve code sync between book and notebook
|
2017-06-02 22:01:22 +02:00 |
Aurélien Geron
|
3680f6a27c
|
Add a few explanations in notebook 08, and better sync code with book
|
2017-06-02 16:02:35 +02:00 |
Aurélien Geron
|
b7779802f0
|
Synchronize chapter 7's code and the corresponding notebook's code
|
2017-06-02 10:57:06 +02:00 |
Aurélien Geron
|
0e8579943c
|
Add exercise solutions for chapter 6
|
2017-06-02 09:43:50 +02:00 |
Aurélien Geron
|
1bc60fe315
|
Make notebook code match book examples more closely in chapter 1
|
2017-06-01 09:57:58 +02:00 |
Aurélien Geron
|
88acd2b4b9
|
Make notebook code match book examples more closely in chapter 2
|
2017-06-01 09:53:20 +02:00 |
Aurélien Geron
|
c226f328d3
|
Make notebook code match book examples more closely in chapter 3
|
2017-06-01 09:52:10 +02:00 |
Aurélien Geron
|
291ae3e39d
|
Add exercise solutions for chapter 5
|
2017-06-01 09:23:37 +02:00 |
Aurélien Geron
|
bc8625dc24
|
Add exercise solution for chapter 4
|
2017-05-29 23:20:14 +02:00 |
Aurélien Geron
|
168ad47702
|
Finish exercise solution for chapter 9, and ensure sync between notebook and book for chapter 2
|
2017-05-28 18:14:49 +02:00 |
Aurélien Geron
|
ea44f0c794
|
Add first part of the exercise solution for chapter 9
|
2017-05-28 01:01:49 +02:00 |
Aurélien Geron
|
ede46d7415
|
Add 2 comments in the solution of exercise 9, chapter 13
|
2017-05-05 15:56:13 +02:00 |
Aurélien Geron
|
d74dfd0571
|
Add exercise solutions for chapter 13
|
2017-05-05 15:22:45 +02:00 |
Aurélien Geron
|
c3da72c4ef
|
Explain the expon() and reciprocal() distributions
|
2017-05-03 19:46:23 +02:00 |