This document contains multiple choice questions about machine learning concepts. It asks about SVM performance on large datasets, algorithms that produce the same results each time, models that help SVM in high dimensions, types of problems, measures of model variance and prediction deviation, the sigmoid function's use and range, learning techniques where examples are given versus reinforced, how getting more data helps models with high bias, how error is determined for classification versus regression, the objective function for linear regression, feature scaling and mean normalization, and definitions of overfitting and underfitting.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views
Machine Learning - Exploring The Model
This document contains multiple choice questions about machine learning concepts. It asks about SVM performance on large datasets, algorithms that produce the same results each time, models that help SVM in high dimensions, types of problems, measures of model variance and prediction deviation, the sigmoid function's use and range, learning techniques where examples are given versus reinforced, how getting more data helps models with high bias, how error is determined for classification versus regression, the objective function for linear regression, feature scaling and mean normalization, and definitions of overfitting and underfitting.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2
SVM will not perform well with large data set because (select the best answer)
classification becomes difficult
While running the same algorithm multiple times, which algorithm produces same results? K Means clustering Which model helps SVM to implement the algorithm in high dimensional space?
Problems that predict real values outputs are called ?
Regression Problems What measures the extent to which the predictions change between various realizations of the model ? Variance ____________ function is used as a mapping function for classification problem. Sigmoid What is the Learning Technique in which the right answer is given for each example in the data called ? Reinforcement Learning So when a ML Model has high bias, getting more training data will help in improving the model true. For ______________ the error is determined by getting the proportion of values miss-classified by the model Classification The objective function for linear regression is also known as Cost Function. true What measure how far the predictions are from the actual values ? deviation Where does the sigmoid function asymptote ? 0 and 1 ____________ is the line that separates y = 0 and y = 1 in a logistic function. Decision Boundary I have a scenario where my hypothesis fits my training set well but fails to generalize for test set. What is this scenario called ? Underfitting What is the process of dividing each feature by its range called ? Feature Scaling For _____________ the error is calculated by finding the sum of squared distance between actual and predicted values regresion
What is the process of subtracting the mean of each variable from its variable called ? Mean Normalization
What is the range of the output values for a sigmoid function ?
[0,1]3 What measure how far the predictions are from the actual values ? Deviation ____________ is the line that separates y = 0 and y = 1 in a logistic function. Decision Boundary Problems where discrete valued outputs predicted are called Classification Problems I have a scenario where my hypothesis fits my training set well but fails to generalize for test set. What is this scenario called ? Overfitting How are the parameters updates during Gradient Descent Process ? Simultaneously What is the Learning Technique in which the right answer is given for each example in the data called ? Supervised Learning For an underfit data set the training and the cross validation error will be high false