11 Oct 2015
![](/public/img/pgheaderimg.png)
This post shows how we can apply graph analytics to US Congressional data to find influential legislators in Congress. Using the Mazerunner open source graph analytics project we are able to use Apache Spark GraphX alongside Neo4j to run the PageRank algorithm on a collaboration graph of US Congress.
20 Sep 2015
![](/public/img/lgdatamodel.png)
Interactions among members of any large organization are naturally a graph, yet the tools we use to analyze data about these organizations often ignore the graphiness of the data and instead map the data into structures (such as relational databases) that make taking advantage of the relationships in the data much more difficult when it comes time to analyze the data. Collaboration networks are a perfect example. So let's focus on one of the most powerful collaboration networks in the world, the US Congress.
16 Jun 2015
![](/public/img/second_sentence.png)
Discovering paradigmatic word associations is one of the core tasks of Natural Language Processing. In this post we explore a graph based method for mining paradigmatic word associations from a text corpus.
28 May 2015
![](/public/img/full_rec_1.png)
Using article links shared on Twitter to determine a user's interests, we show how to build a personalized content recommender system to suggest other articles the user might be interested in.
11 May 2015
![](/public/img/screenshot.png)
We show how to load data from the Yelp Academic Dataset into Neo4j, then build a webapp to perform geospatial queries on the data and visualize the results on a map.