Font size
WorksheetsQuiz-5 ML
Total questions: 15
Worksheet time: 8mins
Among the following options, identify the one which is not a type of learning
Semi - Supervised Learning
Semi-Unsupervised Learning
Reinforcement
Learning
Both A and B
What is the application of machine learning methods to a large database called?
Big Data Computing
Internet of things
Data Mining
Artificial Intelligence
Identify the type of learning in which labeled training data is used
Supervised Learning
Unsupervised Learning
Semi-Supervised Learning
Semi-Unsupervised Learning
What is the term known as on which the machine learning algorithms build a model based on sample data?
Data Training
Training Data
Test Data
Both B and C
Machine learning is a subset of which of the following
Artificial Intelligence
Deep learning
Data Learning
Big Data
The father of machine learning is
Geoffrey Everest Hinton
Alan Turing
Geoffrey Chaucer
Elon Musk
Among the following options identify the one which is false regarding regression.
It is used to predict
It is used to interpret
It relates inputs to outputs
It discovers casual relationships
Identify the successful applications of ML.
Learning to classify new astronomical structures
Learning to recognize spoken words
Learning to drive an autonomous vehicle
All of the above
Analysis of ML algorithm needs
Statistical learning theory
Computational learning theory
Big Data
All of the above
Ridge Regression is also known as
L1 Regularization
L2 Regularization
Underfitting
ElasticNet
What is the maximum length of a Python identifier?
32
64
128
No fixed length is specified
In which year was the Python language developed?
(a)
In which language is Python written?
Telugu
C
PHP
English
Which one of the following is the correct extension of the Python file?
.python
.py
.p
.pn
Which character is used in Python to make a multi line comment?
' ' 'Multi-Line Comment' ' '
/*Multi-Line Comment*/
" " "Multi-Line Comment" " "
Both A & C are correct
