Hacker News new | ask | show | jobs
by smacktoward 2388 days ago
Is the source code available anywhere? I’ve been mulling over a similar project but don’t have a lot of ML experience myself, would be great to look at the innards of a working example...
3 comments

An easy way to get started that doesn't use pure ML is Markovify [1]. I used it for a couple of projects last year.

[1] - https://github.com/jsvine/markovify

This blog post and associated github give a good enough intro to get simple examples working: http://karpathy.github.io/2015/05/21/rnn-effectiveness/
I may open source it. It's pretty easy to get started if you leverage pre-existing libraries for Markov chains and Twitter ingestion.