MATLAB: Artificial Neural Network Question

artificial neural networkoptimization

I am searching for an optimization of medium components and firstly want to find the regression of them by using ANN toolbox. I have a 4×30 matrix input and 1×30 output. How can i change the default training method to bayesian regularization? And how can i find the formula corresponds to regression?
Thanks

Best Answer

help msereg
doc msereg
type msereg
Hope this helps.
Greg