Steps in Machine Learning

Steps in Machine Learning

University

10 Qs

quiz-placeholder

Similar activities

ML hackathon QUiz

ML hackathon QUiz

University

12 Qs

[MLforDS] Quiz1

[MLforDS] Quiz1

University

15 Qs

Quiz on Dataset

Quiz on Dataset

12th Grade - University

11 Qs

TechWiz 1

TechWiz 1

University

15 Qs

Intro to ML: The ML Revision Quiz

Intro to ML: The ML Revision Quiz

University

11 Qs

Supervised Learning

Supervised Learning

University

10 Qs

10 Questions of Machine Learning

10 Questions of Machine Learning

University

10 Qs

Machine Learning Quiz

Machine Learning Quiz

University

10 Qs

Steps in Machine Learning

Steps in Machine Learning

Assessment

Quiz

Computers

University

Medium

Created by

Maxim Academy

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are sources of data in a machine learning project?

Company internal databases

Collecting data from website for eg. product reviews

Social media

All of the above

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How does quantity and quality of the training data impact the model?

Performance and accuracy improves with more data.

Noisy, irrelevant or incorrect data do not affect the model

Imbalanced data can lead to biased models that perform well on the majority class but poorly on minority classes.

Feature selection (the process of selecting the input features that will be used to train the machine learning model) have no effect on the model.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How can we prepare our data for training?

Randomize the order of the data so it does not affect how the model learns.

Removing outliers and handling missing values

Select an appropriate algorithm

Identifying data imbalances.

Splitting the data into training data and evaluation data.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is most important when choosing a model for a machine learning project?

The programming language used to implement the model.

The type of data and the problem you are trying to solve.

The color scheme of the data visualization.

The font size of the code comments.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the model training step in machine learning?

To enable the model to learn patterns and relationships from the provided data so that it can make predictions or decisions when presented with new, unseen data.

Generating new data samples by extrapolating from existing data to enhance the diversity of the dataset and increase the model's robustness to variations.

Enhancing the interpretability of the model's predictions by providing explanations for each decision made

Increasing the computational complexity of the model to improve its accuracy on the training data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the model evaluation step, we?

Clean and preprocess the dataset to ensure its quality, remove noise, handle missing values, and transform features into a suitable format for modeling.

Train the machine learning model by fitting it to the preprocessed dataset to learn patterns and relationships.

  • Use the dataset we put aside to test the model with the unseen data comparing the predicted outputs with the actual outputs.

Select the appropriate machine learning algorithm based on the problem type, data characteristics, and performance requirements

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a common ratio for splitting data into training and testing sets in machine learning?

Training set: 50%, Testing set: 50%

Training set: 70-80%, Testing set: 20-30%

Training set: 90%, Testing set: 10%

Training set: 40-50%, Testing set: 50-60%

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?