Deep Learning - Chorale Prelude
Deep Learning - Chorale Prelude
Autoencoders
Support Vector Machines, Naive Bayes and Logistic Regression are used for solving
___________________ problems.Regression
What is the difference between the actual output and generated output known as?Cost
The rate at which cost changes with respect to weight or bias is called __________________.
Gradient
Gradient at a given layer is the product of all gradients at the previous layers.True
Neural Networks Algorithms are inspired from the structure and functioning of the Human Biological
Neuron.True
A Shallow Neural Network has only one hidden layer between Input and Output layers.T
Name the component of a Neural Network where the true value of the input is not observed. Hidden
Layer
In a Neural Network, all the edges and nodes have the same Weight and Bias values.F
Support Vector Machines, Naive Bayes and Logistic Regression are used for solving
___________________ problems.Classification
What is the best Neural Network Model for Temporal Data? Recurrent Neural Network
Recurrent Network can input Sequence of Data Points and Produce a Sequence of Output. T
All the neurons in a convolution layer have different Weights and Biases. F
Why is the Pooling Layer used in a Convolution Neural Network? Dimension Reduction
What is the method to overcome the Decay of Information through time in RNN known as?Gating
What are the two layers of a Restricted Boltzmann Machine called?Hidden and Visible Layers