Quiz Summary
0 of 5 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 5 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 5
1. Question
The Advantage of Deep learning systems over Machine learning systems is:
CorrectIncorrect -
Question 2 of 5
2. Question
If you have 5 Different Classes in your dataset then how many lines (or hyperplanes) will be required in SVM:
CorrectIncorrect -
Question 3 of 5
3. Question
The test set should be greater than the training set to properly evaluate the trained model.
CorrectIncorrect -
Question 4 of 5
4. Question
To get a robust model, the training data must be collected from a similar environment in which the solution is intended to be used.
CorrectIncorrect -
Question 5 of 5
5. Question
Which of the following code snippets should be used to change the background of a person in an image.
CorrectIncorrectHint
The person_mask is a binary mask image with `0` for background and `1` for foreground (person).