20181231a
Changelog:
- SpectraKeras_CNN:
- Visualization of activations after training of the first convolutional layer.
- Visualization of activation in prediction for all layers (including convolution, pooling, dense).
- New command line option (-n) to only visualize neural network summary.
- Warning: the INI File has changed, please update accordingly.
- Utilities:
AddSpectraToLearnFile
: Updated to collect spectra inside folder in bulk. Use "." for the name of the Spectra file.- Rewritten many methods to replace for loops with proper numpy optimization: much faster execution in the following:
AddHorizontalOffset
,NormLearnFile
,AddLinearBackground
,AddRelativeNoisyData
,AddNoisyData
XRange
: Bug fixes. Plot is not displayed, but saved.AddNoisyData
: Bug fixes, offset is in percentageAddRelativeNoisyData
: Rewritten based onAddNoisyData
to allow normalization and consistencyConvertToTFLite
: Convert trained TF models to TensorFlow Lite.ConvertToTFJS
: Convert trained TF models to TensorFlow.js (Requirestensorflowjs
to be installed via pip)