Direction: Overfitting is a common problem when a model learns too much from the training data.
Q.3. What does "overfitting" refer to in machine learning?
- A model performing well on both training and test data
- A model performing poorly on training data but well on test data
- A model performing well on training data but poorly on test data
- A model that generalizes well to unseen data
- A model that performs equally on all datasets
Explanation: Overfitting occurs when a model is too complex and captures noise in the training data, leading to poor generalization on new data.
A Quiz On Artificial Intelligence And Machine Learning
10 Questions 0 Attempts 157 SeenMerit
|
Direction: Supervised learning involves training a model on labeled data.
Q.1. What is the main objective of supervised learning in machine learning?
- To predict outcomes for new data
- To discover hidden patterns in data
- To reduce the dimensionality of data
- To generate new data from existing data
- None of the above
Direction: Classification tasks involve categorizing data into predefined classes.
Q.2. Which algorithm is commonly used for classification tasks?
- K-Means Clustering
- Linear Regression
- Decision Trees
- Apriori Algorithm
- DBSCAN
Direction: Overfitting is a common problem when a model learns too much from the training data.
Q.3. What does "overfitting" refer to in machine learning?
- A model performing well on both training and test data
- A model performing poorly on training data but well on test data
- A model performing well on training data but poorly on test data
- A model that generalizes well to unseen data
- A model that performs equally on all datasets
Direction: Unsupervised learning deals with unlabeled data to find patterns.
Q.4. Which of the following is an example of unsupervised learning?
- Support Vector Machines
- Principal Component Analysis (PCA)
- Random Forest
- Naive Bayes
- Linear Discriminant Analysis
Direction: Learning rate is a key hyperparameter in training neural networks and other models.
Q.5. What is the purpose of a "learning rate" in gradient descent optimization?
- To determine the size of steps taken towards the minimum of a function
- To increase the model's complexity
- To define the number of iterations
- To prevent the model from underfitting
- To ensure the model converges to a local maximum
Direction: Tokenization is a fundamental step in text preprocessing.
Q.6. In natural language processing, what does "tokenization" refer to?
- Breaking down text into paragraphs
- Splitting text into sentences
- Breaking text into smaller units like words or phrases
- Removing punctuation and stopwords
- Translating text into another language
Direction: Evaluation metrics help measure the effectiveness of a model's predictions.
Q.7. Which metric is commonly used to evaluate the performance of a classification model?
- Mean Squared Error (MSE)
- R-squared
- F1 Score
- Root Mean Squared Error (RMSE)
- Adjusted R-squared
Direction: CNNs are a type of deep learning model particularly effective in certain applications.
Q.8. What is a "convolutional neural network" (CNN) primarily used for?
- Time series forecasting
- Text generation
- Image recognition
- Speech synthesis
- Reinforcement learning
Direction: An agent interacts with an environment to learn optimal actions.
Q.9. In reinforcement learning, what is an "agent"?
- The environment where actions are taken
- A set of possible actions
- A reward function
- An entity that learns and makes decisions
- A policy for decision-making
Direction: Regularization techniques help in preventing overfitting.
Q.10. What is "regularization" in machine learning?
- Increasing model complexity
- Adding noise to the data
- Penalizing complex models
- Optimizing hyperparameters
- Reducing model accuracy
start test without login
No need to have an Account, We Create an Atomatic session for you.
But
for better accurate result and progressive practice we recommend you to Create an Account or Login .
Edit Question