2021-05-05 10:13:49 -07:00
|
|
|
|
---
|
|
|
|
|
id: 5e8f2f13c4cdbe86b5c72d9d
|
2021-07-16 11:03:16 +05:30
|
|
|
|
title: '使用 RNN 進行自然語言處理:循環神經網絡'
|
2021-05-05 10:13:49 -07:00
|
|
|
|
challengeType: 11
|
|
|
|
|
videoId: bX5681NPOcA
|
2021-10-03 12:24:27 -07:00
|
|
|
|
bilibiliIds:
|
|
|
|
|
aid: 335605808
|
|
|
|
|
bvid: BV1SR4y1H7ri
|
|
|
|
|
cid: 409135641
|
2021-05-05 10:13:49 -07:00
|
|
|
|
dashedName: natural-language-processing-with-rnns-recurring-neural-networks
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# --question--
|
|
|
|
|
|
|
|
|
|
## --text--
|
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
|
關於循環神經網絡,哪一項是正確的?
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
|
|
## --answers--
|
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
|
1:它們是一種前饋神經網絡。
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
|
2:它們保持着一個已經處理過的輸入的內部存儲器/狀態。
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
|
3:RNN 包含一個循環,每次處理一個輸入。
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2021-07-16 11:03:16 +05:30
|
|
|
|
4:2 和 3。
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
|
|
## --video-solution--
|
|
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|