Is it possible to make a deep copy of a neural network in PYFANN (i.e. the python binding for FANN)? By a deep copy I mean a new completely independent neural net, with the same topology and weights.
I've seen copy functions and constructors in the FANN doc (http://leenissen.dk/fann/html/index/General.html), but could not see these in PYFANN.