Foundations & Symbolic AI

Machine Learning

Applications & Frontiers

Perceptron Lab

Sum0.0
0
Weight 10.5
Weight 20.5
Bias-0.5

Formula: Activation if (x1·w1 + x2·w2 + b) > 0

The Black Box

Unlike traditional code where we write the rules, deep learning systems write their own rules based on data. This makes them powerful but often uninterpretable.