neural network คือระบบคำนวณที่ได้แรงบันดาลใจอย่างหลวม ๆ จากสมอง ประกอบด้วย node (neuron) ที่เชื่อมโยงกันและจัดเรียงเป็นชั้น ๆ ซึ่งเรียนรู้รูปแบบจากข้อมูล มันเป็นรากฐานของ deep learning และ AI สมัยใหม่
neural network คืออะไร
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)
