Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

You are working on a Data Science project and during the project you have been gibe a responsibility to interview all the stakeholders in the project. In which phase of the project you are?

A.

Discovery

B.

Data Preparations

C.

Creating Models

D.

Executing Models

E.

Creating visuals from the outcome

F.

Operationnalise the models

Which of the following technique can be used to the design of recommender systems?

A.

Naive Bayes classifier

B.

Power iteration

C.

Collaborative filtering

D.

1 and 3

E.

2 and 3

Select the correct problems which can be solved using SVMs

A.

SVMs are helpful in text and hypertext categorization

B.

Classification of images can also be performed using SVMs

C.

SVMs are also useful in medical science to classify proteins with up to 90% of the compounds classified correctly

D.

Hand-written characters can be recognized using SVM

You are creating a Classification process where input is the income, education and current debt of a customer, what could be the possible output of this process.

A.

Probability of the customer default on loan repayment

B.

Percentage of the customer loan repayment capability

C.

Percentage of the customer should be given loan or not

D.

The output might be a risk class, such as "good", "acceptable", "average", or "unacceptable".

In which phase of the analytic lifecycle would you expect to spend most of the project time?

A.

Discovery

B.

Data preparation

C.

Communicate Results

D.

Operationalize

Question-3: In machine learning, feature hashing, also known as the hashing trick (by analogy to the kernel trick), is a fast and space-efficient way of vectorizing features (such as the words in a language), i.e., turning arbitrary features into indices in a vector or matrix. It works by applying a hash function to the features and using their hash values modulo the number of features as indices directly, rather than looking the indices up in an associative array. So what is the primary reason of the hashing trick for building classifiers?

A.

It creates the smaller models

B.

It requires the lesser memory to store the coefficients for the model

C.

It reduces the non-significant features e.g. punctuations

D.

Noisy features are removed

Which technique you would be using to solve the below problem statement? "What is the probability that individual customer will not repay the loan amount?"

A.

Classification

B.

Clustering

C.

Linear Regression

D.

Logistic Regression

E.

Hypothesis testing

Let's say you have two cases as below for the movie ratings

1. You recommend to a user a movie with four stars and he really doesn't like it and he'd rate it two stars

2. You recommend a movie with three stars but the user loves it (he'd rate it five stars). So which statement correctly applies?

A.

In both cases, the contribution to the RMSE is the same

B.

In both cases, the contribution to the RMSE is the different

C.

In both cases, the contribution to the RMSE, could varies

D.

None of the above

A problem statement is given as below

Hospital records show that of patients suffering from a certain disease, 75% die of it. What is the probability that of 6 randomly selected patients, 4 will recover?

Which of the following model will you use to solve it.

A.

Binomial

B.

Poisson

C.

Normal

D.

Any of the above

If E1 and E2 are two events, how do you represent the conditional probability given that E2 occurs given that E1 has occurred?

A.

P(E1)/P(E2)

B.

P(E1+E2)/P(E1)

C.

P(E2)/P(E1)

D.

P(E2)/(P(E1+E2)