Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 829 Bytes

File metadata and controls

9 lines (5 loc) · 829 Bytes

Google-stocks-OHLC-average-prediction-using-Linear-Regression-and-SVR

Predicting stock prices using machine learning is a hot topic today. Here linear regression and Support Vector Regression is used to predict the stock prices. Among them SVR method with Radial Basis Function kernel gave best resluts in stock predicting although SVM method is best suitable for classification not necessarily regression

alt text

OHLC (stock open high low and close prices) are the main representing figures of stock exchange. These values are shown in a candlestick graph

alt text