Tagged Questions
13
votes
4answers
3k views
Understanding algorithms for measuring trends
What's the rationale behind the formula used in the hive_trend_mapper.py program of this Hadoop tutorial on calculating Wikipedia trends?
There are actually two components: a monthly trend and a ...
8
votes
2answers
330 views
Algorithm(s) for spotting anomalies (“spikes”) in traffic data
I find myself needing to process network traffic captured with tcpdump. Reading the traffic is not hard, but what gets a bit tricky is spotting where there are "spikes" in the traffic. I'm mostly ...
8
votes
4answers
3k views
What is search.twitter.com's “trending topics” algorithm?
What algorithm does twitter use to determine the 10 topics that you can see at search.twitter.com? I would like to implement that algorithm and I would also like to show the 50 most popular topics ...
3
votes
2answers
109 views
How can I calculate the trending nature of a link? [closed]
The above image represents an article's page views over time. I'm looking for a decent, not to complex either physics or statistical calculation that would be able to give me (based on the history ...
0
votes
0answers
98 views
Popular Articles Algorithm w/ Decay
Building a feature of top of existing site w/ articles and videos (posts) that allows people to see what is popular on the site. I have the following fields for each post:
Number of seconds since ...