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...

Data Pre Processing QUIZ (MCQ QUESTIONS AND ANSWERS)

Total Correct: 0

Time:20:00

Question: 1

What are the different types of attributes?

Question: 2

Examples of Nominal can be:

Question: 3

Examples of Ordinal can be:

Question: 4

Examples of Interval can be:

Question: 5

The type of a Nominal attribute depends on which of the following properties:

Question: 6

The type of an Interval attribute depends on which of the following properties:

Question: 7

The type of an Ordinal attribute depends on which of the following properties:

Question: 8

Important Characteristics of Structured Data are:

Question: 9

What are some examples of data quality problems:

Question: 10

Which Method is used for encoding the categorical variables?

Question: 11

Under fitting happens due to -

Question: 12

Over fitting happens due to -

Question: 13

Why do we need feature transformation?

Question: 14

Which of the following is true about outliers -

Question: 15

Some of the Imputation methods are -

Question: 16

Which algorithm does not require feature scaling?

Question: 17

The purpose of feature scaling is to -

Question: 18

In standardization, the features will be rescaled with -

Question: 19

What is a Dummy Variable Trap?

Question: 20

Which of the following(s) is/are features scaling techniques?

Question: 21

The characteristic of a good dataset is-

Question: 22

How to handle the missing values in the dataset?

Question: 23

The correct way of pre processing the data should be-

Question: 24

Which one is a feature extraction example?

Question: 25

Which of these techniques is used for normalization in text mining?

Question: 26

What stemming refers to in text mining?

Question: 27

Which is the correct order for pre processing in Natural Language Processing?

Question: 28

Bag of Words in text pre processing is a-

Question: 29

In text mining, how the words ‘lovely’ is converted to ‘love’-

Question: 30

Stop words are-