Neural networks are computing systems inspired by biological brains. They consist of layers of interconnected nodes (neurons).
Types
- Feedforward — data flows one direction
- Convolutional (CNN) — image processing
- Recurrent (RNN) — sequential data
- Transformer — attention-based (GPT)