This document discusses using machine learning techniques to predict stock market movements. Specifically, it uses a Support Vector Machine (SVM) algorithm with a Radial Basis Function (RBF) kernel to predict stock prices. It describes collecting stock price data, selecting features like price volatility and momentum, training the SVM model on historical data, and generating predictions of future stock prices. The results show the SVM model was able to accurately predict the movements of IBM stock prices based on historical data.