Section 01
[Introduction] VRAXION INSTNCT: Exploration of a Gradient-Free Self-Connected Graph Neural Network Architecture
This article introduces the INSTNCT architecture developed by the VRAXION team, a neural network that challenges the traditional backpropagation paradigm. Its core feature is that it does not rely on gradient descent to optimize fixed topology; instead, it learns by dynamically changing its own directed graph structure, using innovative mechanisms such as phased self-connection and scout-first search. This article will discuss aspects including background, mechanisms, validation, implementation, and contributions.