may 09, 2009 07:17pm

Inference Engine

Today I started work on the inference engine, the component of my AI that will bring back hopefully useful results from the collective set of data. The example posted earlier illustrates the steps to achieve the answer, but is perhaps too complex for the set of data. Instead I'll rely on simpler more direct inferences and work up to more complicated queries.

command: list([people that live in cities]:string)
[people]:notion
  people -> is plural of -> person
   john -> is a -> person (X)


Aims:
1. Take the first token, bring back all results linked to that notion.
2. Create an interactive search utility (like the MemoryBrowser) to perform random case tests.

Posted By: Markavian

0 comments | Comments