Computer Science & IT

Download Q&A
Q. In the context of evaluation metrics, what is a confusion matrix?
  • A. A table used to describe the performance of a classification model
  • B. A method to visualize the ROC curve
  • C. A technique to calculate the AUC
  • D. A way to measure the variance in predictions
Q. In the context of feature engineering, what does 'one-hot encoding' achieve?
  • A. Reduces dimensionality
  • B. Converts categorical variables into a numerical format
  • C. Eliminates multicollinearity
  • D. Increases the number of features exponentially
Q. In the context of feature scaling, what is the main purpose of normalization?
  • A. To reduce the number of features
  • B. To ensure all features contribute equally to the distance calculations
  • C. To increase the variance of the dataset
  • D. To eliminate outliers from the dataset
Q. In the context of gaming, how are neural networks utilized?
  • A. Game design
  • B. Player behavior prediction
  • C. Graphics rendering
  • D. Sound design
Q. In the context of greedy algorithms, what does 'local optimum' refer to?
  • A. The best solution overall
  • B. The best solution in a local neighborhood
  • C. The worst solution possible
  • D. A solution that is not feasible
Q. In the context of IP addressing, what does CIDR stand for?
  • A. Classless Inter-Domain Routing
  • B. Classful Inter-Domain Routing
  • C. Centralized Inter-Domain Routing
  • D. Common Inter-Domain Routing
Q. In the context of linear regression, what does 'heteroscedasticity' refer to?
  • A. Constant variance of errors
  • B. Non-constant variance of errors
  • C. Independence of errors
  • D. Normal distribution of errors
Q. In the context of linear regression, what does 'overfitting' mean?
  • A. The model performs well on training data but poorly on unseen data
  • B. The model is too simple to capture the underlying trend
  • C. The model has too few parameters
  • D. The model is perfectly accurate
Q. In the context of linear regression, what does 'residual' refer to?
  • A. The predicted value of the dependent variable
  • B. The difference between the observed and predicted values
  • C. The slope of the regression line
  • D. The variance of the independent variable
Q. In the context of linear regression, what does the term 'homoscedasticity' refer to?
  • A. Constant variance of the residuals
  • B. Normal distribution of the errors
  • C. Independence of observations
  • D. Linearity of the relationship
Q. In the context of linear regression, what does the term 'overfitting' refer to?
  • A. The model performs well on training data but poorly on unseen data
  • B. The model is too simple to capture the underlying trend
  • C. The model has too many features
  • D. The model is perfectly accurate
Q. In the context of LL parsing, what does the '1' in LL(1) signify?
  • A. One lookahead token is used.
  • B. One leftmost derivation is produced.
  • C. One parsing table is required.
  • D. One recursive call is made.
Q. In the context of model deployment, what does 'model drift' refer to?
  • A. Changes in the model architecture
  • B. Changes in the underlying data distribution
  • C. Changes in the model's hyperparameters
  • D. Changes in the deployment environment
Q. In the context of model deployment, what does 'scalability' refer to?
  • A. The ability to handle increased load
  • B. The ability to reduce model size
  • C. The ability to improve accuracy
  • D. The ability to visualize data
Q. In the context of model evaluation, what does 'overfitting' refer to?
  • A. Model performs well on training data but poorly on unseen data
  • B. Model performs equally on training and test data
  • C. Model is too simple to capture the underlying trend
  • D. Model has high bias
Q. In the context of model selection, what does cross-validation help to achieve?
  • A. Increase the training dataset size
  • B. Reduce overfitting and assess model performance
  • C. Select the best features
  • D. Optimize hyperparameters
Q. In the context of model selection, what does cross-validation help to prevent?
  • A. Overfitting
  • B. Underfitting
  • C. Data leakage
  • D. Bias
Q. In the context of neural networks, what does 'dropout' refer to?
  • A. A method to reduce data size
  • B. A technique to prevent overfitting
  • C. A way to increase model complexity
  • D. A process for feature selection
Q. In the context of neural networks, what does 'epoch' refer to?
  • A. A single pass through the training dataset
  • B. The number of layers in the network
  • C. The learning rate adjustment
  • D. The size of the training batch
Q. In the context of neural networks, what does 'overfitting' mean?
  • A. The model performs well on training data but poorly on unseen data
  • B. The model is too simple to capture the underlying patterns
  • C. The model has too few parameters
  • D. The model is trained on too much data
Q. In the context of neural networks, what is 'overfitting'?
  • A. When the model performs well on training data but poorly on unseen data
  • B. When the model has too few parameters
  • C. When the model is too simple to capture the data patterns
  • D. When the model converges too quickly
Q. In the context of neural networks, what is 'transfer learning'?
  • A. Training a model from scratch
  • B. Using a pre-trained model on a new task
  • C. Learning from unsupervised data
  • D. Optimizing hyperparameters
Q. In the context of regression, what does R-squared indicate?
  • A. The proportion of variance explained by the model
  • B. The average error of predictions
  • C. The correlation between predicted and actual values
  • D. The number of features used in the model
Q. In the context of regression, what does RMSE stand for?
  • A. Root Mean Squared Error
  • B. Relative Mean Squared Error
  • C. Root Mean Squared Evaluation
  • D. Relative Mean Squared Evaluation
Q. In the context of regression, which metric measures the average squared difference between predicted and actual values?
  • A. F1 Score
  • B. Mean Absolute Error
  • C. Mean Squared Error
  • D. Precision
Q. In the context of supervised learning, what is a 'label'?
  • A. The input feature of the model
  • B. The output variable that the model is trying to predict
  • C. The algorithm used for training
  • D. The process of evaluating the model
Q. In the context of supervised learning, what is the role of the target variable?
  • A. It is the variable that is predicted by the model
  • B. It is the variable used for feature engineering
  • C. It is the variable that contains the input data
  • D. It is the variable that determines the model architecture
Q. In the context of SVM, what does 'margin' refer to?
  • A. The distance between the closest data points of different classes
  • B. The area under the ROC curve
  • C. The number of support vectors used
  • D. The total number of misclassified points
Q. In the context of SVM, what does 'soft margin' refer to?
  • A. A margin that allows some misclassifications
  • B. A margin that is strictly enforced
  • C. A margin that is not defined
  • D. A margin that is only applicable to linear SVM
Q. In the context of SVM, what does the term 'margin' refer to?
  • A. The distance between the closest data points of different classes
  • B. The area where no data points exist
  • C. The total number of support vectors
  • D. The error rate of the model
Showing 511 to 540 of 3237 (108 Pages)
Soulshift Feedback ×

On a scale of 0–10, how likely are you to recommend The Soulshift Academy?

Not likely Very likely