Posts

Showing posts from August, 2026

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: Opens a drawing window. You draw a shape with your cursor. Type a label like square , circle , triangle , etc. Click Save Shape + Label . 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 ...