0%

Re-understand RNN LSTM GRU

2019年3月29日 下午4:27

Animated RNN, LSTM and GRU – Towards Data Science

  1. 好的文章都是从国外翻译过来的,真实服了
  2. 我以后也要写英文笔记。

从上面的定义中我们可以发现:

  1. 这三个算法其实都是基本的算数运算组合而成,并没有什么神奇的。
  2. These three algorithms are actually a combination of basic arithmetic and nothing fancy.
  3. 原文里面是gif图,可以看到具体的步骤
  4. The text inside is a GIF, you can see the specific steps

结果图: