Skip to content

2.1.1

Compare
Choose a tag to compare
@jdermody jdermody released this 23 Feb 01:00
· 492 commits to master since this release

Enhancements:

  • csv parser now parses numbers with commas
  • exposed data table adaptor base classes
  • exposed vectorisation model from default data table adaptor
  • added suport for boolean columns as binary vectorisation columns
  • weighted index list to index list conversion
  • added naive bayes training from data tables
  • added column constraints to data table analysis xml
  • vector distances refactor and performance improvements
  • added confusion matrix from data table
  • added reverse normalise and reverse vectorise for output columns from normalisation model
  • matrix columns/rows as vectors
  • batch normalisation
  • added output nodes and slots so that graphs can output multiple results
  • split convolutional stride into x and y components

Bug Fixes:

  • fixed filter initialisation when dropout percentage is 0
  • bin overflow correction