Skip to content

Commit

Permalink
Use tf.layers instead of tf.contrib.layers
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Apr 30, 2017
1 parent b80fa19 commit 7fd688d
Show file tree
Hide file tree
Showing 7 changed files with 2,318 additions and 2,200 deletions.
1,756 changes: 882 additions & 874 deletions 10_introduction_to_artificial_neural_networks.ipynb

Large diffs are not rendered by default.

528 changes: 306 additions & 222 deletions 11_deep_learning.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 12_distributed_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2+"
"version": "3.5.3"
},
"nav_menu": {},
"toc": {
Expand Down
284 changes: 218 additions & 66 deletions 13_convolutional_neural_networks.ipynb

Large diffs are not rendered by default.

1,135 changes: 474 additions & 661 deletions 14_recurrent_neural_networks.ipynb

Large diffs are not rendered by default.

639 changes: 340 additions & 299 deletions 15_autoencoders.ipynb

Large diffs are not rendered by default.

174 changes: 97 additions & 77 deletions 16_reinforcement_learning.ipynb

Large diffs are not rendered by default.

0 comments on commit 7fd688d

Please sign in to comment.