NaPoGenMo 2017

I found out about NaPoGenMo halfway through April, and decided to do something throwaway and quick for it, unlike my last couple of NaNoGenMo efforts, which have taken much more effort than the end results justified. (I found out about it on Mastodon but that's a story for another blog …

more ...


Annales: Details

This was the first time I submitted a NaNoGenMo entry which aimed at being readable, in contrast to my previous efforts, Everywhere Dense and Neuralgae, which were really abstract. Annales is a generated parody of a very ancient genre, the chronicle, which tells history as a sequence of reigns, deaths …

more ...


Neuralgae Updated

I've updated the algorithm behind neuralgae. It's still the same basic principle: render a deepdraw image based on some random categories, feed the results back through the classifier, and then repeat with the new categories. But the draw part of the cycle now uses the weights from the classification stage …

more ...

Frustrated Quests

@verbquests is a tribute to old-school text adventures, in which it was often difficult to find the correct verb to apply to a noun. It's powered by the Python Natural Language Toolkit, NLTK.

more ...

Neuralgae on Twitter

I've made my first Twitter bot. It posts a new image and accompanying text from my Neuralgae NaNoGenMo project, six times a day, modified slightly so that it fits within the character limit. One of my goals with Neuralgae was to generate something which was in some sense readable, and …

more ...

Neuralgae

For NaNoGenMo (national novel generation month) 2015, I wrote some Python which generates a series of loosely-coupled deepdream images, and adds eight-line surrealist 'poetry' to them based on the image categories used to draw them.

 

The full text is here: Neuralgae.

The source code and a fairly detailed description of …

more ...