We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
← All PyTorch tracks
Build a Decision Boundary
PyTorchA complete classifier project: train your model, inspect its learning curve, and export a runnable experiment.
A model you can see
From training loop to decision boundary
Build a linear classifier with a learned bias, watch its loss change, and inspect the regions it predicts. Export your code with a dataset and a separate holdout experiment.
- Compute predictions and a numerically stable loss.
- Train with gradient descent and record the learning curve.
- Inspect your result, then run and adapt the exported script.
Prerequisites: tensor shapes, matrix multiplication, sigmoid and gradients. The project is CPU-friendly; a GPU is optional.
0
/ 1 solved
- 1. Not solved yet. Decision Boundary Lab