Module neuroflow::io [] [src]

Functions

from_json

Function for deserializing of JSON to NN struct

load

Function that load NN from file. Is it possible to return generic type!?

save

obj: it should be neural network to save. I guess it should be generic type with necessary implementation of some trait

to_json

Future function for saving in JSON string. return: JSON string