|
|
|
|
|
by codesushi42
2756 days ago
|
|
Unlike the other subjects contained in this book, I do not think that any useful understanding of Probability and Statistics could result from only one or two chapters of coverage. I would recommend a book I found that covers Statistics using Python: Statistical Methods for Machine Learning
https://machinelearningmastery.com/products/ Personally, I much prefer that book to the free "Think Stats" one available. You can also find a book there on Linear Algebra and others related to Deep Learning, all containing real implementations with Python. I have no affiliation with the site; these books have proven so valuable to me that I need to share them. Anyway, the book mentioned in the OP looks like a great foundation and I picked up a copy as a refresher. I would have also liked to have seen coverage of number theory in this book, with RSA being an application, but that too would have required lengthy explanation for any useful insights to be learned. |
|