美文网首页
Data Mining -- RNN

Data Mining -- RNN

作者: Nino_Lau | 来源:发表于2019-05-29 17:46 被阅读0次

A recurrent neural network (RNN) is a class of artificial neural network where connections between nodes form a directed graph along a temporal sequence. This allows it to exhibit temporal dynamic behavior. Unlike feedforward neural networks, RNNs can use their internal state (memory) to process sequences of inputs.

ex1 ex2 ex3 ex3

相关文章

网友评论

      本文标题:Data Mining -- RNN

      本文链接:https://www.haomeiwen.com/subject/cefutctx.html