[Sop-svn] SF.net SVN: sop:[36] trunk/sopf/model/src/site/apt
Status: Planning
Brought to you by:
labiknight
|
From: <lab...@us...> - 2009-06-19 10:15:58
|
Revision: 36
http://sop.svn.sourceforge.net/sop/?rev=36&view=rev
Author: labiknight
Date: 2009-06-19 10:15:53 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
Updated - task SOPF Model Requirements
Added - SOPF Model architecture file
Labi Oyapero
Modified Paths:
--------------
trunk/sopf/model/src/site/apt/components.apt
trunk/sopf/model/src/site/apt/notes.apt
Added Paths:
-----------
trunk/sopf/model/src/site/apt/architecture.apt
Removed Paths:
-------------
trunk/sopf/model/src/site/apt/roadmap.apt
Added: trunk/sopf/model/src/site/apt/architecture.apt
===================================================================
--- trunk/sopf/model/src/site/apt/architecture.apt (rev 0)
+++ trunk/sopf/model/src/site/apt/architecture.apt 2009-06-19 10:15:53 UTC (rev 36)
@@ -0,0 +1,37 @@
+-----------------------------
+SOP COMPONENTS
+-----------------------------
+Owolabi Oyapero
+-----------------------------
+2008/12/12
+-----------------------------
+
+Components
+* Base Component
+ * Component
+* Core Components
+ * Synapse
+ * Receiver
+ * Sender
+ * Neuron
+* Logical Components
+ * Population [id,label, comps]
+ * Layer [id,label, pops]
+ * Layers [id,label, layers] ( may contain other layers as well)
+ * System [id,label, layerss]
+
+Components Associations:
+* Keys
+ * <> - implies composition
+ * 1....* - implies one-to-many
+* Composition & Aggregation
+ * Population 1....* components
+ * Layer <>..... population
+ * Layers 1....* Layer
+ * System 1....* Layers
+* Inheritance
+ * Synapse--->Component,Receiver
+ * Receiver--->Component,
+ * Sender--->Component,
+ * Neuron--->Component
+ * Population--->DeltableData, Layer--->DeltableData, Layers--->DeltableData, System--->DeltableData
\ No newline at end of file
Property changes on: trunk/sopf/model/src/site/apt/architecture.apt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Modified: trunk/sopf/model/src/site/apt/components.apt
===================================================================
--- trunk/sopf/model/src/site/apt/components.apt 2009-06-17 09:42:38 UTC (rev 35)
+++ trunk/sopf/model/src/site/apt/components.apt 2009-06-19 10:15:53 UTC (rev 36)
@@ -1,28 +1,17 @@
-----------------------------
-SOP COMPONENTS
+SOP COMPONENTS REQUIREMENTS
-----------------------------
Owolabi Oyapero
-----------------------------
2008/12/12
-----------------------------
-Components
-* Core Components
- * Connector
- * Receiver
- * Sender
- * Neuron
-* Logical Components
- * Population [id,label]
- * Layer [id,label]
- * Layers [id,label] ( may contain other layers as well)
- * System [id,label]
+Plan
+ * 1. Identify all components of the synaptic system, at all levels.
+ * 2. Define interfaces for the components
+ * 3. Define associations for the various components.
+ * 4. Components does not have to play a runtime role, components may be useful for
+ \n network definition.
-
-Connector Info:
- Time-constant (tc) is measured in cm.
- Synapse-distance from SIZ (sdz)
- frequency
- Weight
- tc; sdz;
- Input at SIZ = V0 / pow(e, x/tk), e=2.718
\ No newline at end of file
+
+
Modified: trunk/sopf/model/src/site/apt/notes.apt
===================================================================
--- trunk/sopf/model/src/site/apt/notes.apt 2009-06-17 09:42:38 UTC (rev 35)
+++ trunk/sopf/model/src/site/apt/notes.apt 2009-06-19 10:15:53 UTC (rev 36)
@@ -34,3 +34,10 @@
LTP is induced by strong stimulus with high frequency, the summed stimulus is less than reverse potential.
+Synapse Info:
+ Time-constant (tc) is measured in cm.
+ Synapse-distance from SIZ (sdz)
+ frequency
+ Weight
+ tc; sdz;
+ Input at SIZ = V0 / pow(e, x/tk), e=2.718
Deleted: trunk/sopf/model/src/site/apt/roadmap.apt
===================================================================
--- trunk/sopf/model/src/site/apt/roadmap.apt 2009-06-17 09:42:38 UTC (rev 35)
+++ trunk/sopf/model/src/site/apt/roadmap.apt 2009-06-19 10:15:53 UTC (rev 36)
@@ -1,25 +0,0 @@
------------------------------
-SOP ROADMAP
------------------------------
-Owolabi Oyapero
------------------------------
-2008/12/12
------------------------------
-
-Preface:
- Since in depth knowledge of the behaviour of defined synapses seems to be missing.
- I'd like to investigate further to find out the exact behavior of synapses given a set of
- components.
-
-
-Plan
- * 1. Study the literature especially Neurophysiology of associative-neurons.
- * 2. Identify components of the synaptic system, at all levels.
- * 3. Design and develop core components of the system with emphasis on associative neural-properties.
- * 4. Design and develop the execution platform for the components of the system.
- * 5. Identify functions for modifying, every aspect of the system.
- * 6. Design a short-hand for design or describing the synaptic system.
- * 7. Write a plugin that will enable visual design, viewing, modification of the synaptic system.
- * 8. Plugin must permit persisting the designed or running system.
- * 9. Write a plugin for viewing the data (state) of the system
- * 10. Solve problems via synaptic network.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|