Recommended Projects

Deep Learning Interview Guide

Topic modeling using K-means clustering to group customer reviews

Have you ever thought about the ways one can analyze a review to extract all the misleading or useful information?...

Natural Language Processing
Deep Learning Interview Guide

Medical Image Segmentation With UNET

Have you ever thought about how doctors are so precise in diagnosing any conditions based on medical images? Quite simply,...

Computer Vision
Deep Learning Interview Guide

Build A Book Recommender System With TF-IDF And Clustering(Python)

Have you ever thought about the reasons behind the segregation and recommendation of books with similarities? This project is aimed...

Machine LearningDeep LearningNatural Language Processing
Deep Learning Interview Guide

Automatic Eye Cataract Detection Using YOLOv8

Cataracts are a leading cause of vision impairment worldwide, affecting millions of people every year. Early detection and timely intervention...

Computer Vision
Deep Learning Interview Guide

Crop Disease Detection Using YOLOv8

In this project, we are utilizing AI for a noble objective, which is crop disease detection. Well, you're here if...

Computer Vision
Deep Learning Interview Guide

Vegetable classification with Parallel CNN model

The Vegetable Classification project shows how CNNs can sort vegetables efficiently. As industries like agriculture and food retail grow, automating...

Machine LearningDeep Learning
Deep Learning Interview Guide

Banana Leaf Disease Detection using Vision Transformer model

Banana cultivation is a significant agricultural activity in many tropical and subtropical regions, providing a vital source of income and...

Deep LearningComputer Vision
Deep Learning Interview Guide

Build Regression Models in Python for House Price Prediction

Ever wondered how experts predict house prices? This project dives into exactly that! Using Python, we'll build regression models that...

Machine Learning
Deep Learning Interview Guide

Nutritionist Generative AI Doctor using Gemini

Want to enhance your nutrition skills? The Nutritionist Generative AI Doctor, which employs the Gemini model, is here for you....

Generative AI
Deep Learning Interview Guide

Optimizing Chunk Sizes for Efficient and Accurate Document Retrieval Using HyDE Evaluation

This project demonstrates the integration of generative AI techniques with efficient document retrieval by leveraging GPT-4 and vector indexing. It...

Natural Language ProcessingGenerative AI
Loading...

Regression QUIZ (MCQ QUESTIONS AND ANSWERS)

Total Correct: 0

Time:20:00

Question: 1

Suppose you have to predict the salary of an employee from their years of experience where the dataset has a salary range from 10000 to 50000. In which of the intervals your regressive model should predict?

Question: 2

In simple linear regression, if you change the input value by 1 then output value will be changed by:

Question: 3

You can compute the residual by-

Question: 4

How to see the value of residuals geometrically

Question: 5

The equation of the regression line is y = 5x + 3. Predict y when x = 8.

Question: 6

The equation of the regression line is y = 8x - 2. Compute the residual for the point (4, 28)

Question: 7

What would be the best regression model for more than one independent variable?

Question: 8

Suppose you have observed that you data has an exponential growth tendency. Then what regression model you should use-

Question: 9

Can we perform linear regression with a neural network?

Question: 10

If you get a poor accuracy using a simple linear regression model. What will be the cause behind it-

Question: 11

If your data grows in a non-linear fashion. Which model won’t perform well?

Question: 12

Suppose you got a training accuracy of 90% and a test accuracy of 50%. What happened with your model-

Question: 13

What is a support vector?

Question: 14

What is a kernel?

Question: 15

Which of the following is not a kernel?

Question: 16

What does epsilon represent in Support Vector Regression?

Question: 17

In Regression, a decision tree splits the dataset based on-

Question: 18

Which one is a different algorithm?

Question: 19

Which one is not a better algorithm in the sense of overfitting?

Question: 20

If the actual value of a data point is 50 and the predicted value is 55, what will be the Mean Absolute Error(MAE)

Question: 21

Which of the following is a regression algorithm?

Question: 22

Suppose you have to predict the salary of employees from their experience. This is a-

Question: 23

Regression is a-

Question: 24

Which of the following is/are true about Normal Equation?

Question: 25

Which methods are used to find the best fit line in linear regression?

Question: 26

What will happen when you increase the size of training data?

Question: 27

If you fit 2 degree polynomial in linear regression-

Question: 28

Which of the following evaluation metrics can be used for Regression?

Question: 29

Linear regression is-

Question: 30

What is true about Residuals?