Flow

isra overview

If doesn’t autoplay, click here.

Steps

Each layers runs on their own in a loop:
1st Layer (Input and Classification System)

2nd Layer (Memory System)

3rd Layer (Decision Making and Execution System)

It learns by re-executing previous experience with or without additional modification (imitation). A successful imitation will strengthen the links concerned and make future actions’ result more predictable. This is useful when chaining up layers of experience (The more it chains, the more unpredictable it will be, thus experience matters here).

POI selection is done by decision maker. That step is called Select Attention Point. POI are made using 3 points:

Using Global Distribution value, it ensure decision are made fairly, within threshold and alternating at best to avoid infinite loop.

Solution Tree are just compilation of experiences from how the selected POI was previously done. It includes what data are present at the moment, now, the actions reactions and patterns as well.

Executing the tree means forward those data to appropriate sector that utilizes those data. Expected patterns are forwarded to ICL (Originates from pattern recognized or created during that time). Outputs are forwarded to external devices.

Internal state are matched internally by another internal ICL. These steps essentially equals to prediction, it predicts what it will output.

Then it just keeps on repeat itself to continue the learning journey.

This is essential to chain future actions when actions are based on actions and the experiences matter to ensure it got the output it desired.