Multi Layer Perceptron
Last updated
Was this helpful?
Last updated
Was this helpful?
MLP is normally used for Classification. This case is explained at Multilayer Perceptron
MLP can be used for regression
It can fit the dataset better than the Linear Regression model
The architecture of a MLP for regression is simpler, with only one node on the output layer.
The loss function used is: .