Stock Market Prediction Using Machine Learning
Stock Market Prediction Using Machine Learning
Stock Market Prediction Using Machine Learning
net/publication/328930285
CITATIONS READS
0 5,636
1 author:
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
Intelligent Smart Zone Based Vehicle Speed Control System Using RF View project
All content following this page was uploaded by Kranthi Sai Reddy Vanukuru on 16 November 2018.
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1032
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
both, regression and classification. The SVM involves in a center, so that. Any function which satisfies the property is
plotting of data as point in the space of n dimensions. a radial function.
These dimensions are the attributes that are plotted on RBF = Local Response Function
particular co-ordinates. SVM algorithm draws a boundary
over the data set called as the hyper-plane, which separates The RBF Kernel is nothing more than a low-band pass
the data into two classes as shown in the Fig 1. filter, which is well known in Signal Processing as a tool to
smooth images. RBF Kernel acts as the prior that selects out
smooth solutions.
(∑ )µ+b ≥ 0
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1033
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
3. Model Creation and Evaluation Methods Step 2: In the next step the data value of any stock that can
be converted into the CSV file (Comma Separate Value) so
In this paper we focus on predicting the Stock Market that it will easily load into the algorithm.
using Machine Learning model i.e., Support Vector Machine
(SVM) by RBF kernel. Step 3: In the next step in which GUI is open and when we
click on the SVM button it will show the window from which
3.1 Feature Selection we select the stock dataset value file.
In this project we use four features to predict stock price
Step 4: After selecting the stock dataset file from the folder it
direction – price volatility, price momentum, sector
will show graph Stock before mapping and stock after
volatility, and sector momentum. More details are provided
mapping.
in Table 1, styled in the form used by Kim [4].
Table 1: Features used in SVM Step 5: The next step algorithm calculated the log2c and
log2g value for minimizing error. So, it will predict the graph
for the dataset value efficiently.
Feature Description Formula
Name
Step 6: In final step algorithm display the predicted value
σs Stock price volatility. graph of select stock which shows the original value and
This is an average predicted value of the stock.
over the past n days
of percent change in 4. RESULTS
the given stock’s
price per day.
Stock This is an average of
Momentum the given stock’s
momentum over the
past n days. Each day
is labeled 1 if closing
price that day is
higher than the day
before, and −1 if the
price is lower than
the day before.
σi Index volatility. This
is an average over
the past n days of
percent change in the
index’s price per day.
Index This is an average of
Momentum the index’s Fig -4: Stock dataset for IBM Inc. in CSV file
momentum over the
past n days. Each day
it is labeled 1 if
closing price that day
is higher than the day
before, and −1 if the
price is lower than
the day before
Step 1: This step is important for the download data from the
net. We are predicting the financial market value of any
stock. So that the share value up to the closing date are
download from the site.
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1034
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
5. CONCLUSION
REFERENCES
[1] Zhen Hu, Jibe Zhu, and Ken Tse “Stocks Market
Prediction Using Support Vector Machine”, 6th
International Conference on Information Management,
Innovation Management and Industrial Engineering,
2013.M.
[2] Wei Huang, Yoshiteru Nakamori, Shou-Yang Wang,
“Forecasting stock market movement direction with
support vector machine”, Computers & Operations
Research, Volume 32, Issue 10, October 2005, Pages
2513–2522.
[3] N. Ancona, Classification Properties of Support Vector
Machines for Regression, Technical Report, RIIESI/CNR-
Nr. 02/99.
[4] K. jae Kim, “Financial time series forecasting using
support vector machines,” Neurocomputing, vol. 55,
2003.
[5] Debashish Das and Mohammad shorif uddin data mining
and neural network techniques in stock market
prediction: a methodological review, international
journal of artificial intelligence & applications, vol.4,
no.1, January 2013
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1035