A) A branch of artificial intelligence that enables machines to learn from data. B) A method of controlling physical machines using human input. C) A programming language used for designing computer chips. D) A type of software used for playing video games.
A) Decision trees B) Clustering C) Linear regression D) Classification
A) Converting input to output directly. B) Storing information for future use. C) Introducing non-linearity to the network. D) Training the network using backpropagation.
A) Random Forest B) Q-Learning C) SVM D) K-Means
A) Gradient Descent B) Principal Component Analysis (PCA) C) Naive Bayes D) Decision Trees
A) Selects the best features for the model. B) Optimizes the model using backpropagation. C) Quantifies the difference between predicted and actual values. D) Normalizes the data before training.
A) Training a model without any data. B) Regularizing the model to prevent overfitting. C) The process of selecting and transforming input features to improve model performance. D) Evaluating the model using cross-validation.
A) To add noise to the data. B) To separate different classes in the input space. C) To control the learning rate of the model. D) To minimize the loss function during training.
A) Dropout B) Batch Normalization C) Gradient Descent D) Feature Scaling
A) Regression B) Classification C) Clustering D) Dimensionality reduction
A) Mean squared error B) R-squared C) Mean Absolute Error D) Accuracy
A) Duplicating the data B) Imputation C) Adding noise to the data D) Ignoring the missing data
A) SMOTE (Synthetic Minority Over-sampling Technique) B) AdaBoost C) PCA (Principal Component Analysis) D) K-nearest Neighbors (KNN)
A) Isolation Forest B) SVM (Support Vector Machine) C) Naive Bayes D) K-means clustering
A) Log Loss B) Root Mean Squared Error (RMSE) C) Mean Squared Error (MSE) D) Cross-entropy
A) Randomly selecting hyperparameters B) Grid Search C) Focusing on a single hyperparameter D) Ignoring hyperparameters
A) Guessing B) Using only training data C) Cross-validation D) Checking computational complexity
A) Random initialization B) Backpropagation C) Batch normalization D) Early stopping
A) Removing key features B) Training the model on more data C) Regularization D) Increasing the model complexity
A) The balance between model complexity and generalizability. B) The tradeoff between accuracy and precision. C) The tradeoff between underfitting and overfitting. D) The balance between training time and model performance.
A) K-means clustering B) Linear Regression C) Support Vector Machine (SVM) D) Principal Component Analysis (PCA)
A) Decision tree B) Principal component analysis C) Linear regression D) K-means clustering |