Computer Age Statistical Inference: Algorithms, Evidence and Data Science
11–20 of 29 posts
Re: Computer Age Statistical Inference: Algorithms, Evidence and Data Science
#12How much math must one know to be able to read this book? Is this an introductory book?
Re: Computer Age Statistical Inference: Algorithms, Evidence and Data Science
#13Earlier quoted context omitted.
Can you specify which book you mean, when you say "ISLR"? Thanks!
This one: http://www-bcf.usc.edu/~gareth/ISL/ Not to be confused with this one: https://web.stanford.edu/~hastie/ElemStatLearn/ (a.k.a. ESL)
Re: Computer Age Statistical Inference: Algorithms, Evidence and Data Science
#14Re: Computer Age Statistical Inference: Algorithms, Evidence and Data Science
#15 pdfcrop --verbose --margins "20 30 20 30" --bbox "110 180 440 740" casi.pdf
trims the over-large margins without clipping any content.http://manpages.ubuntu.com/manpages/precise/en/man1/pdfcrop....
Re: Computer Age Statistical Inference: Algorithms, Evidence and Data Science
#16How much math must one know to be able to read this book? Is this an introductory book?
It assumes you know a fair bit. McElreath's _Statistical Rethinking_ is a better introduction: http://xcelab.net/rm/statistical-rethinking/
It's more a good book for introduction bayesian statistic. And it's super math/stat lite.
If you really want to stick with Bayesian Statistic and need a comprehendsive stat for a foundation a better book would be: Doing Bayesian Data Analysis by John K. Kruschke.
Re: Computer Age Statistical Inference: Algorithms, Evidence and Data Science
#17Another amazing book from Hastie/Efron. The ISLR book was my first foray into ML and landed me my current job. Will be sure to devour this one as well!
Re: Computer Age Statistical Inference: Algorithms, Evidence and Data Science
#18Earlier quoted context omitted.
This one: http://www-bcf.usc.edu/~gareth/ISL/ Not to be confused with this one: https://web.stanford.edu/~hastie/ElemStatLearn/ (a.k.a. ESL)
Do you happen to know how the two books compare to each other?
Re: Computer Age Statistical Inference: Algorithms, Evidence and Data Science
#19Efron is the creator of bootstrap. Hastie iirc is one of the two responsible for LASSO, Ridge, and I think elasticnet.
I believe Hastie has done lots of work on LASSO/L_1 norm related regularization methods and algorithms though.