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