Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-recurring-neural-networks.md

39 lines
621 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72d9d
title: '使用 RNN 进行自然语言处理:循环神经网络'
challengeType: 11
videoId: bX5681NPOcA
bilibiliIds:
aid: 335605808
bvid: BV1SR4y1H7ri
cid: 409135641
dashedName: natural-language-processing-with-rnns-recurring-neural-networks
---
# --question--
## --text--
关于循环神经网络,哪一项是正确的?
## --answers--
1它们是一种前馈神经网络。
---
2它们保持着一个已经处理过的输入的内部存储器/状态。
---
3RNN 包含一个循环,每次处理一个输入。
---
42 和 3。
## --video-solution--
4