I want to use FANN by saving the configuration into a database, then load it during runs. All of the functions seem to be saving/loading networks into config files. But my application can't have temporary files.
How can I save a training into a string / load a network from a string? I am using the Python bindings, but a C/C++ answer is also welcome.