Build a MLP with three hidden layers using Sequential API (), use ReLU activation function for the hidden layers and Sof
Posted: Fri May 20, 2022 6:55 pm
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.
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.