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 2f6d9a6 commit 6146bd7
Show file tree
Hide file tree
Showing 2 changed files with 682 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,13 @@ Notebooks from Jeremy Howard's fast.ai class.

### Deep Learning With Keras

Notebooks using Keras to implement deep learning models. Inspired by fast.ai content.
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>

#### Misc

Expand Down
680 changes: 680 additions & 0 deletions notebooks/keras/AnomalyDetection.ipynb

Large diffs are not rendered by default.

0 comments on commit 6146bd7

Please sign in to comment.