Multilayer perceptron


I am confused which one did he meant here to be called a multilayer perceptron, the one on the left specifically or both of these, or just any network having multiple hidden layers.

1 Like

I believe any neural network has layers of more than 3 Layers called Multi Hidden Layers

3 Layers:

  • 1 for inputs
  • 1 for a single hidden
  • 1 for output
1 Like

Hello @AnshumanKumar
Any Neural Network which has three (minimum) or more layers are called Multilayer Perceptron , which includes, input layer, one or more hidden layers and an output layer.

1 Like

Okay I got it now, Thank you :smile:

Hello :wave: @jenitta.jebaraj thank you :smile: , got it.