🧠 ModularBrainAgent: A Brain-Inspired Cognitive AI Model

ModularBrainAgent (SynCo) is a biologically plausible, spiking neural agent combining vision, language, and reinforcement learning in a single architecture. Inspired by human neurobiology, it implements multiple neuron types and complex synaptic pathways, including excitatory, inhibitory, modulatory, bidirectional, feedback, lateral, and plastic connections.

It’s designed for researchers, neuroscientists, and AI developers exploring the frontier between brain science and general intelligence.


🧩 Model Architecture

  • Total Neurons: 66
  • Neuron Types: Interneurons, Excitatory, Inhibitory, Cholinergic, Dopaminergic, Serotonergic, Feedback, Plastic
  • Core Modules:
    • SensoryEncoder: Vision, Language, Numeric integration
    • PlasticLinear: Hebbian and STDP local learning
    • RelayLayer: Spiking multi-head attention module
    • AdaptiveLIF: Recurrent interneuron logic
    • WorkingMemory: LSTM-based temporal memory
    • NeuroendocrineModulator: Emotional feedback
    • PlaceGrid: Spatial grid encoding
    • Comparator: Self-matching logic
    • TaskHeads: Classification, regression, binary outputs

🧠 Features

  • πŸͺ Multi-modal input (images, text, numerics)
  • πŸ” Hebbian + STDP local plasticity
  • ⚑ Spiking simulation via surrogate gradients
  • 🧠 Biologically inspired synaptic dynamics
  • 🧬 Curriculum and lifelong learning capability
  • πŸ” Fully modular: plug-and-play cortical units

πŸ“Š Performance Summary

Note: Metrics shown below are for illustrative purposes from synthetic and internal tests.

Task Dataset Metric Result
Digit Recognition MNIST Accuracy 0.98
Sentiment Analysis IMDb Accuracy 0.91
Exploration Task Gridworld Simulation Cumulative Reward 112.5

πŸ’» Training Data

  • MNIST: Handwritten digit classification
  • IMDb: Sentiment classification from text
  • Synthetic Environment: Grid-based exploration with feedback

πŸ§ͺ Intended Uses

Use Case Description
Neuroscience AI Research Simulating cortical modules and spiking dynamics
Cognitive Simulation Experimenting with memory, attention, and decision systems
Multi-task Agents One-shot learning across vision + language + control
Education + Demos Accessible tool for learning about bio-inspired AI

⚠️ Limitations

  • Early-stage architecture (prototype stage)
  • Unsupervised/local learning only (no gradient-based finetuning yet)
  • Synthetic data only for now
  • Accuracy and metrics not benchmarked on large-scale public sets

✨ Credits

Built by Aliyu Lawan Halliru, an independent AI researcher from Nigeria.
SynCo was created to demonstrate that anyone, anywhere, can build synthetic intelligence.


πŸ“œ License

MIT License Β© 2025 Aliyu Lawan Halliru
Use freely. Cite or reference when possible. .

Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Datasets used to train Almusawee/ModularBrainAgent

Evaluation results