This is the accompanying repository for our manuscript.
In addition to the usual requirements.txt
, we include the following files under the corresponding resolution folder within models/
:
fdeep_k_nnet.json
: Neural network as exported by thefrugally-deep
library (without optimizer).k_nnet.h5
: Tensorflow/Keras model in HDF5 format (without optimizer).k_nnet.json
: Our custom JSON version of the neural network with hidden-layer weights encoded inBase64
but decoded asASCII
text. The "output" key refers to the last hidden layer. It does not include the aditive neuron.k_pca_scaler.pkl
: PCA scaler stored inpickle
format.k_pca_scaler.json
: JSON version of PCA scaler with plain-valued parameters.k_std_scaler.pkl
: Standard scaler inpickle
format.k_std_scaler.json
: JSON version of standard scaler with plain-valued parameters.
The flowers
directory contains the data sets we used for testing our curvature hybrid solvers. The corresponding input files contain samples that have been reoriented per the description provided in the manuscript. It is still necessary, though, that each sample be reflectect to take the average of two network evaluations.
Please forward your questions to this email.