rasbt / machine-learning-book

Code Repository for Machine Learning with PyTorch and Scikit-Learn
https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn
MIT License
3.66k stars 1.32k forks source link

Chapter 15 code typos. #67

Closed ksmith3372 closed 2 years ago

ksmith3372 commented 2 years ago

I ran across another couple of typos in the book. The Jupyter notebook with the data is correct. Chapter 15, page 508, 2nd code block, line 12 is missing the closing bracket. Chapter 15, page 508, 2nd code block, line 11 should be b_xh rather than b_hh.

rasbt commented 2 years ago

Thanks for taking the time to post these! Added them to the errata!