Skip to main content
  1. Glossary/
  2. N/

Neural Networks

43 words·1 min
Table of Contents

Definition
#

Interconnected layers of nodes (neurons) that transmit and transform data.

Key Characteristics
#

  • Input/hidden/output layers
  • Activation functions (e.g., ReLU)
  • Backpropagation training

Why It Matters
#

Foundation of modern AI systems like ChatGPT and self-driving cars.

Examples
#

  • Multilayer Perceptrons (MLPs)
  • Transformers