cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.91k stars 666 forks source link

How to save the Trained Model? #279

Closed kaustubholpadkar closed 6 years ago

yogevizhak commented 6 years ago

good question

On Oct 29, 2017 12:02 PM, "Kaustubh Olpadkar" notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cazala/synaptic/issues/279, or mute the thread https://github.com/notifications/unsubscribe-auth/AMo8NvviBdYEjCOYz3CeDck-dDsEZWu4ks5sxE1SgaJpZM4QKQYZ .

cazala commented 6 years ago

var stored = myNetwork.toJSON() var restored = Network.fromJSON(stored)