Exam 7: Neural Network Models and Deep Learning

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

If data are normalized or scaled, which model performance metric will NOT change?

Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
Verified

C

Which is possible with the "caret" package?

Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
Verified

C

Explain "gradient descent" and what it does in a neural network algorithm.

Free
(Essay)
4.8/5
(37)
Correct Answer:
Verified

Gradient descent is the part of the neural network algorithm that adjusts the weights of neurons at each iteration.
More broadly, the gradient descent algorithm estimates how steeply error will be reduced or increased by a given change in a weight, then selects the change corresponding to the estimated steepest decline in error. The amount estimated by gradient descent is the "learning rate". While this process usually works well, gradient descent can lead to locally suboptimal minimization of error. To avoid suboptimal solutions, some software incorporates noise to jog the algorithm out of local minima.

The plotnet command is from which R package?

(Multiple Choice)
4.9/5
(44)

Which package supports the Olden method of assessing the relative importance of predictors in a neural network model?

(Multiple Choice)
4.8/5
(28)

What was a "violin plot" used for in Chapter 7, for the "iris" example?

(Multiple Choice)
4.7/5
(43)

What is NOT an advantage of running a neural model under caret?

(Multiple Choice)
4.9/5
(34)

Unlike linear regression, neural networks can handle nonlinearities and interaction effects even when these are not explicit input variables.

(True/False)
4.8/5
(38)

Neural networks may achieve better results if data are normalized or scaled.

(True/False)
4.7/5
(38)

Neural networks may be represented by an equation or instruction set.

(True/False)
4.9/5
(38)

Axons, dendrites, and synapses are studied by what discipline, which is the inspiration for artificial neural networks? ___________________.

(Short Answer)
4.8/5
(45)

Cross-validation of a neural network (or other) model requires …

(Multiple Choice)
4.8/5
(29)

What is UNTRUE of hidden layers of neurons in a neural network model?

(Multiple Choice)
4.9/5
(29)

Which package brings to R some of the functionality of the Python environment, which is often preferred for large-scale neural network analysis?

(Multiple Choice)
4.9/5
(36)

What makes a neural network model "supervised"?

(Multiple Choice)
4.8/5
(34)

It is impossible to assess the relative importance of input variables in neural networks, which are a "black box".

(True/False)
4.9/5
(35)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)