题目
FINTECH 540.01.Fa25 Final Exam
单项选择题
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.
查看解析
标准答案
Please login to view
思路分析
The question asks about the drawbacks of Recurrent Neural Networks (RNNs) and presents four statements for evaluation.
Option I: 'RNNs can only solve regression problems.' This is incorrect. RNNs are designed for sequential data and can be used for a variety of tasks, including sequence classification, sequence lab......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
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?
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?
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?
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!