This document summarizes an undergraduate project to build a model that can efficiently represent nodes in large social networks as low-dimensional vectors. The project uses the LINE algorithm from the baseline paper as a starting point. Specifically, the project implements LINE's first-order and second-order proximity models in Torch and combines the learned embeddings, unlike the baseline paper which trains the models independently. The project aims to represent over 10,000 nodes from the BlogCatalog dataset within a scalable neural network model written in Lua using the Torch framework.