deep-learning-book
deep-learning-book copied to clipboard
Repository for "Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python"
I'm in the process of reading the book for python machine learning (PML). And I followed the PML to learn more about numpy through the Appendix F of this book....
Hi, love the beginning content. Just wondering about the release date for the paper edition. Many thanks, Best, Andrew
In the file `01_weight_zero_learning_rate.py`, 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 the code to fail.
There is a typo on line 33 of `01_weight_zero_learning_rate.py`. `y_trai` should be `y_train`.
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.
In the `01_weight_zero_learning_rate.py` file, 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 in the code.