Choose a topic to test your knowledge and improve your Machine Learning (ML) skills
Which of the following evaluation metrics can be used to evaluate a model while modeling a continuous output variable?
Which of the following is true about Residuals ?
Which of the following statement is true about outliers in Linear regression?
Suppose you plotted a scatter plot between the residuals and predicted values in linear regression and you found that there is a relationship between them. Which of the following conclusion do you make about this situation?
Naive Bayes classifiers are a collection------------------of algorithms
Naive Bayes classifiers is Learning
Features being classified is of each other in Nave Bayes Classifier
Multinomial Nave Bayes Classifier is distribution
Gaussian Nave Bayes Classifier is distribution
Gaussian distribution when plotted, gives a bell shaped curve which is symmetric about the of the feature values.
SVM is a algorithm
SVM is a learning
Which of the following function provides unsupervised prediction ?
Which of the following is characteristic of best machine learning method ?
What are the different Algorithm techniques in Machine Learning?
What is the standard approach to supervised learning?
Which of the following is not Machine Learning?
What is Model Selection in Machine Learning?
Which are two techniques of Machine Learning ?
Even if there are no actual supervisors learning is also based on feedback provided by the environment
What does learning exactly mean?
When it is necessary to allow the model to develop a generalization ability and avoid a common problem called .
Techniques involve the usage of both labeled and unlabeled data is called .
In reinforcement learning if feedback is negative one it is defined as .
According to , its a key success factor for the survival and evolution of all species.
A supervised scenario is characterized by the concept of a .
overlearning causes due to an excessive .
Which of the following is an example of a deterministic algorithm?
Which of the following model model include a backwards elimination feature selection routine?
Which of the following are several models
provides some built-in datasets that can be used for testing purposes.
While using all labels are turned into sequential numbers.
produce sparse matrices of real numbers that can be fed into any machine learning model.
scikit-learn offers the class , which is responsible for filling the holes using a strategy based on the mean, median, or frequency
Which of the following scale data by removing elements that don't belong to a given range or by considering a maximum absolute value.
scikit-learn also provides a class for per- sample normalization,
dataset with many features contains information proportional to the independence of all features and their variance.
In order to assess how much information is brought by each component, and the correlation among them, a useful tool is the .
The parameter can assume different values which determine how the data matrix is initially processed
allows exploiting the natural sparsity of data while extracting principal components.
Which of the following is true about Residuals ?
Which of the following statement is true about outliers in Linear regression?
Suppose you plotted a scatter plot between the residuals and predicted values in linear regression and you found that there is a relationship between them. Which of the following conclusion do you make about this situation?
Lets say, a Linear regression model perfectly fits the training data (train error is zero). Now, Which of the following statement is true?
In a linear regression problem, we are using R-squared to measure goodness-of-fit. We add a feature in linear regression model and retrain the same model. Which of the following option is true?
Which of the one is true about Heteroskedasticity?
Which of the following assumptions do we make while deriving linear regression parameters?1. The true relationship between dependent y and predictor x is linear2. The model errors are statistically independent3. The errors are normally distributed with a 0 mean and constant standard deviation4. The predictor x is non-stochastic and is measured error-free
To test linear relationship of y(dependent) and x(independent) continuous variables, which of the following plot best suited?
which of the following step / assumption in regression modeling impacts the trade- off between under-fitting and over-fitting the most.
Which of the following is true about Ridge or Lasso regression methods in case of feature selection?
Which of the following statement(s) can be true post adding a variable in a linear regression model?1. R-Squared and Adjusted R-squared both increase2. R- Squared increases and Adjusted R-
How many coefficients do you need to estimate in a simple linear regression model (One independent variable)?
What is/are true about kernel in SVM?1. Kernel function map low dimensional data to high dimensional space2. Its a similarity function
Suppose you are building a SVM model on data X. The data X can be error prone which means that you should not trust any specific data point too much. Now think that you want to build a SVM model which has quadratic kernel function of polynomial degree 2 that uses Slack variable C as one of its hyper parameter.What would happen when you use very small C (C~0)?
How do you handle missing or corrupted data in a dataset?
The SVMs are less effective when:
If there is only a discrete number of possible outcomes called
Some people are using the term instead of prediction only to avoid the weird idea that machine learning is a sort of modern magic.
The term can be freely used, but with the same meaning adopted in physics or system theory.
Common deep learning applications / problems can also be solved using