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