Skip to content

Commit

Permalink
New keras notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwittenauer committed Mar 9, 2019
1 parent 6146bd7 commit 44641e2
Show file tree
Hide file tree
Showing 2 changed files with 602 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ Notebooks using Keras to implement deep learning models.
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/keras/StructuredTimeSeries.ipynb">Part 1 - Structured And Time Series Data</a><br/>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/keras/ConvolutionalNetworks.ipynb">Part 2 - Convolutional Networks</a><br/>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/keras/RecommenderSystems.ipynb">Part 3 - Recommender Systems</a><br/>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/keras/RecurrentNetworks.ipynb">Part 4 - Recurrent Networks</a>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/keras/AnomalyDetection.ipynb">Part 5 - Anomaly Detection</a>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/keras/RecurrentNetworks.ipynb">Part 4 - Recurrent Networks</a><br/>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/keras/AnomalyDetection.ipynb">Part 5 - Anomaly Detection</a><br/>
<a href="http://nbviewer.ipython.org/github/jdwittenauer/ipython-notebooks/blob/master/notebooks/keras/GenerativeAdversarialNetworks.ipynb">Part 6 - Generative Adversarial Networks</a>

#### Misc

Expand Down
Loading

0 comments on commit 44641e2

Please sign in to comment.