Neural Network
Also known as: Artificial Neural Network, ANN, Deep Neural Network
A computing system inspired by biological brains, using layers of interconnected nodes to learn patterns from data.
Neural networks are computational systems that learn to recognize patterns by adjusting connections between layers of artificial neurons.
Structure
- Input layer: Receives raw data
- Hidden layers: Extract increasingly abstract features
- Output layer: Produces predictions or classifications
How They Learn
- Data flows forward through the network
- Output is compared to desired result
- Error is propagated backward (backpropagation)
- Connection weights are adjusted to reduce error
- Repeat with more data
Types
- Feedforward: Information flows one direction
- Convolutional (CNN): Specialized for images
- Recurrent (RNN): Handles sequential data
- Transformer: Uses attention mechanisms
Deep Learning
“Deep” neural networks have many hidden layers, enabling them to learn complex hierarchical representations—the foundation of modern AI breakthroughs.
External Resources
Related Terms
Related Writing
When Memory Became a Service
May 20, 2026
Mind the Gap: The Shrinking Lead of Closed-Source AI
March 21, 2026
Distributed Agency in Human-AI Systems: A Framework for Analyzing Authorship, Control, and Autonomy
March 18, 2026
The Loss of Terra Firma: Fragmented Consciousness
March 2, 2026
CLI FTW / Command Line Interface For The Win
February 28, 2026