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