Hi
I have used the NeuroBox in one of my project which was an OCR. I can train the network. I want to save the network for future usage. Unfortunately I didn't found any way to save that network. Is there any method to save a network?
Regards
Maduka Dharshani
Hi,
To save a network you can use NeuroBox.Repository (another assembly/dll of the solution). You can save and restore both network structure (neurons, synapses, weights) and network state (current activation).
Regards,Chris