0% found this document useful (0 votes)
37 views3 pages

Stock Price Prediction Using Machine Learning

Uploaded by

sathish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views3 pages

Stock Price Prediction Using Machine Learning

Uploaded by

sathish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

STOCK MARKET PREDICTION USING MACHINE LEARNING

ABSTARCT :
The prediction of a stock market direction serves as an early recommendation system for short -
term investors and early financial distress warning system for a long term shareholder.
Forecasting accuracy is the most important factor in selecting any forecasting methods. Research
efforts in improving the accuracy of forecasting models are increasing since the last decade. The
appropriate stock selections those are suitable for investment is a very difficult task. The key
factor for each investor is to earn maximum profits on their investments. In this paper support
vector machine algorithm (SVM) is used. SVM algorithm is very specific type of learning
algorithms characterized by the capacity control of the decision function, the user of the kernel
functions and the scarcity of the solution. In this paper, we investigate the predictability of the
financial movement with SVM. To evaluate the forecasting ability of SVM, we compare it
performed with decision trees. These methods are applied on 2 years of data retrieved from
Yahoo finance. The result will be used to analyze the stock prices and their prediction in depth in
future research efforts.

EXISTING SYSTEM:

In the finance world stock trading is one of the most important activities. Stock market prediction
is an act of trying to determine the future value of a stock other financial instrument traded on a
financial exchange. This paper explains the prediction of a stock using Machine Learning. The
technical and fundamental or the time series analysis is used by the most of the stockbrokers
while making the stock predictions. The programming language is used to predict the stock
market using machine learning is Python. we propose a Machine Learning (ML) approach that
will be trained from the available stocks data and gain intelligence and then uses the acquired
knowledge for an accurate prediction. In this context this study uses a machine learning
technique called Support Vector Machine (SVM) to predict stock prices for the large and small
capitalizations and in the three different markets, employing prices with both daily and up- to-
the-minute frequencies.
PROPOSED SYSTEM :

In this project, we have made a time-series analysis and it doesn’t need n- fold cross validation.
Methodology since it’s sequential data. We split our dataset in train and test data. Top 80 percent
of data will be Train data and the remaining will be test. The prediction model, which is based on
SVM and independent analysis, combined called SVM-ICA, is proposed for stock market
prediction. various time series analysis models are based on machine learning. The SVM designed
to solve regression problems in non-linear classification and time series. In this proposed system,
we focus on predicting the stock values using machine learning algorithms like Random Forest
and Support Vector Machines.

SYSTEM CONFIGURATION

HARDWARE REQUIREMENTS:
• Hard disk : 500 GB and above.
• Processor : i3 and above.
• Ram : 4GB and above.

SOFTWARE REQUIREMENTS:
 Operating System : Windows 10 (64 bit)
• Programming Language : Python
• Tool : Jupyter

You might also like