0% found this document useful (0 votes)
199 views2 pages

Deep Learning - Chorale Prelude

Autoencoders are recommended for unsupervised pattern recognition in unlabeled data. Convolutional networks work best for image data. Support vector machines, naive Bayes, and logistic regression are used for solving regression and classification problems. Neural network algorithms are inspired by the human biological neuron. Recurrent neural networks work best for speech and text processing.

Uploaded by

Ayush Garg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
199 views2 pages

Deep Learning - Chorale Prelude

Autoencoders are recommended for unsupervised pattern recognition in unlabeled data. Convolutional networks work best for image data. Support vector machines, naive Bayes, and logistic regression are used for solving regression and classification problems. Neural network algorithms are inspired by the human biological neuron. Recurrent neural networks work best for speech and text processing.

Uploaded by

Ayush Garg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

_______________ is a recommended Model for Pattern Recognition in Unlabeled Data.

Autoencoders

________________ works best for Image Data.Convolution Networks

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

GPU stands for __________.Graphics Processing Unit

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

Prediction Accuracy of a Neural Network depends on _______________ and ______________. Weight


and Bias

_____________________ is a Neural Nets way of classifying inputs. Forward Propagation

Data Collected from Survey results is an example of ___________________.Structured Data

In a Neural Network, all the edges and nodes have the same Weight and Bias values.F

Process of improving the accuracy of a Neural Network is called _______________. Training

Support Vector Machines, Naive Bayes and Logistic Regression are used for solving
___________________ problems.Classification

Recurrent Networks work best for Speech Recognition.T

Recurrent Neural Networks are best suited for Text Processing.T


All the Visible Layers in a Restricted Boltzmannn Machine are connected to each other.F

A _________________ matches or surpases the output of an individual neuron to a visual


stimuli.Convolution

A Deep Belief Network is a stack of Restricted Boltzmann Machines. T

Restricted Boltzmann Machine expects the data to be labeled for Training.F

RELU stands for ______________________________.Rectified Linear Unit

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

What does LSTM stand for? Long Short Term Memory

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

The measure of Difference between two probability distributions is know as KL Divergence

Restricted Boltzmann Machine expect the data to be labeled for Training.F

How do RNTS interpret words?One Hot Encoding

You might also like