MATLAB: Predict() and perform() difference for model validation.

MATLABperformpredict

What is difference between predict() and perform() function for model validation?

Best Answer

Hi,
Predict function is used to predict responses of linear regression model, for more information refer Predict() documentation.
Perform function calculates the neural network performance, for more information refer Perforce() documentation.