Support vector machines (SVMs) are a set of supervised learning methods used for:
A. Linear classification
B. Non-linear classification
C. Regression
While working with Netflix the movie rating websites you have developed a recommender system that has produced ratings predictions for your data set that are consistently exactly 1 higher for the user-item pairs in your dataset than the ratings given in the dataset. There are n items in the dataset. What will be the calculated RMSE of your recommender system on the dataset?
A. 1
B. 2
C. 0
D. n/2
You have collected the 100's of parameters about the 1000's of websites e.g. daily hits, average time on the websites, number of unique visitors, number of returning visitors etc. Now you have find the most important parameters which can best describe a website, so which of the following technique you will use:
A. PCA (Principal component analysis)
B. Linear Regression
C. Logistic Regression
D. Clustering
Google Adwords studies the number of men, and women, clicking the advertisement on search engine during the midnight for an hour each day.
Google find that the number of men that click can be modeled as a random variable with distribution Poisson(X), and likewise the number of women that click as Poisson(Y).
What is likely to be the best model of the total number of advertisement clicks during the midnight for an hour ?
A. Binomial(X+Y,X+Y)
B. Poisson(X/Y)
C. Normal(X+Y(M+Y)1/2) D. Poisson(X+Y)
Which of the following problem you can solve using binomial distribution
A. A manufacturer of metal pistons finds that on the average: 12% of his pistons are rejected because they are either oversize or undersize. What is the probability that a batch of 10 pistons will contain no more than 2 rejects?
B. A life insurance salesman sells on the average 3 life insurance policies per week. Use Poisson's law to calculate the probability that in a given week he will sell Some policies
C. Vehicles pass through a junction on a busy road at an average rate of 300 per hour Find the probability that none passes in a given minute.
D. It was found that the mean length of 100 parts produced by a lathe was 20.05 mm with a standard deviation of 0.02 mm. Find the probability that a part selected at random would have a length between 20.03 mm and 20.08 mm
A researcher is interested in how variables, such as GRE (Graduate Record Exam scores), GPA (grade point average) and prestige of the undergraduate institution, effect admission into graduate school. The response variable, admit/don't admit, is a binary variable.
Above is an example of:
A. Linear Regression
B. Logistic Regression
C. Recommendation system
D. Maximum likelihood estimation
E. Hierarchical linear models
Select the sequence of the developing machine learning applications
A) Analyze the input data B) Prepare the input data C) Collect data D) Train the algorithm E) Test the algorithm F) Use It
A. A, B, C, D, E, F
B. C, B, A, D, E, F
C. C, A, B, D, E, F
D. C, B, A, D, E, F
Select the correct statement which applies to Supervised learning
A. We asks the machine to learn from our data when we specify a target variable.
B. Lesser machine's task to only divining some pattern from the input data to get the target variable
C. Instead of telling the machine Predict Y for our data X, we're asking What can you tell me about X?
Select the correct algorithm of unsupervised algorithm
A. K-Nearest Neighbors
B. K-Means
C. Support Vector Machines
D. Naive Bayes
You are creating a regression model with the input income, education and current debt of a customer, what could be the possible output from this model?
A. Customer fit as a good
B. Customer fit as acceptable or average category
C. expressed as a percent, that the customer will default on a loan
D. 1 and 3 are correct
E. 2 and 3 are correct