Tiny DNN Simulation: AND Gate

What's Happening in This DNN?

1. Input

Select input values for A and B:

2. Hidden Layer (ReLU)

Weights:
Biases:

Output: -

z1 (pre-ReLU): -

3. Output Layer (Sigmoid)

z2 (pre-Sigmoid): -

Weights:
Bias:

Output: -

4. Loss Calculation (Binary Cross-Entropy)

Expected Output: Based on AND logic

Loss: -

Epochs: 0