ML VISUAL LAB / ML Methods
Neural Network
Intuition
Configure hidden layers, train an XOR network, and inspect neuron activations inside the architecture.
Core Formula
a = sigma(Wx + b)
When to use it?
Deep learning foundations for non-linear data patterns.