Commit Graph

20 Commits

Author SHA1 Message Date
Haesun Park
3fe00a4266 14장 노트북 재실행 2018-05-24 14:53:08 +09:00
rickiepark
3ae60bc7c9 Keras mnist dataset으로 변경 2018-05-20 23:09:27 +09:00
rickiepark
a57a49b3a4 텐서보드 코드 분리 2018-05-20 20:28:23 +09:00
Haesun Park
0bd3f4c671 텐서플로 1.8 버전으로 재실행 및 강화학습 녹화 영상 개선 2018-05-03 15:10:41 +09:00
Haesun Park
59b05dd0d3 14장 실행 2018-04-20 14:59:43 +09:00
Aurelien Geron
4fa8124d62 Set DropoutWrapper's input_keep_prob parameter using a placeholder, fixes #111 2017-10-27 16:19:15 +02:00
Aurelien Geron
d5707a1898 Add comment about the DeviceWrapper class since TF 1.1 2017-10-18 09:44:57 +02:00
Aurelien Geron
adfdb499c1 Merge branch 'master' of https://github.com/francotheengineer/handson-ml into francotheengineer-master 2017-10-18 09:36:00 +02:00
Aurelien Geron
f25dc23924 Add solution to exercise 7 in chapter 14 2017-10-05 13:22:06 +02:00
Jason Rys
632a14fd66 Fix typos 2017-08-19 08:01:55 -07:00
Aurelien Geron
78e95d1b48 Replace rnd by np.random in notebook 14 2017-08-16 10:44:18 +02: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
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
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
7fd688d21d Use tf.layers instead of tf.contrib.layers 2017-04-30 10:21:27 +02:00
Aurelien Geron
27797c6b01 Ensure python 2 support for chapters 13 and 14 2017-02-17 22:32:08 +01:00
Aurelien Geron
d526403bb8 Upgrade notebooks to TensorFlow 1.0.0 2017-02-17 11:51:26 +01:00
Aurelien Geron
f29354fae8 Add word embeddings and NLP stub 2016-11-24 17:23:11 +01:00
Aurelien Geron
6496cc617b Little tweaks to beautify code in chapter 14 2016-10-06 14:52:36 +02:00
Aurelien Geron
da638e55e4 Add notebooks for chapters 5 to 14 2016-09-27 23:31:21 +02:00