Skip to content

Releases: tu-rbo/concarne

v0.2.5

12 Jul 16:49
Compare
Choose a tag to compare

Bugfix release: fixed compatibility issues with python3

v0.2.4

03 May 09:10
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Minor release: added predict and predict_proba functions to PatternTrainer

Version 0.2.3

02 May 15:22
Compare
Choose a tag to compare
Version 0.2.3 Pre-release
Pre-release

This release of concarne includes

  • three single patterns as well as one pairwise pattern
  • PatternTrainer for automatic stochastic gradient descent training including validation, network import and export, various training modes and support for different data set structure (see fit_XYZ and fit_XZ_XY)
  • a nolearn style initialization of neural networks
  • adjustable learning updates and parameters
  • a nolearn compability extension that allows usage of nolearn.lasagne analysis tools, e.g. for CNN weights and activations