Skip to content

Releases: aika-algorithm/aika

v2.0.2-alpha

11 Mar 17:27
Compare
Choose a tag to compare
v2.0.2-alpha Pre-release
Pre-release

Pre-release for the AIKA 2.0 version

v1.4.0

16 Aug 05:20
Compare
Choose a tag to compare
  • Reduced memory consumption.
  • Implementation to compute the average activation of an activation object over all interpretation options.
  • Linking of interpretation options.

v1.3.0

31 Jul 16:16
Compare
Choose a tag to compare
  • Major simplification of the interpretation search.
  • Code reorganization.

v1.2.0

07 Jun 17:21
Compare
Choose a tag to compare
  • Removed synapse bias. Bias now depends on the neuron type.
  • Exception Handling refactoring.
  • Removed factory methods.
  • Refactored position propagation.
  • Bugfixes

v1.1.0

28 Feb 05:07
Compare
Choose a tag to compare
  • Major cleanup refactoring
  • Bugfixes

v1.0.0

09 Dec 09:49
Compare
Choose a tag to compare
  • Bugfixes

v0.25

02 Dec 17:51
Compare
Choose a tag to compare
  • Bugfixes

v0.24

17 Nov 07:54
Compare
Choose a tag to compare
  • Refactoring of the relation architecture.
  • Bugfixes

v0.23

14 Nov 17:26
Compare
Choose a tag to compare
  • The Range class has now been replaced with by a slots concept. Previously, an activation had a range with a begin and an end position. Now activations can possess an arbitrary number of positions.
  • The synapse bias is now used to decide whether a synapse is conjunctive or disjunctive.

v0.22

31 Oct 04:51
Compare
Choose a tag to compare
  • API Refactoring: Synapse relations are now established through a separate builder class.
  • The range positions are now optionally variable. This feature is required for text generation. In this
    use case the positions are not known in advance and need to be computed during processing.
  • Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it. Passive neurons act basically like callback functions.
  • Optimization of the interpretation search.
  • Lots of bug fixes.