James Bergstra
James Bergstra
Make sure that these options are being set correctly in theano's ConvOp
asdfasdf
nbconvert helps here too? Run notebooks start-to-finish to ensure no stale code. Add some asserts to notebooks to make them regression tests?
publish notebook pages to html, script the upload to github-hosted website
- what theano is about - credits - who uses it, project history - it's fast -- show some benchmarks - connection to other projects - show project website -...
Now that we have mixture models - we can test that sampling distributions, cdf, and pdf match. Essentially the tests should draw a bunch of samples - put down gaussians...
Write a generic test that verifies lpdf functions sum to 1 in particular cases where numerical error can be kept under control.
There are many distributions in scipy.stats. They come with logpdf, cdf, logcdf, etc. Make these available via a few standard Ops.