You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 01_linear_regression.ipyn, when change the "stop" parameter of np.linspace in line trX = np.linspace(-1, 1, 101) to a larger number like 20 (i.e. trX = np.linspace(-1, 20, 101)), then the learned weight w will be nan.
The text was updated successfully, but these errors were encountered:
In 01_linear_regression.ipyn, when change the "stop" parameter of
np.linspace
in linetrX = np.linspace(-1, 1, 101)
to a larger number like 20 (i.e.trX = np.linspace(-1, 20, 101)
), then the learned weightw
will benan
.The text was updated successfully, but these errors were encountered: