cazala / synaptic

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

How to save weights ? #296

Open omaraflak opened 6 years ago

omaraflak commented 6 years ago

Hello ! This is a great library that you made there ! Is there a way to save the weights of the network once the training is done, and if yes how can I reload them into another network ? Thanks !

wagenaartje commented 6 years ago

Please visit the wiki before asking these kinds of questions (or other issues asking the same thing). See how to save networks and load them here.