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

39 lines
781 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: すでに処理された入力の内部メモリ/状態を維持する。
---
3: RNN にはループが含まれ、一度に 1 つの入力部を処理する。
---
4: 2 と 3 の両方。
## --video-solution--
4