吴恩达《序列化模型》课程总结

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/you1314520me/article/details/81252471

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

1st  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

2nd  week : natural language processing word embeddings

3rd  week: sequence models attention mechanism

conclusion of Deep Learning Specialization and thank-you

My personal programming assignments

1st  week:

  1. Building a Recurrent Neural Network Step by Step
  2. Dinosaurus Island Character level language model final
  3. Improvise a Jazz Solo with an LSTM Network

2nd  week:

  1. Word Vector Representation
  2. Emojify

3rd  week:

  1. machine translation
  2. Trigger word

猜你喜欢

转载自blog.csdn.net/you1314520me/article/details/81252471