This repository is home to the code accompanying the Deep Learning for Natural Language Processing series of video tutorials.
-
- Creating Word Vectors with word2vec
-
- Natural Language Preprocessing
- Document Classification with a Dense Neural Net
- Classification with a Convolutional Neural Net
-
- RNN
- LSTM
- GRU
-
- Bidirectional LSTM
- Stacked Bi-LSTM
- Convolutional-LSTM Stack
- Sequence Generation
- Keras Functional API