Sunday, May 13, 2012

Algorithm for Making models from Blueprints

My quest for artificial intelligence has brought me to explore how (my) mind thinks, structures, stores information and models.
 
Model as if reading a book / source.
   10 Reading information:
   20 Ask why        (to find links)
                 did the author include this (idea/information)  sentence/paragraph/chapter/book/picture etc.
   30 evaluate belief
               how consistent is this information with what I know
               Link to other information that I know for which this idea holds
               If a link to an idea is missing
                          create test and experiment Bayes network to model new link
                          goto 10: look up link (book online)
   40 Update beliefs and models(book ideas) with new information
                Model cause and effect
                      adjust links on Bayesian Network of beliefs to accommodate idea
                      determine precedence if it exists(what comes first)
                Update Bayesian belief 
  50 if keep reading goto 10
       return 30


Our brains are complicated networks of information we traverse to set and achieve goals.


No comments:

Post a Comment

Keep it civil.