Neural Networks: Test Your Knowledge

  1. Fill in the blank in the following sentence:
    Neural network models can automatically learn ___ during training.

  2. Evaluate this expression: ReLU(–3)

  3. Fill in the blank in the following sentence:
    A linear model is commonly trained using gradient descent. Neural networks additionally also use the ___ algorithm.

  4. True or False: Lowering the learning rate can help prevent exploding gradients during neural network training.

  5. You are training an image classifier model to predict a dog's breed(s) from a photo of the dog, using a list of pure-breed classes provided by the international FCI breed registry. The model should successfully classify both pure-breed dogs and mixed-breed dogs. Which type of classification model should you use?