NEW
Font size
WorksheetsExploring Machine Learning Concepts
Total questions: 15
Worksheet time: 8mins
What is machine learning?
Machine learning refers to a programming language for data manipulation.
Machine learning is a method of data analysis that automates analytical model building.
Machine learning is a statistical method for manual data entry.
Machine learning is a type of computer hardware used for data storage.
What are the main goals of machine learning?
To analyze data and create visualizations.
To enhance user interfaces and design applications.
The main goals of machine learning are to learn from data, make predictions, improve performance, and automate tasks.
To store data in large databases efficiently.
Name the three types of machine learning.
Structured learning, Random learning, Dynamic learning
Supervised learning, Unsupervised learning, Reinforcement learning
Supervised analysis, Unsupervised analysis, Reinforcement analysis
Guided learning, Free learning, Adaptive learning
What is supervised learning?
Supervised learning is a process that avoids using any data for model training.
Supervised learning is a machine learning approach that uses labeled data to train models.
Supervised learning is a method that uses random data to confuse models.
Supervised learning is a technique that relies on unsupervised data for training.
What is unsupervised learning?
Unsupervised learning is a technique that predicts outcomes based on historical data.
Unsupervised learning is a method that requires labeled data for training.
Unsupervised learning is a machine learning approach that finds patterns in data without labeled outcomes.
Unsupervised learning is a process that categorizes data into predefined classes.
What is reinforcement learning?
Reinforcement learning is a type of machine learning focused on training agents to make decisions through trial and error to maximize rewards.
Reinforcement learning is a technique for clustering data into groups.
Reinforcement learning is a method for supervised learning using labeled data.
Reinforcement learning is a process of analyzing data to find patterns.
Define linear regression.
Linear regression is a statistical method for clustering data points into distinct groups.
Linear regression is a technique for predicting categorical outcomes using a polynomial function.
Linear regression is a method for modeling the relationship between a dependent variable and one or more independent variables using a linear equation.
Linear regression analyzes the variance of a single variable without considering relationships.
What is the purpose of the linear regression model?
To predict the value of a dependent variable based on one or more independent variables.
To visualize data trends over time.
To minimize the error in a classification task.
To analyze the correlation between two variables.
What does the term 'overfitting' mean?
Overfitting occurs when a model is too simple and fails to capture the underlying patterns.
Overfitting is when a model performs poorly on both training and new data due to lack of data.
Overfitting happens when a model is trained on too little data and cannot generalize well.
Overfitting is when a model performs well on training data but poorly on new data due to excessive complexity.
What does the term 'underfitting' mean?
Underfitting refers to a model that has too many parameters for the dataset.
Underfitting is when a model is too simple to learn the underlying structure of the data.
Underfitting is when a model perfectly captures the data patterns.
Underfitting occurs when a model is overly complex for the data.
What is the difference between training and testing data?
Training data is for model evaluation; testing data is for model training.
Training data is for model training; testing data is for model evaluation.
Training data is for model testing; testing data is for model deployment.
Training data is used for validation; testing data is for data collection.
How can you evaluate the performance of a linear regression model using error?
Use accuracy, precision, recall, and F1 score.
Evaluate using cross-validation and confusion matrix.
Analyze the correlation coefficient and p-values.
Use MAE, MSE, RMSE, and residual plots.
Valid Training sizes?
70%
80%
100%
Both a and b
Valid Testing Size ?
0.2
0.6
0.0
0.9
y = mx + c , In this which is feature(input variable)
y
m
x
c
