COMP545 W3 Quiz

1) Random search outperforms grid search when: A) Many irrelevant hyperparameters 2) Does cross-validation reduce variance of performance estimate? A) Yes 3) Is PCA supervised? A) It can be adapted 4) Scaling affects K-Means because: A) It uses distance metric…

BUS701 Unit 6: Quiz

1.The love of wisdom forms the academic discipline of ________A) Philosophy 2. Philosophy is the study of knowledge, truth, and the nature of ultimate reality.A) True 3. _________ is the branch of psychology that seeks to understand the nature of…

MSAI511 W3 Quiz

1) A data scientist has a large dataset with some missing values in a numerical column. Deleting every row with a missing value would cause significant data loss. What is a common and effective alternative strategy for handling these missing…

MSAI511 W6 Quiz

1) Which statistical measure indicates the spread of data around the mean? A) Standard Deviation 2) Which of the following is true about the correlation coefficient (r)? A) It ranges from -1 to 1 3) What does a p-value help…

COMP545 W2 Quiz

1) Universal Approximation Theorem implies: A) Any function can be approximated with enough neurons 2) Softmax ensures: A) Outputs sum to 1 3) Are deep networks always overparameterized? A) It depends on definition 4) Increasing depth without regularization increases: A)…

IS5213 W5 Quiz

1) In the United States, it is probably against the law to use a Random Forest for Marketing models. A) False 2) Which of these modelling techniques is usually the easiest to interpret? A) Decision Trees 3) Gradient Boosting models…

ITM5300EXB01 Chapter 09 Database Design

1.What is the process that establishes the need for an information system and its extent?A) Systems analysis 2. Which of the following is NOT a factor of the performance of an information system?A) Database management functions and features 3. What…

ITM5300EXB01 Chapter 08 Advanced SQL

1.Which statement best defines a schema?A) A schema is a logical group of database objects—such as tables and indexes—that are related to each other 2. Which of the following is NOT a valid clause of CREATE TABLE statement?A) SECONDARY KEY…