← 🧠 Machine Learning

🧠 Network Architect

Parameters:
Active neurons:
Depth:
FPS:
Drag — rotate · Scroll — zoom

🧠 Neural Network Architecture Hyperparameters

A live 3D feed-forward network where changing depth, width, activation function and dropout rate visibly reshapes the model — every neuron and connection is drawn to scale with the current settings.

🔬 What It Demonstrates

Architecture hyperparameters — layer count, layer width, activation choice and dropout — define a network's capacity and parameter count before any training happens. The simulation recomputes and redraws the full graph every time a control changes.

🎮 How to Use

Adjust hidden layers, neurons per layer, dropout rate and activation function, then watch the parameter count and active-neuron count update. Toggle the animated forward pass to see a signal propagate layer by layer, skipping neurons dropped out.

💡 Did You Know?

Doubling a hidden layer's width roughly doubles the weights connected to it on both sides — parameter count grows much faster with width than with depth in a fixed-width network.