Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilmallya committed Oct 31, 2017
1 parent f86d284 commit 1e722ff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ Notebook from the Deep Learning Twitch Series on AWS (https://twitch.tv/aws)
* Episode 3: Convolutional Neural Networks: Fashion MNIST and Finetuning
* Episode 4: Sockeye and Chatbots
* Episode 5: Timeseries modeling: Predicting Amazon ec2 instance spot price


Other cool stuff in the repo

* CNNs made simpler with [Gluon](https://github.com/sunilmallya/dl-twitch-series/blob/master/cnn_mnist_gluon_simplified.ipynb)
* Extensible RNN Regression class with Gluon
[code](https://github.com/sunilmallya/dl-twitch-series/blob/master/base_rnn_regressor.py)
* Multivariate Timeseries forecasting with Symbolic MXNet and Gluon
[notebook](https://github.com/sunilmallya/dl-twitch-series/blob/master/multivariate_timeseries_forecasting.ipynb)

0 comments on commit 1e722ff

Please sign in to comment.