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