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