Daily Archives: October 19, 2018

A paper I just read

I read random papers once in a while from the AMS Math Reviews program, and I read one recently about an MCMC approach to X-ray imaging. It was a fun, detailed look at a few different ways to do sampling, and use effective sample size to figure out which worked better when.

It did also leave me wondering what the giant X-ray machines buried 1,000 feet underground are for, though.

Comments Off on A paper I just read

Filed under MCMC, Uncategorized

NLP in Python: n-gram language model for Verbal Autopsy responses

This turned out to be a bit of a downer, but it was a good learning exercise, and the general approach will be useful for generating test data on a different project.  See notebook here.

Comments Off on NLP in Python: n-gram language model for Verbal Autopsy responses

Filed under Uncategorized