Exam 7: Neural Network Models and Deep Learning
Exam 1: Using and Abusing Data Analytics in Social Science10 Questions
Exam 2: Statistical Analytics With R Part 110 Questions
Exam 3: Statistical Analytics With R Part 217 Questions
Exam 4: Classification and Regression Trees in R15 Questions
Exam 5: Random Forests19 Questions
Exam 6: Modeling and Machine Learning20 Questions
Exam 7: Neural Network Models and Deep Learning16 Questions
Exam 8: Network Analysis14 Questions
Exam 9: Text Analytics15 Questions
Select questions type
If data are normalized or scaled, which model performance metric will NOT change?
Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
C
Which is possible with the "caret" package?
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
C
Explain "gradient descent" and what it does in a neural network algorithm.
Free
(Essay)
4.8/5
(37)
Correct Answer:
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.
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)
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)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)