Difference between revisions of "Specs"

From aHuman Wiki
Jump to: navigation, search
(Automated page entry using MWPush.pl)
(Automated page entry using MWPush.pl)
Line 43: Line 43:
 
== Re-used Projects ==
 
== Re-used Projects ==
  
* '''[[http://sourceforge.net/projects/neocortex|HTM implementation]]''' - Source Forge project
+
* '''[http://sourceforge.net/projects/neocortex HTM implementation]''' - Source Forge project
 
* '''!StackTrace''' - Copyright (c) 2001 Jani Kajala
 
* '''!StackTrace''' - Copyright (c) 2001 Jani Kajala
* '''[[http://leenissen.dk/fann|FANN library]]''' - Copyright (C) 2003 Steffen Nissen (lukesky@diku.dk)
+
* '''[http://leenissen.dk/fann FANN library]''' - Copyright (C) 2003 Steffen Nissen (lukesky@diku.dk)
* '''[[http://www.sourceforge.net/projects/tinyxml|tinyxml]]''' - Original code (2.0 and earlier) copyright (c) 2000-2006 Lee Thomason (www.grinninglizard.com)
+
* '''[http://www.sourceforge.net/projects/tinyxml tinyxml]''' - Original code (2.0 and earlier) copyright (c) 2000-2006 Lee Thomason (www.grinninglizard.com)
* '''[[http://rebecca-aiml.sourceforge.net|RebeccaAIML]]''' - Source Forge Project
+
* '''[http://rebecca-aiml.sourceforge.net RebeccaAIML]''' - Source Forge Project
* '''[[http://www.graphviz.org/|GraphViz]]''' - Tool to generate complex graphs from text script using command line  
+
* '''[http://www.graphviz.org/ GraphViz]''' - Tool to generate complex graphs from text script using command line  
  
 
Guys, thank you for your ideas and efforts.
 
Guys, thank you for your ideas and efforts.

Revision as of 10:29, 17 June 2015

Detailed Design and Implementation Status

@@Home -> Specs

design.jpg


Body / Primary Sensors

Inputs:

  • primary input - implemented, event-driven verified, polling not verified - TBD
  • sensor control - defined, not connected to anything - TBD
  • perception feedback - not defined - TBD after having cognition

Outputs:

  • primary output - implemented
  • control feedback - not defined - TBD
  • exposed control state properties - not defined - TBD

Cognition / Neocortex

Inputs

  • primary input - implemented, from sensors via IO channel, one cortex per one sensor
  • expectation input - not defined
  • adoption control - not defined

Outputs

  • primary outputs - not defined - TBD
  • feedback output - predicted sensor data, not defined

Image Search Knowledge Base

Chat Interface

Media

Re-used Projects

  • HTM implementation - Source Forge project
  • !StackTrace - Copyright (c) 2001 Jani Kajala
  • FANN library - Copyright (C) 2003 Steffen Nissen (lukesky@diku.dk)
  • tinyxml - Original code (2.0 and earlier) copyright (c) 2000-2006 Lee Thomason (www.grinninglizard.com)
  • RebeccaAIML - Source Forge Project
  • GraphViz - Tool to generate complex graphs from text script using command line

Guys, thank you for your ideas and efforts.