pencil-icon
Build your own quiz

Mathematics, Computers, Fun

University

Image

Intro to ML: Neural Networks Lecture 2 Part 1

40
plays

6 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Mean squared error is a common loss function for which task?

    Regression

    Classification

    None of these

    Regression and Classification

  • 2. Multiple Choice
    30 seconds
    1 pt

    Is the following statement True or False? Multi-class and Multi-label classification are the same thing.

    True

    False

  • 3. Multiple Choice
    2 minutes
    1 pt

    The shape of the weight matrix, W of a Neural network linear layer is (x,y). A forward pass through this layer can be represented as follows:

    Z=XW

    Where X is the batched data of dimensions (batch size, input features) and W is the weight matrix. Select the correct assignments for (x, y)

    x = batch size, y = number input features to that layer

    x = number input features to that layer, y =batch size

    x = input features, y = number of neurons in that layer

    x = batch size, y = number of neurons in that layer

    none of the above

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?