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?
Which of the following technique can be used to the design of recommender systems?
Select the correct problems which can be solved using SVMs
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.
In which phase of the analytic lifecycle would you expect to spend most of the project time?
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?
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?"
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 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.
If E1 and E2 are two events, how do you represent the conditional probability given that E2 occurs given that E1 has occurred?