Y
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
pequalsnp
2387 days ago
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
link
rpvnwnkl
2387 days ago
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/
link
nloui
2387 days ago
I may open source it. It's pretty easy to get started if you leverage pre-existing libraries for Markov chains and Twitter ingestion.
link
[1] - https://github.com/jsvine/markovify