0% found this document useful (0 votes)
266 views3 pages

Practical Machine Learning On H2O - Home - Coursera

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 3

8/6/2019 Practical Machine Learning on H2O - Home | Coursera

Do You Have What It Takes? 4/5 points (80%)


Practice Quiz, 5 questions

Try again once you are ready. Back to Week 1

Required to pass: 100% or higher


Retake
You can retake this as many times as you’d like.

0/1
 point

1. 
In this course, "y" will be used, by convention, to mean:

Boolean true

This should not be selected 


This will be "TRUE" in R, "True" in Python.

Gamma

The independent variable

The dependent variable

1/1
 point

2. 
A toy dataset is likely to mean:

A dataset that only children are allowed to study.

A well known Kaggle competition, a study of toy sales between 2014 and 2016.

A simpli ed dataset, relatively small in scope, good for practice on.

Correct 
Yes.

https://www.coursera.org/learn/machine-learning-h2o/quiz/vlDlE/do-you-have-what-it-takes 1/3
8/6/2019 Practical Machine Learning on H2O - Home | Coursera

One that other adults look at you strangely if you touch and start playing with.
Do You Have What It Takes? 4/5 points (80%)
Practice Quiz, 5 questions

1/1
 point

3. 
For samples where the correct answer is 5, machine learning model A gives answers between 5.5 and 6.2,
whereas model B gives answers between 3.3 and 6.4. Which statement is most accurate?

A shows higher bias, but lower variance, than B.

Correct 
Yes, A gives a tighter range of answers, but all of them are too high.

A shows higher variance, but lower bias, than B.

A's answers are normally distributed, whereas B's are not.

B's answers are normally distributed, whereas A's are not.

A is a deep learning model, B is a decision tree.

1/1
 point

4. 
What does setting a seed do?

It allows the pseudo-random number generator to produce a repeatable sequence of random


numbers.

Correct 
Yes, seed is referring to pseudo-random number generation.

It increases the variance of your machine learning models.

It decreases the bias in your machine learning models.

It enables machine learning to work on agricultural problems.

https://www.coursera.org/learn/machine-learning-h2o/quiz/vlDlE/do-you-have-what-it-takes 2/3
8/6/2019 Practical Machine Learning on H2O - Home | Coursera

1/1

Do You Have What It Takes?
point
4/5 points (80%)
Practice Quiz, 5 questions
5. 
What is a confusion matrix?

For linear models, it is the weights on each input or, in other words, a grid of the coe cients.

For classi cation problems it is a grid showing how many of each class it got right, and when it got it
wrong, how many of each alternative class it chose.

Correct 
Yes, confusion matrices are only used to evaluate classi cation models.

Unfortunately, no one can be told what the Matrix is. You have to see it for yourself.

It is one way to install H2O on a large cluster.

https://www.coursera.org/learn/machine-learning-h2o/quiz/vlDlE/do-you-have-what-it-takes 3/3

You might also like