MATLAB: Resulting neural network function

deep learningfitnetMATLABnftooltrain

How can the function and matrix of a neural network be retieved after training? After using the 'train' function, how can I export the matrix from the net object?

Best Answer

Use genFunction.