This document proposes using support vector machines (SVMs) to model high-frequency limit order book dynamics and predict metrics like mid-price movement and price spread crossing. It describes representing each limit order book entry as a vector of attributes, then using multi-class SVMs to build models for each metric. Experiments on real data show the selected features are effective for short-term price forecasts. The document provides background on SVMs, describing how they find an optimal separating hyperplane to classify data points into labels.