题目
题目

2025FallB-X-CSE571-78760 期末考试 Final Exam

单项选择题

假设你尝试将神经网络拟合到从正弦曲线函数采样的数据中。你的网络只有一个输入(相)。哪种神经网络最适合? 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?

选项
A.KNN
B.GAN
C.LSTM
D.CNN
查看解析

查看解析

标准答案
Please login to view
思路分析
The problem presents fitting data sampled from a sine-curve function with a network that has a single input (the phase). Option A: KNN. While K-Nearest Neighbors can interpolate nearby points, it treats data non-parametrically and does not capture temporal dynamics or generalize well to unseen phases, especially for smooth periodic functions. Option B: GAN. Generative ......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.  

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?  

更多留学生实用工具

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