Best Data Science Books According to the Experts
1–10 of 66 posts
Re: Best Data Science Books According to the Experts
#2https://github.com/melling/data-science-from-scratch-swift/b...
I haven’t read it yet but the Think Stats book is available for free online:
Re: Best Data Science Books According to the Experts
#3The Elements of Statistical Learning (ESL) [2] is also a very reputable source.
They also make a good pair: PRML has a Bayesian approach while ESL is traditionally frequentist.
[1] http://users.isr.ist.utl.pt/~wurmd/Livros/school/Bishop%20-%...
Re: Best Data Science Books According to the Experts
#4(Edit: I was wrong about affiliate links. Not deleting to publically self-shame.)
The real data science would be producing articles like this automatically, and with good SEO, to drive revenue.
The list is OK. I've studied ISL (and some of ESL). A friend really enjoyed Think Stats. Charles Wheelan's book is in the same vein as How To Lie With Statistics (Darrell Huff?) but in greater depth.
I started with R because that's what my team was mostly using when I got into this area. Hadley Wickham's free books are good too.
Re: Best Data Science Books According to the Experts
#5Introduction to Statistical Learning is also available for free online:
http://faculty.marshall.usc.edu/gareth-james/ISL/
Although I only read a few chapters from that book, I really like it (but I would have preferred a python version of the book).
Personally, if you have to pick three books from the list, ypu can start with these three options.
Re: Best Data Science Books According to the Experts
#6Pattern Recognition and Machine Learning (PRML) is absolutely recommended. Available for free as well! [1] The Elements of Statistical Learning (ESL) [2] is also a very reputable source. They also make a good pair: PRML has a Bayesian approach while ESL is traditionally frequentist. [1] http://users.isr.ist.utl.pt/~wurmd/Livros/school/Bishop%20-%... [2] https://web.stanford.edu/~hastie/ElemStatLearn/
Re: Best Data Science Books According to the Experts
#7* Vectors, Matrices, and Least Squares — IMO the best beginner-friendly and applications-focused intro to (or review of) linear algebra. Covers a ton of fundamental ground while keeping things consistent and concise. Lots of exercises and a Julia supplement book. (http://vmls-book.stanford.edu/)
* Mathematics for Machine Learning — good coverage of the most important math concepts relevant to ML (https://mml-book.github.io/)
* Forecasting: Principles and Practice — best overall resource on forecasting that I know of; R focus. One of a zillion great R/data science books, virtually all of which are open and well-written. (https://otexts.com/fpp2)
* Dive Into Deep Learning — can’t personally vouch for this one but it looks comprehensive; numpy/PyTorch/TF focus (https://d2l.ai/)
* Speech and Language Processing — clear introduction to all things NLP, nice flow (https://web.stanford.edu/~jurafsky/slp3/)
Re: Best Data Science Books According to the Experts
#8https://henrikwarne.com/2019/07/27/book-review-designing-dat...
Re: Best Data Science Books According to the Experts
#9Re: Best Data Science Books According to the Experts
#10https://news.ycombinator.com/item?id=23520545
Has quite a few of the books mentioned in the post and the comments here.