HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vvanirudh

no profile record

Submissions

Kernel Density Estimation: A Primer

vvanirudh.github.io
4 points·by vvanirudh·2 anni fa·0 comments

Histograms for Probability Density Estimation: A Primer

vvanirudh.github.io
27 points·by vvanirudh·2 anni fa·12 comments

Lessons from AlphaZero: Part 1 of blog post series

vvanirudh.github.io
2 points·by vvanirudh·3 anni fa·2 comments

comments

vvanirudh
·2 anni fa·discuss
What sort of help are you looking for?
vvanirudh
·2 anni fa·discuss
If sampling from the density is the only goal, then you are absolutely right. Can directly estimate empirical CDF as you pointed below. But histograms can still be useful to approximate the PDF itself? (taking the derivative of the empirical CDF to estimate PDF is wild as you said)
vvanirudh
·2 anni fa·discuss
Neat! That is so simple and in hindsight, makes a lot of sense. Thanks!
vvanirudh
·2 anni fa·discuss
Haha no worries!
vvanirudh
·2 anni fa·discuss
Yep! The next post would be on Kernel density estimation -- wanted to start from histograms as they are still a useful tool in 1-D and 2-D density estimation, and you don't have to store the data either (unlike KDE)
vvanirudh
·3 anni fa·discuss
Hahaha ty ty!
vvanirudh
·4 anni fa·discuss
Running into this error `RuntimeError: expected scalar type BFloat16 but found Float` when I run `txt2img.py`