From: Goran on
Hello everybody. I have one question. I am working on a college project, and i have to define a NN in nntool, and that is not a problem for me. What i dont know is how to get a file *.net , from nntool. ???

I have a C# class that reads network specifications from file with extension .net, and i dont know how to get one of those files, any ideas??

Thank you in advance for replying :)
From: Bwana on
"Goran " <goran.perger(a)gmail.com> wrote in message <i11irs$p9o$1(a)fred.mathworks.com>...
> Hello everybody. I have one question. I am working on a college project, and i have to define a NN in nntool, and that is not a problem for me. What i dont know is how to get a file *.net , from nntool. ???
>
> I have a C# class that reads network specifications from file with extension .net, and i dont know how to get one of those files, any ideas??
>
> Thank you in advance for replying :)

Once you've trained your network, hit next, next again, and then select the files (check or uncheck the right boxes) you want to save.

I always save just the net file, not the error, etc.. files.

best wishes.
From: Goran on
Thank you for your reply. I have another question if I may. I am leraning how to define neural network and its properties, using Network Object Reference ( Neural Network Toolbox 6, User Guide, chapter 14.) and i was wondering, is there any examples for defining network using this method??

Thank you.
Goran.