NeuraLegion / shainet

SHAInet - a pure Crystal machine learning library
MIT License
181 stars 19 forks source link

Add save/load for the CNN #63

Closed ArtLinkov closed 1 year ago

ArtLinkov commented 6 years ago

Admittedly, it took a while until we got some time on our hands to work on this... :) We should have it done by the end of the week. For now, save/load to JSON will be supported.

fab1an2 commented 4 years ago

Save yes but similar Marshal (from Ruby) I woul like to export to C.

For example I learn in crystal, test in crystal and when finish create a C file with only one function. All weights, bias etc. are inside C. Only put input data and get output int shainet(data *input, output...) {

bararchy commented 4 years ago

@fab1an2 saying that here: https://github.com/NeuraLegion/crystal-fann/issues/11 was enough :) It's a crystal thing, not related to either crystal-fann or SHAInet