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