mohamadDev / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Save neural network weights - Human Readable #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible, by chance, to save the netwotk weights in a txt file in a
human readable way?

Original issue reported on code.google.com by daniele....@gmail.com on 30 Jun 2009 at 7:54

GoogleCodeExporter commented 9 years ago
Well, it is possible, but not yet supported by the framework. Need to work on 
it.

Do you need only saving? It could be much simpler if current Load/Save is used 
to 
load/store weights in binary format and another method, like Export, is used to 
store TXT file. Importing may become harder.

Original comment by andrew.k...@gmail.com on 30 Jun 2009 at 8:15

GoogleCodeExporter commented 9 years ago
The actual problem is: I am using superbe AForge.Neuro dll to make experiments 
and
tuning of NN parameters, but then, since in the big project I'm working on I am 
using
an old-style win32 Dll I would like to use my old NN class just to classify.
I know this could seem a mess but I'd like to avoid mixing NET dll and win32 
ones.
Thanks again

Original comment by daniele....@gmail.com on 30 Jun 2009 at 8:21

GoogleCodeExporter commented 9 years ago
Yes, you're right! An export method would be perfect, since I only need to read
values and to harcode them in my class.

Original comment by daniele....@gmail.com on 30 Jun 2009 at 8:23