pencil-icon
Build your own quiz

Mathematics, Computers, Fun

University

Image

Intro to ML: Neural Networks Lecture 1 Part 2

16
plays

6 questions

Show Answers
See Preview
  • 1. Multiple Choice
    3 minutes
    1 pt

    A neuron with 3 inputs has weight vector [0.2, -0.1, 0.1]^T, a bias of b = 0 and a ReLU activation function. If the input vector is X = [0.2, 0.4, 0.2]^T, then what is the output value of the neuron? 

    0.2

    0.1

    0.02

    -0.1

  • 2. Multiple Choice
    1 minute
    1 pt

    A neural network consisting of only linear activations is underfitting a dataset. A student only has the time to change one feature of the network. Which of the following statements is the best option for increasing the accuracy of the model?

    Add more layers to the network

    Train for longer

    Introduce non linear activations

    Aquire more data

    None of the these

  • 3. Multiple Choice
    1 minute
    1 pt

    Which is the best output configuration for a model tasked with predicting a patient's age given their brain MRI image?

    One neuron with sigmoid

    Multiple neurons with softmax

    One neuron with linear output

    Multiple neurons with Tanh

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?