Neuronale Netze sind Computersysteme, die sich grob am Gehirn orientieren — bestehend aus miteinander verbundenen Knoten (Neuronen), die in Schichten angeordnet sind und Muster aus Daten lernen. Sie sind die Grundlage des Deep Learning und der modernen KI.
Was ein neuronales Netz ist
NEURAL NETWORK → layers of connected NODES (neurons) that process data:
→ INPUT layer (receives data) → HIDDEN layer(s) (process/transform) → OUTPUT layer (result)
→ each connection has a WEIGHT; neurons combine inputs, apply an activation function
→ the network LEARNS by adjusting weights to map inputs to correct outputs
→ loosely inspired by the brain's neurons (but a mathematical model)
