deep-learning-book icon indicating copy to clipboard operation
deep-learning-book copied to clipboard

Issue : Typo in `01_weight_zero_learning_rate.py`

Open PrinceSajjadHussain opened this issue 10 months ago • 0 comments

There's a typo in the line ax[0].scatter(X_train[y_trai == 1, 0], X_train[y_train == 1, 1],. y_trai should be y_train. This will cause an error.

PrinceSajjadHussain avatar Jun 22 '25 12:06 PrinceSajjadHussain