About neural net fitting (at neural network toolkit)

How can I found the weights in funtion "net"? I want to use this neural network(train is done.) as a C code.

 Accepted Answer

IW = net.IW
B = net.B
LW = net.LW
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 25 Oct 2016

Answered:

on 26 Oct 2016

Community Treasure Hunt

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

Start Hunting!