Live data from Hacker News

Best Data Science Books According to the Experts

builtin.com

11–20 of 66 posts

Re: Best Data Science Books According to the Experts

#11
I find it weird that this (free) book was omitted:

- Goodfellow et al. Deep learning. MIT press, 2016. https://www.deeplearningbook.org/

And there is the book about DL with Python published by Manning in 2017, but not the book about DL with PyTorch, published by Manning in 2020?

- Stevens et al. Deep Learning with PyTorch. Manning Publications, 2020. https://www.manning.com/books/deep-learning-with-pytorch

Re: Best Data Science Books According to the Experts

#12
post #11

I find it weird that this (free) book was omitted: - Goodfellow et al. Deep learning. MIT press, 2016. https://www.deeplearningbook.org/ And there is the book about DL with Python published by Manning in 2017, but not the book about DL with PyTorch, published by Manning in 2020? - Stevens et al. Deep Learning with PyTorch. Manning Publications, 2020. https://www.manning.com/books/deep-learning-with-pytorch

Goodfellow's book is a poor learning experience. It only makes sense if you already know the material in the book.

Re: Best Data Science Books According to the Experts

#13
post #8

The article notes that "Designing Data-Intensive Applications" is perhaps not a typical data science book, but it is still very useful. I agree. It is a fantastic book - one of the best technical books I have read. I wrote why, and a summary of it here: https://henrikwarne.com/2019/07/27/book-review-designing-dat...

There's a very real chance that it's mentioned in the article purely because it has the word "data" in the title.

Re: Best Data Science Books According to the Experts

#15
post #12
post #11

I find it weird that this (free) book was omitted: - Goodfellow et al. Deep learning. MIT press, 2016. https://www.deeplearningbook.org/ And there is the book about DL with Python published by Manning in 2017, but not the book about DL with PyTorch, published by Manning in 2020? - Stevens et al. Deep Learning with PyTorch. Manning Publications, 2020. https://www.manning.com/books/deep-learning-with-pytorch

Goodfellow's book is a poor learning experience. It only makes sense if you already know the material in the book.

[deleted]

Re: Best Data Science Books According to the Experts

#16
While there are some good picks (especially "An Introduction to Statistical Learning with Applications in R" and "Deep Learning with Python" by Chollet, the Keras author), I am surprised it is missing "Information Theory, Inference, and Learning Algorithms" by David MacKay (http://www.inference.org.uk/itila/book.html).

The "Bayesian Inference and Machine Learning" track gives a nice foundation to anything with "log loss". After that even k-means won't be an ad-hoc algorithm.

Re: Best Data Science Books According to the Experts

#17
It's definitely one of the least technical ones in the list, but "Weapons of Math Destruction" is a must read for anyone deploying models that directly affect users. Its general point is that opaque judgement systems, such as how social media platforms these days seem to arbitrarily remove content, are only going to get worse with black box models. AI ethics are seldom taught, and this one provides a good framework for thinking about how to build effective, yet fair systems.

Re: Best Data Science Books According to the Experts

#18
post #5

I have Deep Learning with Python (Chollet, first edition) and Hands-On Machine Learning (Géron, first edition). Both books are highly recommended. Introduction 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…

You can find a couple of repos (google them) that show the exercises in Python, I had written a post on my own blog some time ago: https://www.franzoni.eu/machine-learning-a-sound-primer/

Re: Best Data Science Books According to the Experts

#19
The frequency with which Kevin Murphy's ML book gets left out of these lists in almost bewildering.

If I had to choose 1 book as the ML bible, then it would be Murphy's (contrasted against Bishop and ESL) for the following reasons:

1. It uses CS jargon. (Bishop's book while great, uses Math/physics notation/jargon which add a barrier to entry)

2. It is more up to date and comprehensive (It covers everything from probabilistic models, traditional models, to neural networks all the way up to 2015 or so, unlike say ESL which is more introductory)

3. Everything in deep learning past 2015, is better learnt through papers/video lectures than any book. (A lot of it is intuition and not truths. There is a certain authority to books that belies our lack of understanding of NNs. Opinions on popular operations such as Dropout, Batch Norm, saliency maps have changed drastically over the last few years)

4. My ML professor used it for our upper grad level ML course and I came out very satisfied. (nothing quite like personal validation). I have read ESL and found it to be better as reading for an intro to ML course. I tried reading Bishop, and didn't like it :| )

Re: Best Data Science Books According to the Experts

#20
post #19

The frequency with which Kevin Murphy's ML book gets left out of these lists in almost bewildering. If I had to choose 1 book as the ML bible, then it would be Murphy's (contrasted against Bishop and ESL) for the following reasons: 1. It uses CS jargon. (Bishop's book while great, uses Math/physics notation/jargon which add a barrier to entry) 2. It is more up to date and comprehensive (It covers everything from prob…

Looks like the Murphy book is $80 in hardback, they have a similar priced kindle version that doesn’t even have a cover image. Feels like this book is really for the college textbook market. Likely why it hasn’t gotten wider coverage.
Post reply on HN