Ai Fundamentals Final Exam
Ai Fundamentals Final Exam
C
FUNDAMENTALS FINALS
hat is the main difference between the Quickprop algorithm and the Resilient Propagation
W
Z
(Rprop) algorithm?
Select one:
a. The Quickprop algorithm is more efficient, while the Rprop algorithm is less efficient
b. The Quickprop algorithm uses a variable learning rate, while the Rprop algorithm uses a
fixed learning rate
c. The Quickprop algorithm is less efficient, while the Rprop algorithm is more efficient
d. The Quickprop algorithm uses a fixed learning rate, while the Rprop algorithm uses
EN
a variable learning rate
Z
hat is a reward in reinforcement learning?
W
Select one:
a. The entity that receives rewards or punishments and learns from them
b. The environment in which the learning takes place
c. A positive or negative feedback received by the agent for its actions
d. The current condition or situation of the agent
EN
hat is the main disadvantage of the RProp algorithm compared to other optimization
W
algorithms?
Select one:
a. It is less accurate and precise
b. It is slower and less efficient
c. It is less resilient to noise and outliers in the data
d. It is harder to implement
random
b. A mathematical model for decision-making in situations where outcomes are partly
random and partly determined by past
actions
c. A mathematical model for decision-making in situations where outcomes are entirely
under the control of a decision maker
d. A mathematical model for decision-making in situations where outcomes are partly
random and partly under the control
of a decision maker
hat is the main difference between the Quickprop algorithm and the Levenberg-Marquardt
W
(LM) algorithm?
Select one:
a. The Quickprop algorithm uses a fixed learning rate, while the LM algorithm uses a
Z
variable learning rate
b. The Quickprop algorithm is less efficient, while the LM algorithm is more efficient
c. The Quickprop algorithm is more efficient, while the LM algorithm is less efficient
d. The Quickprop algorithm uses a variable learning rate, while the LM algorithm uses a
fixed learning rate
ow does the Quickprop algorithm adjust the learning rate for each weight in the neural
H
network?
Select one:
a. It adjusts the learning rate based on the previous weight update
b. It uses a variable learning rate for all weights
R
c. It uses a fixed learning rate for some weights and a variable learning rate for others
d. It uses a fixed learning rate for all weights
hat is the process of adjusting the weights and biases of a feedforward neural network
W
called?
Select one:
a. Training
b. All of the above
Z
c. Validation
d. Testing
hat is the process of evaluating a feedforward neural network on a set of test data called?
W
Select one:
a. Validation
b. Training
EN
c. All of the above
d. Testing
ow does the RProp algorithm handle local minima in the optimization process?
H
R
Select one:
a. It gets stuck in local minima
b. It avoids local minima by using a dynamic learning rate
c. It avoids local minima by using a fixed learning rate
d. It avoids local minima by using a predetermined set of learning rates
hat is the process of adjusting the weights and biases based on the error in the output
W
layer called?
Select one:
a. Backpropagation
b. Activation
c. None of the above
d. Forward propagation
hat is the main difference between the Quickprop algorithm and the Scaled Conjugate
W
Gradient (SCG) algorithm?
Select one:
a. The Quickprop algorithm is more efficient, while the SCG algorithm is less efficient
b. The Quickprop algorithm uses a fixed learning rate, while the SCG algorithm uses a
variable learning rate
c. The Quickprop algorithm uses a variable learning rate, while the SCG algorithm uses a
fixed learning rate
d. The Quickprop algorithm is less efficient, while the SCG algorithm is more efficient
Z
hat is a backpropagation network?
W
Select one:
a. A type of artificial neural network that uses deep learning
b. A type of artificial neural network that uses supervised learning
c. A type of artificial neural network that uses reinforcement learning
d. A type of artificial neural network that uses unsupervised learning
EN
hat is the RProp algorithm used for?
W
Select one:
a. Classification
b. Optimization of neural networks
c. Regression analysis
d. Clustering
hat is the process of verifying that a backpropagation network has not overfitted to the
W
training data called?
Select one:
R
a. Inferring
b. Testing
c. Validating
d. Training
hat is the process of adjusting the learning rate of a backpropagation network called?
W
Select one:
a. Tuning
b. Regularizing
c. Optimizing
d. Normalizing
Z
Select one:
a. The mean absolute error
b. The hinge loss
c. The cross-entropy loss
d. The mean squared error
c. By adjusting the architecture of the network based on the input and output data
d. By adjusting the number of neurons in the network based on the input and output data
Z
c. A machine that is in a constant state
d. A machine that can be in an infinite number of states
Z
hat is the process of calculating the dot product of the input layer and the weights called?
W
Select one:
a. None of the above
b. Backpropagation
c. Forward propagation
d. Activation
EN
hat is a disadvantage of using a Q-learning algorithm?
W
Select one:
a. It cannot handle high-dimensional data
b. It requires a large amount of data
c. It cannot handle continuous state spaces
d. It can learn from its mistakes and improve over time
c. The values that are used to determine the activation function of the neural network
d. The values that are adjusted in the backward pass
Z
c. A representation of the current situation
d. A possible outcome of an action
and input
d. A finite state machine that has multiple possible current states for each combination of
next state and input
ow does the RProp algorithm handle the initialization of weights in the optimization
H
process?
Select one:
a. It uses random weights
b. It uses the weights of the best performing iteration
c. It uses predetermined weights
d. It uses the previous iteration's weights
Z
c. As a function of state and input
d. As a set of differential equations
hat is the process of dividing the data into a training set and a test set called?
W
Select one:
a. Segmenting
b. Partitioning
c. Splitting
d. Sampling
hat is the main difference between the Quickprop algorithm and the Conjugate Gradient
W
R
(CG) algorithm?
Select one:
a. The Quickprop algorithm is less efficient, while the CG algorithm is more efficient
b. The Quickprop algorithm is more efficient, while the CG algorithm is less efficient
c. The Quickprop algorithm uses a variable learning rate, while the CG algorithm uses a
fixed learning rate
d. The Quickprop algorithm uses a fixed learning rate, while the CG algorithm uses a
variable learning rate
Z
ow does the Quickprop algorithm adjust the learning rate for each weight in the neural
H
network?
Select one:
a. It uses a fixed learning rate for all weights
b. It uses a variable learning rate for all weights
c. It adjusts the learning rate based on the previous weight update
EN
d. It uses a fixed learning rate for some weights and a variable learning rate for others
hat is the process of evaluating a feedforward neural network on a set of test data called?
W
Select one:
R
a. Validation
b. Testing
c. All of the above
d. Training
hat is the main difference between the Quickprop algorithm and the Levenberg-Marquardt
W
(LM) algorithm?
Select one:
a. The Quickprop algorithm uses a variable learning rate, while the LM algorithm uses a
fixed learning rate
b. The Quickprop algorithm is less efficient, while the LM algorithm is more efficient
c. The Quickprop algorithm uses a fixed learning rate, while the LM algorithm uses a
variable learning rate
d. The Quickprop algorithm is more efficient, while the LM algorithm is less efficient
Z
hat is an action in a Markov decision process (MDP)?
W
Select one:
a. A possible outcome of an action
b. A representation of the past situation
c. A representation of the current situation
d. A representation of the future situation
EN
hat is the input layer in the backpropagation algorithm?
W
Select one:
a. The layer that is not visible to the user and processes the input data
b. The layer that determines the activation function of the neural network
c. The layer that produces the final output of the neural network
d. The layer that receives the input data and passes it to the hidden layer
hat is the process of adjusting the learning rate of a backpropagation network called?
W
Select one:
a. Optimizing
b. Tuning
R
c. Regularizing
d. Normalizing
ow does the Quickprop algorithm handle weight updates that are too large?
H
Select one:
a. It reduces the learning rate
b. It reduces the weight updates
c. It discards the weight updates
d. It increases the learning rate
hat is the process of using a backpropagation network for classification tasks called?
W
Select one:
a. Clustering
b. Dimensionality reduction
c. Classification
d. Regression
Z
hat is the main goal of the backpropagation algorithm?
W
Select one:
a. To maximize the accuracy of the model
b. To minimize the accuracy of the model
c. To maximize the error between the predicted output and the actual output
d. To minimize the error between the predicted output and the actual output
EN
hat is the Quickprop algorithm used for?
W
Select one:
a. Data visualization
b. Machine learning
c. Neural network training
d. Data analysis
ow does the RProp algorithm handle local minima in the optimization process?
H
Select one:
a. It gets stuck in local minima
R
ow does the Quickprop algorithm improve upon traditional gradient descent algorithms?
H
Select one:
a. It uses a smaller learning rate
b. It uses a fixed learning rate
c. It uses a variable learning rate
d. It uses a larger learning rate
Z
to the data
d. A neural network used in deep learning
Z
d. A model used for classification tasks by predicting the probability of an event
occurring
Select one:
a. Input layer
b. Hidden layer
c. None of the above
d. Output layer
ow does the RProp algorithm handle local minima in the optimization process?
H
Select one:
a. It avoids local minima by using a dynamic learning rate
Z
b. It avoids local minima by using a fixed learning rate
c. It avoids local minima by using a predetermined set of learning rates
d. It gets stuck in local minima
hat is the process of using a backpropagation network for classification tasks called?
W
Select one:
a. Classification
EN
b. Regression
c. Dimensionality reduction
d. Clustering
hat is the main advantage of the Quickprop algorithm over the backpropagation algorithm?
W
Select one:
. It is faster to converge
a
b. It is more efficient
c. It is less sensitive to initialization
d. It is more accurate
Z
a. The process of adjusting the weights and biases in the forward direction
b. The process of predicting the output of the neural network based on the input data
c. The process of adjusting the weights and biases in the backward direction
d. The process of calculating the error between the predicted output and the actual output
Z
c. A finite state machine that has multiple possible current states for each combination of
next state and input
d. A finite state machine that has a unique next state for each combination of current state
and input
hat is the process of adjusting the weights and biases of a backpropagation network
W
called?
EN
Select one:
a. Optimizing
b. Training
c. Validating
d. Testing
descent
d. The process of minimizing the error between the predicted output and the actual output
hat is the process of finding the optimal policy in a Markov decision process (MDP) called?
W
Select one:
a. Policy optimization
b. Markov optimization
c. Bellman optimization
d. Dynamic programming
hat is the process of applying an activation function to the dot product of the input layer
W
and the weights called?
Select one:
a. Forward propagation
b. None of the above
Z
c. Backpropagation
d. Activation
Z
b. A support vector machine that is sensitive to the scale of the input variables
c. A support vector machine that is sensitive to the presence of outliers
d. A support vector machine that is used for regression
Z
b. A margin that allows some misclassification
c. A margin that is computed using the kernel function
d. A margin that is optimized using the hinge loss function