Latent Dirichlet Allocation on Tweets
wellecks.wordpress.com
Latent Dirichlet Allocation on Tweets
1–10 of 14 posts
Re: Latent Dirichlet Allocation on Tweets
#2Re: Latent Dirichlet Allocation on Tweets
#3Shameless plug: if you're interested in MALLET you might also be interested in FACTORIE: http://factorie.cs.umass.edu/
[1] edit: Because I'm not sure if I just made that phrase up or if it came from one of your papers, the idea that ML libraries that take declarative model descriptions are great, but what's even better is if we also have an imperative API that can dynamically generate those declarative specs for us, even based on train-time inputs, so we can essentially "program" the structure of a model but still benefit from keeping everything generalized and declarative at the base.
Re: Latent Dirichlet Allocation on Tweets
#4Shameless plug: if you're interested in MALLET you might also be interested in FACTORIE: http://factorie.cs.umass.edu/
Is development on FACTORIE ongoing? I played with it a bit a long while back and loved the "imperative-declarative[1]" idea you all were pushing for model construction toolkits. [1] edit: Because I'm not sure if I just made that phrase up or if it came from one of your papers, the idea that ML libraries that take declarative model descriptions are great, but what's even better is if we also have an imperative API tha…
Re: Latent Dirichlet Allocation on Tweets
#5http://josephmisiti.github.io/using-latent-dirichlet-allocat...
Re: Latent Dirichlet Allocation on Tweets
#6Re: Latent Dirichlet Allocation on Tweets
#7Shameless plug: if you're interested in MALLET you might also be interested in FACTORIE: http://factorie.cs.umass.edu/
Re: Latent Dirichlet Allocation on Tweets
#8It's a fun exercise for a single tweet feed, but it is unfortunately not very useful when applied to larger scale learning, since you start hitting the model's limitations of a fixed number of topics and, its potentially long runtime, and the fact that it's not an online method (although there are online variants of LDA).
Re: Latent Dirichlet Allocation on Tweets
#9It's a fun exercise for a single tweet feed, but it is unfortunately not very useful when applied to larger scale learning, since you start hitting the model's limitations of a fixed number of topics and, its potentially long runtime, and the fact that it's not an online method (although there are online variants of LDA).
Would you like to point us to some progress on how to overcome these limitations with LDA?
Re: Latent Dirichlet Allocation on Tweets
#10I've read that LDA doesn't work well on short documents. Your approach of concatenating all tweets for a user appears to work quite well. One other technique I've seen is to concatenate multiple tweets together that contain the same hashtag.
One of our intern students at 99designs did some work on applying LDA to classify graphic design tasks:
http://99designs.com.au/tech-blog/blog/2014/01/22/Swiftly-Ma...
.. you might find it interesting. :)