Martin O'Leary

Results 6 issues of Martin O'Leary

This is a book which describes a program which, when executed, generates the original book. Or it's a program which, when executed, generates a book which describes the original program....

completed

Text: https://github.com/mewo2/gontpoetics/blob/master/sample/book.pdf Code: https://github.com/mewo2/gontpoetics This is very much a work-in-progress, but it's November 30 and it may well remain that way forever. The idea was to generate an exegesis of...

completed

This may be me missing something screamingly obvious, but I can't see anywhere in the code where the `trunc_psi` parameter is actually used. In particular, `generate_truncated` looks like this: ```python...

A Nano-NaNoGenMo entry - a 256 character program that walks through the lexicons of Joyce's Ulysses and Dubliners (neither work alone has enough vocabulary), choosing words which have similar sets...

completed
preview

At the moment, the ensemble is calculated at prediction time. This is obviously inefficient if more than one predict() call is made. It also means that it's impossible to interrogate...

enhancement

Running the tinyshakespeare dataset with the default settings, I get timings of around 0.3s/iteration with CPU, but using the OpenCL backend I get more like 2.6s/iteration. These timings seem to...

bug