The sonata
namespace implements functions for loading and saving a neural network in the SONATA
format. The namespace provides the following functions:
load_network ()
: load the neural network. The neural network topology must be described in the SONATA
format.save_network ()
: save a neural network topology in the SONATA
format.