Skip to content

20181231a

Compare
Choose a tag to compare
@feranick feranick released this 25 Jan 16:04
· 270 commits to master since this release

Changelog:

  1. 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.
  2. 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 percentage
    • AddRelativeNoisyData: Rewritten based on AddNoisyData to allow normalization and consistency
    • ConvertToTFLite: Convert trained TF models to TensorFlow Lite.
    • ConvertToTFJS: Convert trained TF models to TensorFlow.js (Requires tensorflowjs to be installed via pip)