...

/

🍀 Challenge: Building the Discriminator

🍀 Challenge: Building the Discriminator

This task will test your knowledge on building the Fashion MNIST discriminator class.

We'll cover the following...

Problem statement

A partial Discriminator class is provided to you. Your task is to define the:

  • Network architecture

    • The input layer should have 784 nodes.
    • The hidden layer should have 200 nodes with the
...