Artificial Intelligence Finals
Artificial Intelligence Finals
Artificial Intelligence Finals
Question 1Answer
a.
A finite state machine that has a unique next state for each combination of current state and input
b.
A finite state machine that has multiple possible next states for each combination of current state
and input
c.
A finite state machine that has a unique current state for each combination of next state and input
d.
A finite state machine that has multiple possible current states for each combination of next state
and input
How does the Quickprop algorithm adjust the learning rate for each weight in the neural
network?
Question 2Answer
a.
It adjusts the learning rate based on the previous weight update
b.
It uses a fixed learning rate for some weights and a variable learning rate for others
c.
It uses a fixed learning rate for all weights
d.
It uses a variable learning rate for all weights
How does the RProp algorithm handle local minima in the optimization process?
Question 3Answer
a.
It avoids local minima by using a fixed learning rate
b.
It avoids local minima by using a predetermined set of learning rates
c.
It avoids local minima by using a dynamic learning rate
d.
It gets stuck in local minima
`
Question 5Answer
a.
It uses the weights of the best performing iteration
b.
It uses predetermined weights
c.
It uses random weights
d.
It uses the previous iteration's weights
How does the Quickprop algorithm improve upon traditional gradient descent algorithms?
Question 10Answer
a.
It uses a larger learning rate
b.
It uses a fixed learning rate
c.
It uses a smaller learning rate
d.
It uses a variable learning rate
How does the Quickprop algorithm handle weight updates that are too large?
Question 17Answer
a.
It reduces the weight updates
b.
It reduces the learning rate
c.
It discards the weight updates
d.
It increases the learning rate
How does the RProp algorithm handle the initialization of weights in the optimization
process?
Question 2Answer
a.
It uses the previous iteration's weights
b.
It uses predetermined weights
c.
It uses random weights
d.
It uses the weights of the best performing iteration
Question 11Answer
a.
To find the optimal weights and biases of a neural network
b.
All of the above
c.
To classify data using a neural network
d.
To optimize the activation function of a neural network
What is the main advantage of the Quickprop algorithm over the backpropagation
algorithm?
Question 12Answer
a.
It is more accurate
b.
It is faster to converge
c.
It is less sensitive to initialization
d.
It is more efficient
Question 17Answer
a.
The rate at which the weights and biases are adjusted in the forward pass
b.
The rate at which the model learns from the training data
c.
The rate at which the weights and biases are adjusted in the backward pass
d.
The rate at which the model predicts the output
Clear my choice
What is the process of dividing the data into a training set and a test set called?
Select one:
a.
Partitioning
b.
Splitting
c.
Sampling
d.
Segmenting
What is the process of calculating the dot product of the input layer and the weights called?
Select one:
a.
Backpropagation
b.
Forward propagation
c.
None of the above
d.
Activation
Select one:
a.
It uses a dynamic learning rate
b.
It uses a stochastic gradient descent
c.
It uses a fixed learning rate
d.
It uses a predetermined set of weights
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
What is the main difference between the Quickprop algorithm and the Levenberg-
Marquardt (LM) algorithm?
Select one:
a.
The Quickprop algorithm uses a fixed learning rate, while the LM algorithm uses a variable
learning rate
b.
The Quickprop algorithm is less efficient, while the LM algorithm is more efficient
c.
The Quickprop algorithm uses a variable learning rate, while the LM algorithm uses a fixed
learning rate
d.
The Quickprop algorithm is more efficient, while the LM algorithm is less efficient
Select one:
a.
Deepening
b.
Optimizing
c.
Tuning
d.
Regularizing
Select one:
a.
Output layer
b.
Input layer
c.
Hidden layer
d.
None of the above
Select one:
a.
Hidden layers
b.
Input layers
c.
None of the above
d.
Output layers
What is the process of evaluating a feedforward neural network on a set of test data called?
Select one:
a.
Testing
b.
Validation
c.
Training
d.
All of the above
What is the process of adjusting the learning rate of a backpropagation network called?
Select one:
a.
Tuning
b.
Regularizing
c.
Optimizing
d.
Normalizing
What is the main advantage of the RProp algorithm compared to other optimization
algorithms?
Select one:
a.
It is easier to implement
b.
It is more resilient to noise and outliers in the data
c.
It is faster and more efficient
d.
It is more accurate and precise
What is the main disadvantage of the RProp algorithm compared to other optimization
algorithms?
Select one:
a.
It is less resilient to noise and outliers in the data
b.
It is slower and less efficient
c.
It is less accurate and precise
d.
It is harder to implement
What is the main difference between the Quickprop algorithm and the Conjugate Gradient
(CG) algorithm?
Select one:
a.
The Quickprop algorithm is less efficient, while the CG algorithm is more efficient
b.
The Quickprop algorithm uses a variable learning rate, while the CG algorithm uses a fixed
learning rate
c.
The Quickprop algorithm uses a fixed learning rate, while the CG algorithm uses a variable
learning rate
d.
The Quickprop algorithm is more efficient, while the CG algorithm is less efficient
Select one:
a.
Inferring
b.
Testing
c.
Validating
d.
Training
What is the process of adjusting the weights and biases of a feedforward neural network
called?
Select one:
a.
Testing
b.
All of the above
c.
Validation
d.
Training
What is the main difference between the Quickprop algorithm and the Resilient Propagation
(Rprop) algorithm?
Select one:
a.
The Quickprop algorithm uses a variable learning rate, while the Rprop algorithm uses a
fixed learning rate
b.
The Quickprop algorithm uses a fixed learning rate, while the Rprop algorithm uses a
variable learning rate
c.
The Quickprop algorithm is less efficient, while the Rprop algorithm is more efficient
d.
The Quickprop algorithm is more efficient, while the Rprop algorithm is less efficient
What is the main difference between the Quickprop algorithm and the Scaled Conjugate
Gradient (SCG) algorithm?
Select one:
a.
The Quickprop algorithm uses a fixed learning rate, while the SCG algorithm uses a variable
learning rate
b.
The Quickprop algorithm is more efficient, while the SCG algorithm is less efficient
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
What is the process of verifying that a backpropagation network has not overfitted to the
training data called?
Select one:
a.
Testing
b.
Training
c.
Inferring
d.
Validating
What is the process of finding the optimal policy in a Markov decision process (MDP)
called?
Select one:
a.
Bellman optimization
b.
Policy optimization
c.
Dynamic programming
d.
Markov optimization
What is the process of using a backpropagation network for classification tasks called?
Select one:
a.
Classification
b.
Clustering
c.
Dimensionality reduction
d.
Regression
What is the process of adjusting the weights and biases of a backpropagation network
called?
Select one:
a.
Validating
b.
Training
c.
Optimizing
d.
Testing
Select one:
a.
It is more complex than other algorithms
b.
It requires more computational resources
c.
It is more sensitive to initialization
d.
It is less efficient than other algorithms