Commit Graph

18 Commits (e05d4b36acb1f3e7f45991d507c5c94d20b5b30a)

Author SHA1 Message Date
Aurélien Geron a164ffc699 Remove uncessary reuse_vars_dict in notebook 11 2018-03-24 22:50:29 +01:00
Aurélien Geron 2a02668e5e Fix JSON formatting in new comment in the ch 11 notebook 2017-11-03 13:43:56 +01:00
Chris Qlasty 99b91ae989 Update 11_deep_learning.ipynb 2017-11-03 12:07:37 +01:00
Chris Qlasty e5fb7fb175 Comments fix 2017-11-03 12:04:54 +01:00
Chris Qlasty ef8f8a66fa 0.18 version left with 0.19 suggestions commented
The previous version of the .fit( ) with the suggestion of how it should be done from the version 0.21.
2017-11-03 12:00:28 +01:00
Chris Qlasty ca61fc15ab Scikit-learn 19.0 updates on .fit( ) arguments up.
I have left unnecessary ',' at the end of the fit_params line, sorry for that.
2017-11-02 18:54:12 +01:00
Chris Qlasty ceaef6e7a1 Scikit-learn 19.0 updates on .fit( ) arguments
Adopting code to my needs I have found that in the scikit-learn 19.0  they recommend to put params list directly into the .fit( ) methods. That also makes the code more understandable for me as now it is more clear where these values go to (fit( ) function of DNNClassifier).
Hope this makes sense.
2017-11-02 18:30:30 +01:00
Jason Rys dc901e0ada Fix typos 2017-08-19 08:01:55 -07:00
Aurélien Geron a65ab3b154 Fixes #56, bug in DNNClassifier for batch normalization 2017-07-13 11:13:37 +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 b2ec3968f5 Add exercise solutions for chapter 11 2017-06-14 09:09:23 +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 e6cd00f9a4 Sync chapter 11 notebook with the code samples in that chapter 2017-06-05 18:48:03 +02:00
Aurélien Geron 326d32cae0 Use tf.layers instead of tf.contrib.layers 2017-04-30 10:21:27 +02:00
Aurélien Geron 7997d4d38c Fix bug: tf.add_n([loss] + reg_losses) rather than loss + reg_losses 2017-03-04 12:36:25 +01:00
Aurélien Geron d8176ec2cb Upgrade notebooks to TensorFlow 1.0.0 2017-02-17 11:51:26 +01:00
Aurélien Geron ccb28831cb Migrate to TensorFlow 0.11.0 2016-11-23 09:26:19 +01:00
Aurélien Geron d7d6c121e3 Add notebooks for chapters 5 to 14 2016-09-27 23:31:21 +02:00