ES version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
100% Positive
Analyzed from 247 words in the discussion.
Trending Topics
#linear#data#intuition#using#science#always#probably#wide#scope#example

Discussion (2 Comments)Read Original on HackerNews
Building that intuition is incredibly difficult. It can be learned if one likes to solve and think about problems that way. Like for example you can get quite far with knowing how to use linear regression(for example coefficients of linear regression can be determined using a deterministic algorithm using linear algebra yet knowing the assumptions of linear expected value and constant or variance is more useful as is the knowledge of what probability model to use to define the random variable(hmm are these Bernoulli events or poison)).
How to do sampling(like using reservoir sampling when you have an infinite sample count e.g in a long running crowd sourced survey to not over or under sample buckets for calibration).
Or just rule of thumbs like how # of samples needed for moving decimal point on significance varies roughly as inverse of sqrt of N and probably much more in case of interacting factors.
I would like a book on that :)
It's a very important fundamental for modern data-science, to give one intuition about stochastic gradient descent, high-dimensional models, ... And this book starts with just that. I'm hooked. Thanks for sharing.
See this older hacker news thread as well: https://news.ycombinator.com/item?id=45116849 A Random Walk in 10 Dimensions (2021)