Holographic Memory Storage and Recall

   One of the side projects I research beyond my connectomic engineering is using holographic memory as a means to simulate storage and recall similar to cortical storage. 

I wrote this simple program found at:

    Interintel/Holographic-Memory: Programs that show the use of Holographic Memory for intelligence


that allows a user to draw a shape, label the shape and store that shape with its label. Then later, the user can draw a shape and ask the system to recall what the newly drawn shape is. It works pretty well, at least well enough to be recognized along animal level memory and recall. 

What it does:

  1. Opens a drawing window.
  2. You draw a shape with your cursor.
  3. Type a label like square, circle, triangle, etc.
  4. Click Save Shape + Label.
  5. It stores the shape and label in: dynamic_holographic_shape_memory.npz

The next levels would be:

  • Test Invariance
  • Turn this into a more dynamical system by adding vision via cameras and perhaps audio for "labeling" to allow the system to continuously add and digest its environment.

Comments

Popular posts from this blog

Building a Holographic Digit Classifier with NumPy and MNIST

Artificial Connectomes

AI Review of "Emulating Connectomics, animal and artificial, to develop Biological Machine Intelligence"