Files
freeCodeCamp/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-recurring-neural-networks.md
miyaliu666 3ea2fe4f77 feat(i18n,curriculum): add Bilibili ids for Chinese (#43564)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-10-01 09:54:12 +05:30

649 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e8f2f13c4cdbe86b5c72d9d Natural Language Processing With RNNs: Recurring Neural Networks 11 bX5681NPOcA
aid bvid cid
335605808 BV1SR4y1H7ri 409135641
natural-language-processing-with-rnns-recurring-neural-networks

--question--

--text--

What is true about Recurrent Neural Networks?

--answers--

1: They are a type of feed-forward neural network.


2: They maintain an internal memory/state of the input that was already processed.


3: RNN's contain a loop and process one piece of input at a time.


4: Both 2 and 3.

--video-solution--

4