
This page represents a list of questions which can be used for preparation of machine learning interviews. Here is the link to first set of machine learning interview questions as part of this series. The following are some of the areas covered in this set of questions:
- Univariate vs Multivariate linear regression
- Supervised vs unsupervised learning
- Algorithms such as KNN, K-means, SVM etc.
Which of the following is used to represent linear regression with one variable?
Correct!
Wrong!
Which of the following type of cost function is used for univariate linear expression?
Correct!
Wrong!
The hypothesis function such as f(x) = mx + c where x is an variable and c is a constant, is an example of which of the following?
Correct!
Wrong!
The hypothesis function such as f(x) = m1x1 + m2x2 + c where x1, and x2 are variables and c is a constant, is an example of which of the following?
Correct!
Wrong!
For gradient descent to converge quickly, it is recommended to make sure features are on similar scale
Correct!
Wrong!
PCA, KPCA, ICA are related with which of the following?
Correct!
Wrong!
SVM can only be used to solve classification problems?
Correct!
Wrong!
Perceptron in machine learning is used for _______?
Correct!
Wrong!
Logistic regression models are examples of which of the following?
Correct!
Wrong!
KNN is _________ algorithm?
Correct!
Wrong!
K-means is _________ algorithm?
Correct!
Wrong!
Introduction to Machine Learning Set 2
You did extremely well!!
You did reasonably well!!
Better luck next time!!
Share your Results:
Latest posts by Ajitesh Kumar (see all)
- First Principles Understanding based on Physics - April 13, 2021
- Precision & Recall Explained using Covid-19 Example - April 11, 2021
- Moving Average Method for Time-series forecasting - April 4, 2021
Leave a Reply