The AGI Manual
Architectures

Neural Systems

Connectionist models and the rise of deep learning in AGI

Neural Systems

Neural systems, or connectionism, model intelligence as the emergent property of large networks of simple, interconnected units (neurons).

The Connectionist Paradigm

Unlike symbolic AI, where knowledge is "stored" in discrete rules, connectionist systems store knowledge in the weights of connections between units.

Key Principles

  1. Parallel Processing: Many neurons operate simultaneously.
  2. Distributed Representation: Concepts are represented by patterns of activation across many units.
  3. Learning by Association: Connections are strengthened or weakened based on data.

The Rise of Deep Learning

Deep learning refers to neural networks with many hidden layers, allowing the system to learn hierarchical representations.

Core Breakthroughs

  1. Backpropagation: The algorithm for efficiently training multi-layer networks.
  2. GPUs: Hardware acceleration that made training massive models feasible.
  3. Big Data: The availability of vast datasets to feed these data-hungry models.

Modern Neural Architectures for AGI

Transformers

The current state-of-the-art for sequence processing. Use "attention" mechanisms to weight the importance of different parts of the input.

  • Significance: Large Language Models (LLMs) like GPT-4 are based on transformers and demonstrate emergent reasoning capabilities.

Convolutional Neural Networks (CNNs)

Inspired by the visual cortex, excellent for spatial data and vision.

Recurrent Neural Networks (RNNs/LSTMs)

Designed for temporal data, though largely superseded by transformers for many tasks.

Limitations of Pure Neural Systems

  • Black Box Nature: Hard to understand why a model made a specific prediction.
  • Data Hunger: Require millions of examples to learn what a human might learn in three.
  • Catastrophic Forgetting: Learning a new task can cause the system to "forget" previous tasks.
  • Lack of Hard Logic: While they can mimic reasoning, they struggle with strict logical constraints or math.

Towards AGI

Neural systems provide the "intuitive," perceptual, and associative capabilities of AGI. The next step is integrating these with symbolic systems.


Next: Neuro-symbolic Integration

On this page