资 源 简 介
It tries to combine (not as a collection but as whole working unit) different AI algorithms such that it can not only deduce logically, but also understand many concepts of applied (math) first order theories, for example estimate if something is probable or not and use induction, understanding numbers, action-related planning (by iterative deepening which guarantees completeness) in time and space, answering "why" questions, understand and learn new language, and where its easy to manage the knowledge and to extend it, it"s also easily possible to add command patterns (which can also reference the system itself in a intiutive way: Cars=Request("what has 4 tires and it has a motor?") and Cars will be a Python string list of all known cars) which execute code. So far projects of this sort failed because of code complexity, too less modularity and flexibility, and because they are often more a algorithm collection than a working architecture) so far, this projects