Live data from Hacker News

An Introduction to Statistical Learning with Applications in Python

statlearning.com

31–40 of 87 posts

Re: An Introduction to Statistical Learning with Applications in Python

#31
I’ve been meaning to do a comparison of lab zero between the two.

I’ve only had the chance to look over the Python lab for a few minutes, but compared to what I remember from the R labs, it is much, much more involved and longer.

I know HN likes to complain about how difficult and confusing R is, but I think that it is an easier language for beginners or stat inclined people to start doing statistical work in.

/two cents

Re: An Introduction to Statistical Learning with Applications in Python

#32

Off topic, but it's very interesting to observe the ratio of upvotes / comments. On any given chatGPT topic, there are hundreds of comments usually. Here, so far 100 upvotes, only 7 comments. The book looks great - and given the authors, it almost certainly is (I will buy it for sure). It makes me think though about the state of 'ML / AI / Data Science' - and the cynic part of me thinks that this upvotes / comments r…

I imagine a lot of people like this book and are happy to see an update.

In that case it is hard to say anything of value other than an upvote.

Re: An Introduction to Statistical Learning with Applications in Python

#33

ISL is the best intro-level textbook of classic ML methods. It‘s theory-oriented yet simple enough to appeal to a wide audience of students (with basic knowledge in stats, linear algebra, and coding). Having the examples only in R was a pain when teaching with it while using Python. I hope they‘ll now turn this into a series of Jupyter notebooks and distribute it through Colab or similar.

> I hope they‘ll now turn this into a series of Jupyter notebooks You can find them here: https://www.statlearning.com/resources-python

Thanks for sharing. That‘s exactly what I was looking for.

Re: An Introduction to Statistical Learning with Applications in Python

#34
post #2

This is an update to a very popular text which was originally in R. Professors Hastie & Tibshirani are leading educators in statistical learning. They also have a video course following these notes in Stanford Online. Very highly recommended if learning theoretical aspects of classical ML

[deleted]

Re: An Introduction to Statistical Learning with Applications in Python

#35
post #22

Personally, I prefer Bishop (Pattern Recognition and Machine Learning) or Murphy (Probabilistic Machine Learning: An Introduction).

Those books are in a completely different ballpark.

Those are what most universities around the world use for their introductory machine learning courses.

Re: An Introduction to Statistical Learning with Applications in Python

#36

Personally, I prefer Bishop (Pattern Recognition and Machine Learning) or Murphy (Probabilistic Machine Learning: An Introduction).

It's worth noting that neither of those books contain any code at all.

I suppose that's what makes the ISLA being translated such a big deal. A sufficiently advanced student in ML/Statistical modeling doesn't really need code at all since it should be fairly trivial to translate the mathematical models into computational ones, and the ability to do so is a prerequisite to understanding these models in the first place.

Re: An Introduction to Statistical Learning with Applications in Python

#37

Off topic, but it's very interesting to observe the ratio of upvotes / comments. On any given chatGPT topic, there are hundreds of comments usually. Here, so far 100 upvotes, only 7 comments. The book looks great - and given the authors, it almost certainly is (I will buy it for sure). It makes me think though about the state of 'ML / AI / Data Science' - and the cynic part of me thinks that this upvotes / comments r…

This is pure gatekeeping. The math behind LLMs, that is, the math behind Neural Nets, is undergrad freshman level Calculus and some linear algebra. Not really complex at all. Can you deal with derivatives, the chain rule and matrix multiplications? Great you know all the "math" behind Deep Learning.

Re: An Introduction to Statistical Learning with Applications in Python

#38

Off topic, but it's very interesting to observe the ratio of upvotes / comments. On any given chatGPT topic, there are hundreds of comments usually. Here, so far 100 upvotes, only 7 comments. The book looks great - and given the authors, it almost certainly is (I will buy it for sure). It makes me think though about the state of 'ML / AI / Data Science' - and the cynic part of me thinks that this upvotes / comments r…

There's a meme where it shows someone stepping over all the steps to understand how to think about and analyze data directly to BERT. Well now people are stepping past BERT to stable diffusion and ChatGPT. It's been like this for years. Most work environments suffer from it in a bad way. I don't envy practicing data scientists managing expectations.

Interesting seeing job postings wanting 5+ years of LLM experience. Like unless you were at OpenAI working on GPT-1 or Google on BERT there's no one else in the world with that much experience and your shitty Startup/Fortune 500 company can't afford them anyway.

Re: An Introduction to Statistical Learning with Applications in Python

#39
I loved the youtube series that accompanied earlier versions of this book - https://www.youtube.com/watch?v=5N9V07EIfIg&list=PLOg0ngHtcq...

It can be watched without the book. The coding parts can be skipped. It has some insights missing in the book, and they've got an amazing mix of incredible technical talent and a great ability to distill and explain concepts.

Re: An Introduction to Statistical Learning with Applications in Python

#40

Earlier quoted context omitted.

There's a meme where it shows someone stepping over all the steps to understand how to think about and analyze data directly to BERT. Well now people are stepping past BERT to stable diffusion and ChatGPT. It's been like this for years. Most work environments suffer from it in a bad way. I don't envy practicing data scientists managing expectations.

Interesting seeing job postings wanting 5+ years of LLM experience. Like unless you were at OpenAI working on GPT-1 or Google on BERT there's no one else in the world with that much experience and your shitty Startup/Fortune 500 company can't afford them anyway.

Interesting seeing job postings wanting 5+ years of LLM experience.

Since they're probably using ChatGPT to generate these job reqs - this is only to be expected.

Post reply on HN