Difference between revisions of "VVV09 Cognitive Architecture Group"
From Wiki for iCub and Friends
m (→Important Links: add link) |
m (→Important Links: fix link) |
||
Line 32: | Line 32: | ||
* [[VVV09 Cognitive Architecture Components]] | * [[VVV09 Cognitive Architecture Components]] | ||
* [[Auto-associative Memory Specification]] | * [[Auto-associative Memory Specification]] | ||
− | * [[iCub Cognitive Architecture] | + | * [[iCub Cognitive Architecture]] |
Revision as of 17:43, 23 July 2009
This is a page for those interested in working on the iCub Cognitive Architecture at VVV09
Overview
The purpose of the iCub cognitive architecture is to create a system for cognition on the platform which is consistent with neuroscience. The focus right now for the group is on creating modules for the architecture that have been missing until now:
- an auto-associative memory
- a hetero-associative procedural memory
Both the specifications and implementations of these are being addressed by this group.
Group Contributors
- David
- Logan
- Lydia
- Alberto
- Federico T.
- Giovanni
- Charles
- Stephane
Code
The current code which has been created for this is available on google code. You can check it out here: http://code.google.com/p/icubcogarch/source/checkout
Progress
- Currently, we have an implementation of a color histogram intersection method for pattern matching. This is being folded into a YARP module. In addition, we plan on making a C++ interface for the auto-associative memory so that many different implementations can tap into this specification.