Monthly Archives: January 2015

Talk: Balasubramanian Sivan / Optimal Crowdsourcing Contests / Wed 1/28

From: theory-group-admin@cs.washington.edu
Subject: Talk: Balasubramanian Sivan / Optimal Crowdsourcing Contests / Wed 1/28, 3:30pm / CSE 403

SPEAKER: Balasubramanian Sivan (MSR)
TITLE: Optimal Crowdsourcing Contests

WHEN: Wednesday, 1/28, 3:30pm
WHERE: CSE 403

ABSTRACT:
We study the design and approximation of optimal crowdsourcing
contests. Crowdsourcing contests can be modeled as all-pay auctions because
entrants must exert effort up-front to enter. Unlike all-pay auctions where a
usual design objective would be to maximize revenue, in crowdsourcing contests,
the principal only benefits from the submission with the highest quality. We
give a theory for optimal crowdsourcing contests that mirrors the theory of
optimal auction design. We also compare crowdsourcing contests with more
conventional means of procurement and show that crowdsourcing contests are
constant factor approximations to conventional methods.

Joint work with Shuchi Chawla and Jason Hartline.

From: Abraham D. Flaxman
Subject: FW: Talk: Balasubramanian Sivan / Optimal Crowdsourcing Contests / Wed 1/28, 3:30pm / CSE 403

Sorry I missed this. Jason told me about this project a little while back, and it convinced me to enter a contest. It was more fun than writing a grant proposal, and when it was rejected they gave me a 2nd runner up cash prize…

–Abie

Comments Off on Talk: Balasubramanian Sivan / Optimal Crowdsourcing Contests / Wed 1/28

Filed under auctions

Verbal Autopsy methods earlier

A cool addition to the big verbal autopsy study I worked on a few years ago is out now: “symptomatic diagnosis” takes the verbal autopsy approach and applies it to find out what ails people non-fatally. http://www.biomedcentral.com/1741-7015/13/15

sd

Comments Off on Verbal Autopsy methods earlier

Filed under global health

Kish Stuff

A student came by interested in survey statistics and we go to talking about what an amazing person Leslie Kish must have been. We did some googling on it. Here are a few items we found:

http://projecteuclid.org/download/pdf_1/euclid.ss/1032209665
http://www.amstat.org/about/statisticiansinhistory/index.cfm?fuseaction=biosinfo&BioID=9

Click to access Kish_Leslie_1977_edit_(wla_092809).pdf

Comments Off on Kish Stuff

Filed under statistics

Some material on making a world map in Python

http://sensitivecities.com/so-youd-like-to-make-a-map-using-python-EN.html#.VMKgbUfF-Yt

https://www.packtpub.com/books/content/working-geo-spatial-data-python

I just want the outlines of selected countries… that should be easy, right?

2 Comments

Filed under software engineering

A new report from National Academies Press

I am flipping through yet another National Academy report this week. They know what hooks me. This time: What Research Says About Effective Instruction in Undergraduate Science and Engineering (2015). http://www.nap.edu/catalog/18687/reaching-students-what-research-says-about-effective-instruction-in-undergraduate

Lots of ideas for little changes to my class in here…

Capture

I mean, not exactly what I will do, but lots of inspiration.

1 Comment

Filed under science policy

Open and Reproducible Research: Goals, Obstacles, and Solutions

A set of slides from a talk by Matthew Salgnik crossed my inbox recently, titled “Open and Reproducible Research: Goals, Obstacles, and Solutions”. Good stuff! I liked the *bonus points* in the Data-is-available section:

bonus points for releasing extra variables that are not need to reproduce specific analysis.

This gets at what I think is really the point of reproducible research. To make it faster and easier to make new knowledge.

Comments Off on Open and Reproducible Research: Goals, Obstacles, and Solutions

Filed under science policy

To read: Modeling Good Research Practices

I wonder if this will be useful: Modeling Good Research Practices—Overview: A Report of the ISPOR-SMDM Modeling Good Research Practices Task Force-1 http://www.ispor.org/workpaper/Modeling_Methods/Modeling_Good_Research_Practices_Overview-1.pdf

It has quite a lot of best practices!

Comments Off on To read: Modeling Good Research Practices

Filed under disease modeling

Non-parametric regression in Python: Gaussian Processes in sklearn (with a little PyMC)

I’ve got a fun class going this quarter, on “artificial intelligence for health metricians”, and the course content mixed with some of the student interest has got me looking at the options for doing Gaussian process regression in Python. `PyMC2` has some nice stuff, but the `sklearn` version fits with the rest of my course examples more naturally, so I’m using that instead.

But `sklearn` doesn’t have the fanciest of fancy covariance functions implemented, and at IHME we have been down the road of the Matern covariance function for over five years now. It’s in `PyMC`, so I took a crack at mash-up. (Took a mash at a mash-up?) There is some room for improvement, but it is a start. If you need to do non-parametric regression for something that is differentiable more than once, but less than infinity times, you could try starting here: http://nbviewer.ipython.org/gist/aflaxman/af7bdb56987c50f3812b

p.s. Chris Fonnesbeck has some great notes on doing stuff like this and much more here: http://nbviewer.ipython.org/github/fonnesbeck/Bios366/blob/master/notebooks/Section5_1-Gaussian-Processes.ipynb

Comments Off on Non-parametric regression in Python: Gaussian Processes in sklearn (with a little PyMC)

Filed under statistics

Natl Academy report with comics

…about interdisciplinary research, at that: http://www.nap.edu/catalog/11153/facilitating-interdisciplinary-research

Comments Off on Natl Academy report with comics

Filed under science policy

Pretty bug in mpld3

It’s not quite d3-broke-and-made-art quality, but I like the plot in this bug report: https://github.com/jakevdp/mpld3/issues/274#issuecomment-68576519

Comments Off on Pretty bug in mpld3

Filed under dataviz, software engineering