Here we go - running part 1 Monty 1 - Neuroinspired AI

 Taking this example.


https://thousandbrainsproject.readme.io/docs/pretraining-a-model



From Chat GPT.

What you are seeing (high level)

That image is a 3D point-cloud object model of a mug, built incrementally through sensorimotor experience.

Monty didn’t get:

  • labels (“this is a mug”)

  • meshes

  • CAD files

Instead, it:

  1. Moved around the object

  2. Sampled local surface patches

  3. Bound those patches into a coherent object graph

This visualization is essentially:

“Monty’s internal belief of what this object is.”


Comments

Popular posts from this blog

JVM Notebook: Basic Clojure, Java and JVM Language performance

On Unit Testing, Java TDD for developers to write

Application server performance testing, includes Django, ErlyWeb, Rails and others