Hints
DL-C03-C-001
Compute the dot product first, then add the bias.
DL-C03-C-002
The bias is the constant term.
DL-C03-C-003
A score vector has one entry per class.
DL-C03-C-004
Use (batch, input_features) x (input_features, classes).
DL-C03-C-005
Substitute x_1 = 4 and x_2 = 5.
DL-C03-C-006
In two dimensions, a linear equation gives a line.