Readit News logoReadit News
thegginthesky commented on The Remarkable Life of Ibelin   thetimes.com/life-style/p... · Posted by u/_tk_
card_zero · a year ago
OK, WoW is great and rich and fulfilling, but also, DMD is not necessarily a prison sentence. I think that covers all the bases?
thegginthesky · a year ago
This is not the point. The point is you misquoted the article without understanding the full context, and was corrected. The parents weren't judgmental of an online life, they were just unaware. Matter of fact, on the documentary from one of the replies, it felt that they were glad their son had good friends who really cared about him.
thegginthesky commented on Ask HN: Did you regret staying at a job for too long?    · Posted by u/hellohihello135
thegginthesky · 2 years ago
I'm a similar position as you in terms of job, salary and balance.

But this is my 5th job out of college and the longest I've been in a single job. When I hit my 4year mark, I started to think that the grass is greener on the other side and looked for opportunities here and there.

A few years in and I didn't find the right place that would make me jump ship. I have high standards and I can spot redflags based on past experiences in jobs in multiple countries.

I also found out that after I got older and accrue more responsibilities outside work, my job became a much smaller focal point of my life.

I'd rather be employed in an okay place, being paid a competitive enough salary (75% in the curve), and have opportunity to learn new things in the job and out, even if I don't love the field. As opposed to try a new job and risk being put in a toxic work environment and lose the balance I have now.

If you are not growing as an engineer, going to a new job might not help you and could be detrimental. It's much better to learn new things while you have the time to do so. Find an area you want to learn more, try new projects or courses, and have fun at your own pace.

thegginthesky commented on Show HN: Tea-tasting, a Python package for the statistical analysis of A/B tests   e10v.me/tea-tasting-analy... · Posted by u/e10v_me
e10v_me · 2 years ago
Thank you! I hope it will be useful for you.

Regarding your question, first, I'd like to understand what problem you want to solve, and whether this approach will be useful for other users of tea-tasting.

thegginthesky · 2 years ago
No problem! I have most of the code in very small functions that I'd be willing to contribute.

At my company we have very time sensitive AB tests that we have to run with very few data points (at most 20 conversions per week, after 1000 or so failures).

We found out that using Bayesian A/B testing was excellent for our needs as it could be run with fewer data points than regular AB for the sort of conversion changes we aim for. It gives a probability of group B converting better than A, and we can run checks to see if we should stop the test.

Regular ABs would take too long and the significance of the test wouldnt make much sense because after a few weeks we would be comparing apples to oranges.

thegginthesky commented on Show HN: Tea-tasting, a Python package for the statistical analysis of A/B tests   e10v.me/tea-tasting-analy... · Posted by u/e10v_me
thegginthesky · 2 years ago
Great package! I'll test it out on my free time.

I'm wondering if you'd like to accept a contribution for Bayesian AB Testing, based on this whitepaper[0] and developed in Numpy.

If so, we can chat at my email gbenatt92 at zohomail dot com, or I can open a draft PR to discuss the code and paper.

[0]https://vwo.com/downloads/VWO_SmartStats_technical_whitepape...

thegginthesky commented on Bayesian Statistics: The three cultures   statmodeling.stat.columbi... · Posted by u/luu
0xdde · 2 years ago
I could be wrong, but my sense is that ML has leaned Bayesian for a very long time. For example, even Bishop's widely used book from 2006 [1] is Bayesian. Not sure how Bayesian his new deep learning book is.

[1] https://www.microsoft.com/en-us/research/publication/pattern...

thegginthesky · 2 years ago
I stand corrected! It was my impression that many methods used in ML such as Support Vector Machines, Decision Trees, Random Forests, Boosting, Bagging and so on have very deep roots in Frequentist Methods, although current CS implementations lean heavily on optimizations such as Gradient Descent.

Giving a cursory look into Bishop's book I see that I am wrong, as there's deep root in Bayesian Inference as well.

On another note, I find it very interesting that there's not a bigger emphasis on using the correct distributions in ML models, as the methods are much more concerned in optimizing objective functions.

thegginthesky commented on Bayesian Statistics: The three cultures   statmodeling.stat.columbi... · Posted by u/luu
brcmthrowaway · 2 years ago
Where does Deep Learning come in?
thegginthesky · 2 years ago
Most models are derived of Machine Learning principles that are a mix of classic probability theory, Frequentist and Bayesian statistics and lots of Computer Science fundamentals. But there have been advancements in Bayesian Inference and Bayesian Deep Learning, you should check the work of frameworks like Pyro (built on top of PyTorch)

Edit: corrected my sentence, but see 0xdde reply for better info.

thegginthesky commented on Bayesian Statistics: The three cultures   statmodeling.stat.columbi... · Posted by u/luu
refulgentis · 2 years ago
I see, so academics are frequentists (attackers) or objective Bayes (naive), and the people Doing Science are pragmatic (correct).

The article gave me the same vibe, nice, short set of labels for me to apply as a heuristic.

I never really understood this particular war, I'm a simpleton, A in Stats 101, that's it. I guess I need to bone up on Wikipedia to understand what's going on here more.

thegginthesky · 2 years ago
Frequentist and Bayesian are correct if both have scientific rigor in their research and methodology. Both can be wrong if the research is whack or sloppy.
thegginthesky commented on Bayesian Statistics: The three cultures   statmodeling.stat.columbi... · Posted by u/luu
RandomThoughts3 · 2 years ago
I’m always puzzled by this because while I come from a country where the frequentist approach generally dominates, the fight with Bayesian basically doesn’t exist. That’s just a bunch of mathematical theories and tools. Just use what’s useful.

I’m still convinced that Americans tend to dislike the frequentist view because it requires a stronger background in mathematics.

thegginthesky · 2 years ago
It's because practicioners of one says that the other camp is wrong and question each other's methodologies. And in academia, questioning one's methodology is akin to saying one is dumb.

To understand both camps I summarize like this.

Frequentist statistics has very sound theory but is misapplied by using many heuristics, rule of thumbs and prepared tables. It's very easy to use any method and hack the p-value away to get statistically significant results.

Bayesian statistics has an interesting premise and inference methods, but until recently with the advancements of computing power, it was near impossible to do simulations to validate the complex distributions used, the goodness of fit and so on. And even in the current year, some bayesian statisticians don't question the priors and iterate on their research.

I recommend using methods both whenever it's convenient and fits the problem at hand.

thegginthesky commented on Bayesian Statistics: The three cultures   statmodeling.stat.columbi... · Posted by u/luu
thegginthesky · 2 years ago
I miss the college days where professors would argue endlessly on Bayesian vs Frequentist.

The article is very well succinct and even explains why even my Bayesian professors had different approaches to research and analysis. I never knew about the third camp, Pragmatic Bayes, but definitely is in line with a professor's research that was very through on probability fit and the many iteration to get the prior and joint PDF just right.

Andrew Gelman has a very cool talk "Andrew Gelman - Bayes, statistics, and reproducibility (Rutgers, Foundations of Probability)", which I highly recommend for many Data Scientists

thegginthesky commented on I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA    · Posted by u/proberts
thegginthesky · 2 years ago
Hey Peter, I'm a foreigner residing abroad with an american spouse of 10 years and we have kids holding American Passports. I'm currently working as a contractor for a company in the US, but I'm thinking of moving to the US and applying for the IR1 visa due to family reasons. I am the primary earner of the household.

What are my limitations in this case? Can I keep the contract I'm currently in while the visa process chugs along? What about proof of income?

u/thegginthesky

KarmaCake day532July 2, 2018
About
Email: gbenatt92 at zohomail dot com
View Original