Hacker News new | ask | show | jobs
by ctdavies 4401 days ago
They write comments on HN.
1 comments

Those are Markov-chain based text generators. (yes, I got the joke).
Well recently a lot of work has gone into using NNs for natural language processing. Typically it's trained to do something like predict the next word or character in a sequence. Using that you could possibly create a far better generative model than markov chains, and create more realistic sentences. Perhaps you could even combine them (NN gets the output of the markov chain to help make it's prediction.)
:( I wish everyone else did.