Font size
WorksheetsFriday Night Quiz 5 by Sayed Ahmed
Total questions: 10
Worksheet time: 8mins
Select the correct statements
Similarity learning can be a classification problem
Similarity learning can be a regression problem
Text embedding refers to ..
Tokenizing texts
Removing stop words
translating text into some kind of numerical representation
Which is not involved in Text Normalization
Spellchecking
Expand contractions
Tagging
Vectorization
Select the Algorithms used to learn features
PCA
Independent Component analysis
Autoencoder
None of the options
What is true about CNN
learns local patterns
It has the capabilities of learning hierarchies of patterns
What is true about kernal?
Refers to a mathematical operation used in CNN ot learn patterns.
Can be used for normalization
can be used for edge detection
can not perform sharpening
What is true about auto encoder
It's a Deep Learning model
Uses Supervised learning approaches
it reproduces the exact input
Which statements apply for Feature Vectors
Dimensionally compressed vector
Distance between feature vector is used to find similarity
Select true statements about anomaly detection ..
There lies a high imbalance between the classes
Binary classification can perform better in anomaly detection
Anomaly detection can be used in condition monitoring
Select true the statements ...
Forecasting problems Deals with orderable dataset
ForecastTCN is 1-Dimensional convulational network
RNN is a feed-forward neural network where everything flows in one direction from input to the output
