Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-recurring-neural-networks.md
2021-07-15 13:04:11 +05:30

553 B
Raw Blame History

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e8f2f13c4cdbe86b5c72d9d 使用 RNN 进行自然语言处理:循环神经网络 11 bX5681NPOcA natural-language-processing-with-rnns-recurring-neural-networks

--question--

--text--

关于循环神经网络,哪一项是正确的?

--answers--

1它们是一种前馈神经网络。


2它们保持着一个已经处理过的输入的内部存储器/状态。


3RNN 包含一个循环,每次处理一个输入。


42 和 3。

--video-solution--

4