Multi Layer 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: MSE Loss (L2 regularization).

Last updated

Was this helpful?