How to get the neural network algorithm in script format?

1 view (last 30 days)
I have my neural network created but I need to see the generated code to have the equation
help me please :)

Accepted Answer

Walter Roberson
Walter Roberson on 19 Jan 2019
If you use nntool then it will output code to create the network.
Once a network is created, there is no "equation" for it: there are just a sequence of matrices and transfer functions to be applied.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!