ML VISUAL LAB / ML Methods

Neural Network

All labs
LIVE CANVASREADY
Parameters and datasets are connected directly to the visual.
Loading visualization...

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.