All Notes
-
I’ve been making progress with Million Minds AI. I added a fourth level to the hierarchy, expecting another long debugging cycle. Instead, it just worked. The system uses the same brain-inspired column machinery at every level. The first level learns… Read more
In Update
-
What does “python” mean? It depends on context of course.. I showed Million Minds AI a small collection of writing about snakes and reptiles. Then I showed it another collection about code and software. I never explained that “python” can… Read more
In Update
-
Your brain can recognize a song from its opening bars. It does not conclude that the song is over. Million Minds AI was making the equivalent mistake. The hierarchy could recognize a familiar pattern, but recognition and completion had become… Read more
In Update
-
I have been building a small step-through demo so I can watch the system read text: the sensor moves, Layer 1 settles, Layer 2 reacts, and I can replay what happened. That demo exposed a timing issue in the Layer… Read more
In Update
-
Ambiguity is not always failure. That was the main lesson from the latest round of work. The recent focus was Layer 1 and early Layer 2 behavior over text. Layer 1 now has a better substrate for text object representations.… Read more
In Update
-
Layer 1 is starting to work like an object-recognition layer over text. The system scans text through small sensor patches, then cortical-column-like modules build sparse maps of what they observe: feature@location -> movement -> feature@location -> movement -> … Recent… Read more
In Update
-
Recent work has been focused on a deceptively simple question: When many independent columns observe related evidence, how should they agree? Columns do not all share one global representation. Each column builds its own private model from its own vantage… Read more
In Update
-
I’ve been making progress.. TextSensor is built and acts like a simple eye over text. It has multiple patches, moves with a saccade/fixation rhythm, and emits sparse feature SDRs from local character windows. Layer-1 columns now receive those SDRs, maintain… Read more
In Update
-
When this system is up and running, because it can learn continuously (unlike current AI), it will be just like Johnny 5 from Short Circuit movie. More input! Read more
In Note
-
Finally we have a sensor, a thalamus, a column and a voting module. It is all neuroscience legit although we did keep some things simple at the moment. The sensor is retina-like, with several patches, partially overlapping. Each patch takes… Read more
In Update
