题目
题目
单项选择题

Given an n-character word, we want to predict which character would be the n+1th character in the sequence. For example, our input is “predictio” (which is a 9 character word) and we have to predict what would be the 10th character. Which of the following neural network architectures would be best suited to complete this task?

选项
A.Fully-Connected Network
B.Recurrent Neural Network
C.None of the options mentioned here
D.Convolutional Neural Network
查看解析

查看解析

标准答案
Please login to view
思路分析
Question restatement: Given an n-character word, we want to predict the n+1th character in the sequence. For example, input: “predictio” (9 characters) and predict the 10th character. Answer options are: Fully-Connected Network; Recurrent Neural Network; None of the options mentioned here; Convolutional Neural Network. Option 1: Fully-Connected Network. These networks treat inputs as a fixed-size vector and have no inherent mechanism to handle sequence order or temporal dependencies. To apply them to sequence forecasting, you’d either unravel the sequence in......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

类似问题

  What are the drawbacks of Recurrent Neural Networks (RNNs)?   I RNNs can only solve regression problems. II RNNs can only produce single-valued outputs. III RNNs suffer from vanishing gradients, which make it difficult to know which direction the parameters should move, and exploding gradients, which can make learning unstable. IV One can only use the sigmoid function as the activation function for its hidden layers.  

  Select all that apply to the figure below   I The h dots represents the intermediate output of the sequential operation. II It is the unrolling of a Recurrent Neural Network module. III It represents a feedforward layer where each module A is a neuron. IV It represents how a specific type of neural network can use sequential information.  

假设你尝试将神经网络拟合到从正弦曲线函数采样的数据中。你的网络只有一个输入(相)。哪种神经网络最适合? Suppose that you are trying to fit a neural network into data that were sampled from a sine-curve function. Your network has only one input (phase). Which neural network is best suited for this?

Context: Let's look at a simple example of why vanishing and exploding gradients occur in RNNs. Consider a univariate version of RNN with the following update rules 𝑧 ( 𝑡 ) = 𝑢 𝑥 ( 𝑡 ) + 𝑤 ℎ ( 𝑡 − 1 ) ℎ ( 𝑡 ) = 𝜙 ( 𝑧 ( 𝑡 ) ) To keep things simple, let us assume 𝜙 is the identity function, i.e., 𝜙 ( 𝑖 ) = 𝑖 Consider we have the a final loss 𝐿 , and computed the derivative of ∂ 𝐿 ∂ ℎ 𝑇 for some 𝑡 = 𝑇 Using the update rules, the value of ∂ ℎ 𝑇 ∂ ℎ 1   comes out to be 𝑤 ( 𝑎 𝑇 + 𝑏 ) Main Question: What is the value of a?  

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!