File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,35 @@ <h2>API Documentation</h2>
7979
8080 < h2 > Release Notes</ h2 >
8181
82+ < h3 > Aika Version 0.17 (2018-05-14)</ h3 >
83+ < ul >
84+ < li >
85+ Introduction of synapse relations. Previously the relation between synapses was implicitly modeled
86+ through word positions (RIDs). Now it is possible to explicitly model relations like: The end position of
87+ input activation 1 equals to the begin position of input activation 2. Two types of relations are
88+ currently supported, range relations and instance relations. Range relations compare the input
89+ activation range of a given synapse with that of the linked synapse. Instance relations also compare
90+ the input activations of two synapses, but instead of the ranges the dependency relations of these
91+ activations are compared.
92+ </ li >
93+ < li >
94+ Removed the norm term from the interpretation objective function.
95+ </ li >
96+ < li >
97+ Introduced an optional distance function to synapses. It allows to model a weakening signal depending
98+ on the distance of the activation ranges.
99+ </ li >
100+ < li >
101+ Example implementation of a context free grammar.
102+ </ li >
103+ < li >
104+ Example implementation for co-reference resolution.
105+ </ li >
106+ < li >
107+ Work on an syllable identification experiment based on the meta network implementation.
108+ </ li >
109+ </ ul >
110+
82111 < h3 > Aika Version 0.15 (2018-03-16)</ h3 >
83112 < ul >
84113 < li >
You can’t perform that action at this time.
0 commit comments