Skip to content

Commit

Permalink
add rnn-name-classification README
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickloeber committed Sep 1, 2020
1 parent f3ed8b6 commit adab92b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
File renamed without changes.
21 changes: 21 additions & 0 deletions rnn-name-classification/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## RNN In PyTorch
Implement a Recurrent Neural Net (RNN) from scratch in PyTorch! I briefly explain the theory and different kinds of applications of RNNs. Then we implement a RNN to do name classification.

## Watch the Tutorial
[![Alt text](https://img.youtube.com/vi/WEV61GmmPrk/hqdefault.jpg)](https://youtu.be/WEV61GmmPrk)

## Resources
Download the data:
https://download.pytorch.org/tutorial/data.zip

PyTorch Beginner Course:
https://www.youtube.com/playlist?list=PLqnslRFeH2UrcDBWF5mfPGpqQDSta6VK4

PyTorch Chatbot Tutorial:
https://www.youtube.com/playlist?list=PLqnslRFeH2UrFW4AUgn-eY37qOAWQpJyg

Further Readings:

- https://karpathy.github.io/2015/05/21/rnn-effectiveness/
- https://stanford.edu/~shervine/teaching/cs-230/cheatsheet-recurrent-neural-networks#architecture
- https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html

0 comments on commit adab92b

Please sign in to comment.