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