Model Output

Complete a multilayer perceptron model in Keras.

Chapter Goals:

  • Add the final layers to the MLP for multiclass classification

A. Final layer activation

In the Intro to Deep Learning section, we built the MLP classification models such that each model produced ...