
This page represents a list of questions which can be used for preparation of machine learning interviews. The following are some of the areas covered in this set of questions:
- Null Hypothesis; Another page which explains the concept in decent manner is Null Hypothesis definition and examples, how to state.
- P-value; In simple words, p-value represents likelihood (in terms of probability) of sample results occurring if the null hypothesis is assumed to be true. For example, a p-value of 0.03 would mean that given the null hypothesis is true, the probability that results occur in the sample is 0.03 which is very less. Thus, the alternate hypothesis can be true. Thus, one can reject the null hypothesis.
- One-tailed vs Two-tailed tests; This is another page on one and two-tailed tests
The hypothesis that chance or random processes alone are responsible for the results is called as _______ hypothesis?
Correct!
Wrong!
Rejecting null hypothesis implies that there is an association between two measured entities?
Correct!
Wrong!
If the data collected as a result of random sampling process does provide strong evidence against null hypothesis, then the null hypothesis is rejected.
Correct!
Wrong!
If the test scores differ based on the gender group such as male or female or other parameters included in the tests, then the null hypothesis can be rejected.
Correct!
Wrong!
If the data observed in the sample test is highly unlikely to occur, then the null hypothesis is ________?
Correct!
Wrong!
Given two samples taken from the same population, a stronger null hypothesis would mean _______?
Correct!
Wrong!
P-value less than ________ would mean that null hypothesis can be rejected.
Correct!
Wrong!
In case the estimated value is more than or less than the reference value, which of the following test is appropriate?
Correct!
Wrong!
Machine Learning Hypothesis Testing
You did extremely well!!
You did reasonably well!!
Better luck next time!!
Share your Results:
Latest posts by Ajitesh Kumar (see all)
- How to Access GPT-4 using OpenAI Playground? - May 30, 2023
- Online US Degree Courses & Programs in AI / Machine Learning - May 29, 2023
- AIC & BIC for Selecting Regression Models: Formula, Examples - May 28, 2023
[…] Hypothesis testing questions […]
I don’t agree with number 5. Having a different test score doesn’t necessarily mean the null can be rejected. It depends on the magnitude of the difference, as well as standard error. A small difference can be due to random noise.