Build a MLP with three hidden layers using Sequential API (),
use ReLU activation function for the hidden layers and SoftMax
activation function for the last dense layer, where input_shape =
[32,32], followed by hidden layer with 50, 50, 10 artificial
neurons and finally output layer with 4 neurons. Please complete
the code below.
Build a MLP with three hidden layers using Sequential API (), use ReLU activation function for the hidden layers and Sof
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Build a MLP with three hidden layers using Sequential API (), use ReLU activation function for the hidden layers and Sof
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!