Mark

Mark

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…

BUS701 Unit 5: Quiz

1.______________is a skeptical worldview, founded as a reaction to modernism, that is suspicious of metanarratives and teaches that ultimate reality is inaccessible, knowledge is a social construct, and truth claims are political power plays.A) Postmodernism  2. Modernism is the common…

AC5023 Week5 Quiz

1. All of the following are assumptions that are made when performing a CVP Analysis, except A: All units produced are sellable 2. Which cost allocation base would most likely be used for allocating the cost of property taxes in…

COMP-545-Quiz 1

1) Gradient descent finds global minimum when:  A) Function convex 2) Dropout primarily reduces: A) Variance 3) XOR cannot be solved by single perceptron because: A) Not linearly separable 4) Does increasing model complexity always reduce training error? A) Yes…