
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 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)
- Linear Regression Cost Function: Python Example - December 2, 2023
- KNN vs Logistic Regression: Differences, Examples - December 2, 2023
- Linear Regression vs Logistic Regression: Differences - December 1, 2023
Leave a Reply