Difference between revisions of "Features"
From aHuman Wiki
(Automated page entry using MWPush.pl) |
(Automated page entry using MWPush.pl) |
||
Line 3: | Line 3: | ||
@@[[Home]] -> [[Features]] | @@[[Home]] -> [[Features]] | ||
− | http://ahuman. | + | http://usvn.ahuman.org/svn/ahwiki/images/wiki/development/robomouses.jpg |
---- | ---- | ||
Revision as of 12:58, 21 June 2015
Features Implemented
@@Home -> Features
This page is a place for features already implemented in aHuman project modules. Modular approach for aHuman is chosen so that modules explain how functionality is split into relatively independent groups. Modules are re-using common libraries, established as a core of aHuman.
Top Features
- pure software platform to implement brain processes with neural and non-neural elements
- cortex building block paradigm where all the mind, except framework and libraries, is represented by a set of interconnected neural of belief networks, each network is a kind of abstract Cortex object
- allows integration of several incompatible implementations of neural networks and belief networks and using them in different cortexes
Mind Modules
- MindTargetFeatures - final application with specific sensors and effectors
- MindServiceFeatures - overall mind management
- MindAreaFeatures - mind area and its lifecycle
- MindRegionFeatures - supporting types of cortex and nuclei architecture
- MindMatterFeatures - software representation of neural networks
- MindFrameworkFeatures - supporting interaction of mind modules
Framework and Libraries
- FrameworkFeatures - framework features
- PlatformFeatures - generic platform features
- genrtnlibFeatures - generic library features