1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Deep Learning with Keras

Exercise

Build as shown!

You will take on a final challenge before moving on to the next lesson. Build the network shown in the picture below. Prove your mastered Keras basics in no time!

Instructions

100 XP
  • Instantiate a Sequential model.
  • Build the input and hidden layer.
  • Add the output layer.