Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 454 Bytes

File metadata and controls

7 lines (6 loc) · 454 Bytes

aika

A good starting point to get familiar with this project are probably the following three test cases:

  • SimplePatternMatchingTest (Demonstrates how a pattern like a word or a phrase can be matched)
  • MutualExclusionTest (Demonstrates a negative feed back loop)
  • NamedEntityRecognitionTest (A more complex example: recognize the name jackson cook)
  • SuspensionTest (Demonstrates how neurons and logic nodes can be suspended to an external storage)