Skip to content

Commit

Permalink
Ch14 figs (rasbt#31)
Browse files Browse the repository at this point in the history
* Added images

* Added the figure to part2

* Run all cells

* Run all cells

* Removed an extra figure
  • Loading branch information
vmirly authored Nov 4, 2019
1 parent d246520 commit f169cad
Show file tree
Hide file tree
Showing 6 changed files with 1,537 additions and 1,414 deletions.
139 changes: 87 additions & 52 deletions ch14/ch14_part1.ipynb

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions ch14/ch14_part1.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@







# ## The key features of TensorFlow
#
# ### TensorFlow's computation graphs: migrating to TensorFlow v2
Expand All @@ -29,6 +33,10 @@
#
#





# ### Creating a graph in TensorFlow v1.x
#
#
Expand Down
2,799 changes: 1,437 additions & 1,362 deletions ch14/ch14_part2.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions ch14/ch14_part2.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@




# ## TensorFlow Estimators
#
# ##### Steps for using pre-made estimators
Expand All @@ -48,6 +49,10 @@







dataset_path = tf.keras.utils.get_file("auto-mpg.data",
("http://archive.ics.uci.edu/ml/machine-learning-databases"
"/auto-mpg/auto-mpg.data"))
Expand Down
Binary file added ch14/images/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ch14/images/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f169cad

Please sign in to comment.