Utility for extracting layer weights and biases from Keras models
The file extract_parameters.py
h5py 3.1.0
Each Keras layer has a group that has members: 1 for the biases and 1 for the parameters of the layer.
Example
Output for 3 layer neural network - see dataset folder for input file.