Note
This is my personal summary after studying the course, nlp sequence models, which belongs to Deep Learning Specialization. and the copyright belongs to deeplearning.ai.
My personal note
$1_{st}$ week : Building a Recurrent Neural Network Step by Step
- 01_why-sequence-models
- 02_notation
- 03_recurrent-neural-network-model
- 04_backpropagation-through-time
- 05_different-types-of-rnns
- 06_language-model-and-sequence-generation
- 07_sampling-novel-sequences
- 08_vanishing-gradients-with-rnns
- 09_gated-recurrent-unit-gru
- 10_long-short-term-memory-lstm
- 11_bidirectional-rnn
- 12_deep-rnns
$2_{nd}$ week : natural language processing word embeddings
- 01_introduction-to-word-embeddings
- 02_learning-word-embeddings-word2vec-glove
- 03_applications-using-word-embeddings
$3_{rd}$ week : sequence models attention mechanism
conclusion of Deep Learning Specialization and thank-you
My personal programming assignments
$1_{st}$ week:
- Building a Recurrent Neural Network Step by Step
- Dinosaurus Island Character level language model final
- Improvise a Jazz Solo with an LSTM Network
$2_{nd}$ week:
$3_{rd}$ week: