Aurelien Geron
383c67c8df
Merge branch 'master' of github.com:ageron/handson-ml
2017-07-07 21:56:40 +02:00
Aurelien Geron
322b5095b5
Fix multilabel typo
2017-07-07 21:56:30 +02:00
robimc14
3d49dcf67c
changed order of dot product
2017-07-07 15:29:11 -04:00
francotheengineer
dcb5cf0ad0
Merge pull request #1 from francotheengineer/francotheengineer-patch-1
...
Fixed Deep RNN Multi-gpu implementation to use tf
2017-07-07 12:04:45 +01:00
francotheengineer
00c6cf9d43
Fixed Deep RNN Multi-gpu implementation to use tf
...
Fixed Deep RNN Multi-gpu implementation to use tf.python.ops.nn.rnn_cell DeviceWrapper class instead of implementing custom class to achieve the same result. It would appear that the custom class shown with the code does not function.
2017-07-07 12:04:17 +01:00
Aurélien Geron
a2fc9671ed
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
08f31b2900
removed quotes around "True"
...
the inplace argument should be boolean, not string
2017-06-27 21:30:57 -04:00
Aurelien Geron
0c7ce16170
Fix error in Equation 13-1
2017-06-26 16:06:40 +02:00
Aurelien Geron
31dc847cb4
Ensure that the equations display properly using Jupyter.org's viewer
2017-06-26 12:32:11 +02:00
Aurelien Geron
2883916f5c
Add pointer to Jupyter's viewer which displays equations properly
2017-06-26 12:18:36 +02:00
Aurelien Geron
c34a785371
Add list of equations in the book
2017-06-26 12:14:57 +02:00
Aurelien Geron
ad6f068b1b
Add exercise solutions for chapter 08
2017-06-26 00:09:23 +02:00
Aurelien Geron
2919b8e63f
Add solution to exercise 9 in chapter 8
2017-06-24 17:23:47 +02:00
Aurelien Geron
b639cad9e2
Add SELU activation function example and snip out repetitive outputs
2017-06-21 15:35:47 +02:00
Aurelien Geron
4d42536335
Fix plot_confusion_matrix() in ch 03 ( fixes #42 )
2017-06-19 22:28:45 +02:00
Aurelien Geron
92b780ddd6
Make fetch_housing_data() work on Windows
2017-06-18 13:52:10 +02:00
Aurelien Geron
ffcd8dfa8a
Add exercise solutions for chapter 11
2017-06-14 09:09:23 +02:00
Aurelien Geron
e844878f16
Merge PR #36 by lsshawn: adds helpful notes and fixes the null rows sampling code
2017-06-08 17:11:08 +02:00
Aurelien Geron
9621c5545e
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
Aurelien Geron
cc1f5e323c
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
Aurelien Geron
735431b4af
Adding missing figure in chapter 02
2017-06-08 14:23:33 +02:00
Aurelien Geron
9938d0686b
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
Aurelien Geron
6689c3a1ef
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
Aurelien Geron
fea9959853
Use np.random.set_seed(42) and random_state=42 make notebook's output constant
2017-06-06 23:13:43 +02:00
Aurelien Geron
f9f9de19a2
Use tf.set_random_seed(42) and more to make notebook's output constant
2017-06-06 23:12:21 +02:00
Aurelien Geron
47aa83ea98
Use default seed=42
2017-06-06 22:44:01 +02:00
Aurelien Geron
880748684b
Use tf.set_random_seed(42) and more to make notebook's output constant
2017-06-06 22:39:21 +02:00
Aurelien Geron
23e991ca26
Fix figure 2-13 x-axis values and legend not showing
2017-06-06 22:28:39 +02:00
Aurelien Geron
501c3ae5ac
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
Aurelien Geron
2b516aabbe
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
Aurelien Geron
cb2ffcd08f
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
Aurelien Geron
b0e81f90bd
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
Aurelien Geron
7afc71e36b
Use 'np.random' rather than 'import numpy.random as rnd'
2017-06-06 14:26:26 +02:00
Aurelien Geron
304e48e682
Make notebook for ch2 output the same result every time
2017-06-06 13:21:19 +02:00
Aurelien Geron
5eac9fe82e
Upgrade notebook 14 to support TF 1.1+ (there were breaking changes with RNNs)
2017-06-05 19:18:20 +02:00
Aurelien Geron
30e28b3a7c
Sync chapter 13 notebook with code samples in that chapter
2017-06-05 18:56:44 +02:00
Aurelien Geron
c58f1ed2da
Sync chapter 11 notebook with the code samples in that chapter
2017-06-05 18:48:03 +02:00
Aurelien Geron
1913e93cbc
Add exercise solutions for chapter 10, and improve code sync between book and notebook
2017-06-02 22:01:22 +02:00
Aurelien Geron
4c06f21b13
Add a few explanations in notebook 08, and better sync code with book
2017-06-02 16:02:35 +02:00
Aurelien Geron
44629eb395
Synchronize chapter 7's code and the corresponding notebook's code
2017-06-02 10:57:06 +02:00
Aurelien Geron
167af9c541
Add exercise solutions for chapter 6
2017-06-02 09:43:50 +02:00
Aurelien Geron
62213f0399
Make notebook code match book examples more closely in chapter 1
2017-06-01 09:57:58 +02:00
Aurelien Geron
bb8ee313b6
Make notebook code match book examples more closely in chapter 2
2017-06-01 09:53:20 +02:00
Aurelien Geron
b072bcb6a0
Make notebook code match book examples more closely in chapter 3
2017-06-01 09:52:10 +02:00
Aurelien Geron
f134102714
Add exercise solutions for chapter 5
2017-06-01 09:23:37 +02:00
Aurelien Geron
180abf9275
Add exercise solution for chapter 4
2017-05-29 23:20:14 +02:00
Aurelien Geron
29aa7b7155
Finish exercise solution for chapter 9, and ensure sync between notebook and book for chapter 2
2017-05-28 18:14:49 +02:00
Aurelien Geron
f80a2a6930
Add first part of the exercise solution for chapter 9
2017-05-28 01:01:49 +02:00
Aurelien Geron
abbc764007
Add 2 comments in the solution of exercise 9, chapter 13
2017-05-05 15:56:13 +02:00
Aurelien Geron
31b137d23c
Add exercise solutions for chapter 13
2017-05-05 15:22:45 +02:00