This document summarizes an approach to use deep learning algorithms to predict the probability that online shoppers will purchase a product based on their website interactions. The approach involves using stacked auto-encoders to reduce the high dimensionality of the product interaction data before applying classification algorithms. Testing on various datasets showed that random forest outperformed logistic regression and that incorporating time data and more training examples improved prediction performance. Further work proposed applying stacked auto-encoders and deep belief networks to fully leverage the large amount of product interaction data.