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

about training result persistent #258

Closed njaulj closed 6 years ago

njaulj commented 6 years ago

hi there. I'm a newer to machine learning. when i use synaptic.js, how can i make my multi-layers networks save the training result on the disk for reusing. next time, I can just quickly reload it.

njaulj commented 6 years ago

thanks for some other's issue. i think toJson\fromJson can solve my problem.