NEW
Font size
WorksheetsMachine Learning Quiz
Total questions: 30
Worksheet time: 15mins
What is the main goal of machine learning?
To create intelligent robots
To make computers learn from data and make predictions
To write code manually for every task
To store large amounts of data
Which of the following is an example of supervised learning?
Predicting house prices based on past data
Grouping customers into segments without labels
Playing chess without instructions
Generating random numbers
What is a dataset in machine learning?
A collection of movies
A collection of data used for training or testing a model
A type of neural network
A mathematical formula
Which of the following is a machine learning algorithm?
Random Forest
PowerPoint
Microsoft Excel
Paint
What does the term 'training data' mean?
Data used to test a model
Data used to train a machine learning model
A program to train developers
Data that contains only numbers
Which library is widely used for machine learning in Python?
Microsoft Word
TensorFlow
Photoshop
Chrome
What is the role of the 'test set' in machine learning?
To train the model
To evaluate the model's performance
To collect new data
To clean the dataset
Which of the following is an application of machine learning?
Spam email detection
Writing emails
Watching movies
Listening to music
What is a 'model' in machine learning?
A person trained in machine learning
A mathematical representation of a problem to make predictions
A type of software used for data cleaning
A large dataset
Which of the following is the first step in a machine learning project?
Training the model
Collecting and preparing the data
Testing the model
Writing a report
What is Machine Learning?
A type of machine maintenance
A subset of Artificial Intelligence where computers learn from data
A programming language
A hardware component
Which of the following is a type of machine learning?
Supervised Learning
Semi-supervised Learning
Reinforcement Learning
All of the above
In supervised learning, what do you need?
Labeled data
Unlabeled data
Only numbers
Random data
What is overfitting in machine learning?
A model performs well on training data but poorly on unseen data
A model performs well on all datasets
A model that doesn't fit the data
None of the above
Which algorithm is used for classification problems?
Linear Regression
K-Nearest Neighbors (KNN)
K-Means Clustering
Principal Component Analysis (PCA)
What does 'feature' mean in machine learning?
An input variable used to make predictions
A type of output variable
A model's accuracy score
A testing method
Which library is commonly used for machine learning in Python?
NumPy
Scikit-learn
TensorFlow
All of the above
What is the purpose of a loss function?
To maximize predictions
To evaluate the difference between predicted and actual values
To scale data
To split datasets
Which is NOT a machine learning algorithm?
Random Forest
Support Vector Machine (SVM)
SQL Query
Decision Tree
What is a common metric for evaluating classification models?
Mean Squared Error (MSE)
Accuracy
Root Mean Squared Error (RMSE)
R-squared
Which type of machine learning involves learning without labeled data?
Supervised Learning
Unsupervised Learning
Reinforcement Learning
Semi-supervised Learning
What is a confusion matrix used for?
Measuring data correlation
Evaluating the performance of a classification model
Visualizing training data
Testing for overfitting
What is gradient descent?
A technique to collect data
An optimization algorithm to minimize a loss function
A method to visualize data
A type of neural network
What does a 'hyperparameter' refer to in machine learning?
Parameters adjusted during training
Parameters set before training begins
Parameters of the test data
An unrelated feature
Which of the following is an ensemble learning method?
Decision Tree
Random Forest
Linear Regression
Support Vector Machine (SVM)
What is the purpose of cross-validation?
To test the model on unseen data
To reduce the complexity of the model
To validate the test data
To split the data into training and testing sets
What does 'normalization' do in data preprocessing?
Converts data to binary format
Scales features to a smaller range, like 0 to 1
Removes duplicate rows from the dataset
Adds noise to the data
Which activation function is commonly used in neural networks?
Sigmoid
ReLU (Rectified Linear Unit)
Tanh
All of the above
What is the goal of clustering in machine learning?
To classify data points into predefined categories
To group similar data points together
To maximize the dataset's size
To reduce overfitting
Which of the following is an advantage of deep learning?
Requires less data for training
Automatically extracts features from raw data
Works best on small datasets
Doesn't require GPUs for training
