cnidarion - public release

13
7/31/2019 cnidarion - public release http://slidepdf.com/reader/full/cnidarion-public-release 1/13 Cnidarion Information Management System Prototype For Synergy Moon LLC Sayandeep Khan, Angele Lubin, David Galea, Curtis Owens Team Progress Report [PUBLIC RELEASE]  Jul 1 2012

Upload: sean-derschaf-con

Post on 05-Apr-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 1/13

Cnidarion

Information ManagementSystem Prototype

For

Synergy Moon LLC

Sayandeep Khan, Angele Lubin, DavidGalea, Curtis Owens

Team ProgressReport

[PUBLIC RELEASE] Jul 1 2012

Page 2: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 2/13

Cnidarion - Contents● Problems

● Solutions

● Brain Model

 –  Jellyfish Brain

 – Comparison to RL Scenario

Implementation – Code techniques

 – Command Overview

● Concluding Remarks

Page 3: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 3/13

Cnidarion – Problems (to solve)●

Geographically distributed team –  Assynchronous Communication

 – Optimal assignment of agents to locational activities

● Lost information

 –  Activities not often enough reported

 –

 Activities have little connection to each other● One activity hardly profits from another

● Optimal activity grouping

Simple solution needed

Page 4: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 4/13

Cnidarion - Solutions● Optimization problem

 –  Hall's marriage algorithm

 –  Heuristic approach

●  Assynchronuos Reporting

 – Relational Database

 – Corollary : Trend and Cluster Analysis

● Lost Information

 – Cluster Analysis

 – Combinatoric Analysis

Page 5: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 5/13

Cnidarion - Brain Model

●  Jellyfish as Prototype

 – Strictly: a nerve ring / net

● Radially symmetric

 –  All Input channels same

input priority

 –

Swarm behavior forequivalent output

channels

Simple Memory

Radially SymmetricNerve-ring

Tentacle Nerve

Tentacle

Page 6: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 6/13

Cnidarion Cnideria Comparison

● Cnidarion : our system

inspired from Jellyfish

● Simple Turing Machine –

rule table

● Simple PDA

●  All inputs same priority

● Semantic Relation of 

inputs (Another TM)

● Cnidaria : Jellyfish

● No active cognition –

 genetic response to

environment

● Simple memory (of tides)

● Radial symmetry of input

channels

● Simple tentacle swarm

Page 7: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 7/13

Cnidarion - Implementation

● Turing machines: – Parses strings of 

 particular form

 – No formal database

needed

● Semantic relationbetween strings

 Modular

Page 8: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 8/13

Cnidarion - Implementation●

ECN order stamp – Order trend

 – Cluster

 – Form Preserving Prediction

 –  Multiple ordering→

multiple semantic relation

● ECN reordering scheme

 – Easy reordering for

assynchronous entry

Page 9: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 9/13

Cnidarion – Command Overview●  Agent Sierra

 – Scientist

 – Germany, EU

 –

GEOsciences, MATHematics – Conference A, Theme X

 – Project B, Theme Y

● showagent -AGENTNAME -FLAG

showes the agents. AGENTNAME : specifies one agent to

Page 10: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 10/13

Cnidarion – Command Overview●  Agent Lima Agent Sierra←→

 – PR Scientist←→

 – Sierra Report: Contacts of Sierra are sales targets (skill

target : Sales. Resource: LIMA)

 – Lima Report : need information for marketing

campaigne (skill target: Marketing. Resource: SIERRA)

● relateagent -AGENTNAME -AGENTNAME

relationally relates two agents. No imput optional.

Page 11: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 11/13

Cnidarion – Command Overview●  Agent Juliet Event Tango←→

 – Skill match

 – Location NOmatch

 –

Preference 5

● relateworld -AGENTNAME -EVENT (event omited will

 find all events, sim. for agent)

Page 12: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 12/13

Cnidarion – Concluding remarks

● Implemented in scilab

● Needs each agent to input their present geolocation, their

skills, their preferences to categories, which activities can

affect which subsection and which subsection help they

need

● Needs list of events catagorized according to geolocations

and skills

● Implementation technological readiness level : Successful

demo

Page 13: cnidarion - public release

7/31/2019 cnidarion - public release

http://slidepdf.com/reader/full/cnidarion-public-release 13/13

Cnidarion – Concluded