BDH (Dragon Hatchling)

repository·main·Indexed 25 days ago

https://github.com/pathwaycom/bdh

A biologically inspired large language model architecture that bridges deep learning with neuroscience principles. It features a scale-free, locally interacting network of neurons with Hebbian working memory, excitatory/inhibitory dynamics, and a GPU-friendly state-space formulation designed for intrinsic reasoning and efficient scaling.

Tokens
286
Snippets
2
Records
3
Agent score
36%

What's inside BDH

  1. Overview of BDH (Dragon Hatchling) architecture

    main

    BDH is a biologically inspired large language model architecture that uses a scale-free, locally interacting network of neurons. Unlike Transformers that process information token-by-token with limited internal state, BDH utilizes a larger latent reasoning space with intrinsic memory.

    Key technical properties:

    • Scale-free network topology: Mimics biological connectivity.
    • Locally interacting neuron particles: Employs excitatory/inhibitory dynamics.
    • Hebbian working memory: Based on synaptic plasticity, displaying monosemanticity.
    • GPU-friendly state-space formulation: Optimized for efficient implementation.
    • Interpretable activations: Sparse and positive activations.