Learn to program neural networks with TensorFlow

  1. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    When using model.predict, you may get an answer close to, but not exactly what you expect. You can attribute that to neural networks generally dealing in ___ .

  2. Match the following parameters and layers with their respective descriptions.

    Each answer only matches one item.

    Sequential

    Flatten

    Dense

    Activation function

    ReLU

    Softmax

  3. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    ___ reduces the overall amount of information in an image while maintaining the detected features as present.

  4. Overfitting occurs as a result of a neural network trained with ___ .