Enh/nn/restore saved models
neural_networks-CNNWhale
Adds a method to restore a loaded model. A few changes had to be made in the way the network is initialized. These are demonstrated in the test, which have been updated to reflect the modifications.
I also added a simple test for this load_net_structure()
method.