Training Data
y = 2.5 * x + 1 + noise
30 training examples.
Each target receives
independent Gaussian noise.
Resampling creates a new training
dataset, which changes the actual
loss landscape.
Model
y_hat = w1 * x + w2
parameters:
w1, w2
Every point on the landscape
represents a different pair of
model parameters.
Starting Point
Click anywhere on the plot.
The green point is the current
optimizer position.
The yellow line shows its path.