Hugo van Kemenade

Results 1463 comments of Hugo van Kemenade

That's about 50k characters, do you think you can generate 50k words?

Maybe put them in a gist? https://gist.github.com

> I made it way too advanced for what I had time left to do, I could post an unfinished version that still generates 50k words. Would you guys prefer...

As they say, a picture is worth a thousand words :)

> MBOY-DCKI; > OR, THE WHEAL. > BY > HERMAN MELVILLE, > AND A NEURAL NETWORK > > > > CHAPTER 1. Loomings. > > > Call me Ishmael. Go...

Link to novel: https://raw.githubusercontent.com/muffinista/buzzcut/master/buzzcut.txt

@henrikh @danesparza Yep, I did realise that but unfortunately they just had to go to reduce the word count :) I should have replaced "Mrs. Bennet" with her maiden name,...

@bryanrasmussen Word count is all that matters :)

> > PS. Using the 't' contraction instead of 'the' makes this really hard to parse. > > Only in some cases. > > "...by a young man of large...

Thanks for this! Unclear: https://github.com/NaNoGenMo/2017/issues/75: The write-up http://aiweirdness.com/post/167049313837/a-neural-network-tries-writing-the-first-sentence says it used https://github.com/karpathy/char-rnn which is Lua. #81: The repo https://github.com/vgan/BookBot says it used https://github.com/sherjilozair/char-rnn-tensorflow which is Python.