[P] Is this still AI? What should I do with it?

So, I created an architecture that I’m calling NS-GTM (Neuro-Symbolic Game-Theory Manifold). It does not use traditional neural networks, although I did lever some machine learning and information theory practices when building it.

Without hardcoding any constraints the model has proven capable of doing all of the following so far:

  • Learning to solve visual and logical puzzles/pathfinding
  • Generating 3-D worlds
  • Learning the rules of chess
  • Inferring formal, logical and mathematical proofs
  • Deriving concepts from language

I’m also working on trying to have it derive kinematics through a physics simulation, and to be able to generate images and audio, but these are obviously more challenging tasks.

Notes:

  • The tasks above were completed using isolated copies of the core architecture. They have not yet been combined into a single architecture capable of doing all of the above.
  • This entire engine was written from scratch with little to no external libraries in C++, and uses no external APIs (except for lichess to play and learn online) – The architecture is capable of continual/constant learning.
  • No, I am not planning on releasing this as open sourced, at least not yet. Big tech can choke on it.

The reason I am asking if it is still “AI” is because typically people think of AI as using neural networks, but the system does not actively use neural networks. It has a synaptic neural network in a very small part of the architecture, only for a specific set of functionality in the core system. It also doesn’t technically use gradient descent, and does not necessarily have to learn through back-propagation.

Inversely, the system does not have any implicitly hardcoded rules and learns through a mixture of neural – symbolic constraint reasoning.

The best way I’ve been able to explain this is as a General Constraints Reasoning architecture..? Still working on the name

Any advice on what I should do with this would be much appreciated.

I’m just a nerd that’s trying to leverage my computer science experience to challenge the conventional limitations of tech. Happy to discuss more in DM’s if anyone is interested. If people are interested, I’ll share it here once it’s online and available for public use.

submitted by /u/GenderSuperior
[link] [comments]

Liked Liked