<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Stock Market Prediction Using Machine Learning Techniques</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jagruti Hota</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sujata Chakravarty</string-name>
          <email>chakravartys69@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bijay K. Paikaray</string-name>
          <email>bijaypaikaray87@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Harshvardhan Bhoyar</string-name>
          <email>harshvardhan.b@srisriuniversity.edu.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>CEUR Workshop Proceedings (CEUR-WS.org)</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>(SVR)</institution>
          ,
          <addr-line>Artificial Neural Network (ANN), Random Forest (RF), Decision Tree, DT</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dept. of CSE, Centurion University of Technology and Management</institution>
          ,
          <addr-line>Odisha</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Faculty. of Management Studies, Sri Sri University</institution>
          ,
          <addr-line>Odisha</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Machine Learning</institution>
          ,
          <addr-line>Stock Price, Prediction, American Airlines</addr-line>
          ,
          <country>Support Vector Machine</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>School of Information &amp; Communication Technology, Medhavi Skills University</institution>
          ,
          <addr-line>Sikkim</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <fpage>163</fpage>
      <lpage>171</lpage>
      <abstract>
        <p>The stock market is a very important activity in the finance business. Its demand is consistently growing. Stock market prediction is the process of determining the future value of company stock or other financial instruments traded on a financial exchange. For some decades Artificial Neural Network (ANN), which is one intelligent data mining technique has been used for Stock Price Prediction. It has been trusted as the most accurate consideration. machine learning models for stock price prediction. We have trained the available stock data of American Airlines for this project. The programming language that we have used in this paper is Python. The Machine Learning (ML) models used in this project are Decision Tree (DT), Support Vector Regression (SVR), Random Forest (RF), and ANN. The data here is split into 70% for training and 30% for testing. The dataset contains stock data for the last 5 years. From the simulation results, it is shown that Random Forest performs better as compared to others. Thus, it can be used in the real-time implementation.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The Stock Market is the accumulation of stockbrokers, traders, and investors who sell buy or
share trades. There are so many companies that provide their stock list on market, these make
their stocks attractive to investors [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Because ever since the 16s investors are trying different
techniques to get knowledge about different companies to improve their investment returns [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
It plays a very important role in increasing a developing country’s economic status like India
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The demand for Stock Market is growing significantly. We all know that it has been in
focus for many years because of the outstanding profits [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Lots of wealth are traded daily
through the stock market and so it is seen as one of the most profitable financial outlets [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
Now, the stock market is one of the factors which shows a country’s economy [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Many people
invest a handsome amount of money in the share market but sometimes they tend to incur very
huge losses because they depend upon the stockbrokers, who advise investors based on
fundamental, technical, and time series [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Investors have been trying to find an intelligent
idea to overcome such problems. This is where Stock Price Prediction comes into action
because predicting stock prices is very necessary [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>2020 Copyright for this paper by its authors.</p>
      <p>
        Stock Price Prediction's main idea is to accurately predict the future financial outcome
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In the past few years, Machine Learning algorithms are seen to give promising results
in various industries, so many traders are applying these techniques to their respective fields
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        ML can be applied as a game-changer [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. In this paper, some experimentation is done
by taking different ML algorithms to predict the opening price of American Airlines stocks.
The Machine learning (ML) algorithms that we have used are Random Forest (RF),
Decision Tree (DT), Support Vector Regressor (SVR), and Artificial Neural Network [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
Prediction of Stocks is based on the opening price of the day for this paper.
      </p>
      <p>The remaining paper has been laid out in the following order. In section -2 literature
survey has been reviewed followed by section -3 where various approaches or different
machine learning algorithms used have been discussed. In section-4 the problems that
occurred or that needed to be improved previously have been addressed. Section-5
represents all the information about the dataset. In section-6 the results and future works
have been discussed and in section-7 the paper has been concluded.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Literature Survey</title>
      <p>
        Since the introduction of the Stock Market so many predictors are constantly trying to
predict stock values using different Machine Learning algorithms such as Support Vector
Regressor (SVR), Linear Regression (LR), Support Vector Machine (SVM), Neural
Networks Genetic Algorithms, and many more [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] on stocks of various companies.
      </p>
      <p>
        There is a diversity in many papers based on different parameters. Many different ML
algorithms are used by different authors based on different parameters. Some authors
believe that Neural Networks have given better performance as compared to other
approaches [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Like, in paper [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] Hiransha M and GopalKrishnan E. A has trained four
models Multi-Layer Perceptron (MLP), Recurrent Neural Network (RNN), Convolutional
Neural Network (CNN), and Long Short-Term Memory (LSTM) and it was observed that
CNN has performed better than the other three networks. On the other hand, many authors
believe that Support Vector Regression which is known to solve regression and prediction
problems gives better performance as seen in paper [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] by Haiqin Yang, Laiwan Chan, and
Irwin King. In paper [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] Paul d. Yoo has trained 3 models Support Vector Machine,
CaseBased Reasoning classifier (CBR), and Neural Networks (NN) from which Neural has given
the most appropriate prediction. Sumeet et al [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] has done an approach where they have
combined two distinct fields for stock exchange analysis. It merges price prediction based
on real time data as well as historical data with news analysis. In this paper LSTM(Long
Short-Term Memory) is used for prediction. The datasets are collected from large sets of
business news in which relevant and live data information is present. Then the results of
both analyses are combined to form a response which helps visualize recommendation for
future increases.
      </p>
      <p>So, in many papers, it has been seen that neural networks give the expected
prediction value.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Approaches</title>
      <p>In this project, prediction is carried out by using these ML algorithms. These are Decision
Tree, Support Vector Regression, Random Forest, and Artificial Neural Network.
3.1.</p>
    </sec>
    <sec id="sec-4">
      <title>Decision Tree Methodology</title>
      <p>It is a supervised ML, which is used for both regressions as well as classification. That
is how it is also called CART Classification and Regression Trees. In this algorithm, two
nodes are present namely Decision Node which is for making the decisions and can be
divided into multiple branches and Leaf Node which gives the output of decisions and this
node can’t be further divided into many nodes. The following is the formula for Leaf Node:
  =   −   (1)
Branches-Here decision rules are set by which nodes can be divided further.
For Prediction, it starts from the root node, compares values of the real attribute with the
root attribute, and based on that comparison it follows the branch and jumps to the next
node. This process continues until it reaches the leaf node of the tree.</p>
      <p>Entropy-It is a metric that helps in measuring error in a given attribute. The formula to
find entropy is:</p>
      <p>Entropy(s)= -P(yes)log2 P(yes)- P(no) log2 P(no) (2)
Here, (S) implies the Total number of samples. P (yes) refers to the Probability of S and</p>
      <p>P (no) means the Probability of no.</p>
    </sec>
    <sec id="sec-5">
      <title>3.2 Support Vector Regression Methodology</title>
      <p>It is a Supervised Machine learning algorithm used for regression analysis. It finds the
function that helps us approximate mapping based on the training sample from an input
domain to real numbers. The Terminologies contained in this are Hyperplane -this is the
line that is used to predict the continuous output. Kernel helps to find hyperplanes in
higher dimensional space without increasing the computational cost of it and the decision
boundary is a simplification line that differentiates positive examples and negative
examples.</p>
    </sec>
    <sec id="sec-6">
      <title>3.3 Random Forest Methodology</title>
      <p>
        Random forest is a supervised Machine Learning algorithm that is used for Regression
analysis. This overcame the problem of overfitting as seen in the decision Tree [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. It is an
ensemble learning method. The steps for prediction are first a random k data point is picked
from the training set then accordingly the decision tree is built. Then choose the number of
trees we want to build and again follow the previous steps. From every new data point, make
N tree Trees predict the value of Y for data points and assign new data points across all of
y predicted Y values.
      </p>
    </sec>
    <sec id="sec-7">
      <title>3.4 Artificial Neural Network Methodology</title>
      <p>
        An artificial Neural network is an interconnection of nodes that is like the biological
neuron in our body but not similar. For the last few decades, ANN has been used for Stock
Price Prediction [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. It contains three layers, first is the Input Layer – this layer takes
different inputs variable from the user then, the hidden layer-This layer is present between
the input layer which identifies all hidden features and patterns and the last layer is the
Output layer- This layer provides the final output. ANN takes different inputs and multiplies
them with the specified weights for each with an activation function for the activation of
neurons.
      </p>
      <p>The formula of the transfer function is:</p>
      <p>∑ =1 
∗ 
+ 
(3)
Here, b is the threshold value. Xi is input and value and Wi is the weight.</p>
    </sec>
    <sec id="sec-8">
      <title>4. Problem Statement</title>
      <sec id="sec-8-1">
        <title>5.1 Data Preprocessing</title>
        <p>are dropped.</p>
      </sec>
      <sec id="sec-8-2">
        <title>5.2 Data Splitting</title>
        <p>Now, stockbrokers who execute trading mainly depend on their experience, price trends,
or fundamental analysis i.e. - buy or hold to select stocks. These methods may lead to great
losses to investors if they make any wrong decisions because these are personalized and
short-sighted due to their limited capacity. Lack of prominent results may lead to reluctance
to participate in trading by investors. So, to overcome these drawbacks it is important to
have a tool that can guide us on proper trading methods and consequences. Technical and
fundamental analysis are the basis of future stock market Prediction.</p>
      </sec>
      <sec id="sec-8-3">
        <title>Here, Machine Learning methods come into action. These methods can help us analyze stock prices over time and create ideas about them and then help us in prediction and can be used to model a tool.</title>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>5. Stock Market Prediction Architecture</title>
      <p>Stock market data of American airlines from 2-08-2013 to 2-07-2018 has been used as
a dataset in this project. This dataset has 1258 rows and 7 columns. Each row represents the
information for a single day. For columns, the following are the feature description.
It includes searching for essential missing or null values and replacing them with mean
values Searched for categorical value and if there is any unnecessary data then those values</p>
      <p>The processed data has been divided into 70% training data and 30% testing data using
the train_test_split method. Here 881 data is taken as training data and the rest 377 is kept
for testing. The training data values are taken from the date 2013-02-08 to 2016-08-09 and
the testing data are from 2016-08-10 to 2018-02-06.
3.
4.
5.
6.</p>
      <p>Feature</p>
      <sec id="sec-9-1">
        <title>Date</title>
        <p>Open
High
Low
Close
Volume
Name</p>
        <sec id="sec-9-1-1">
          <title>Description</title>
        </sec>
      </sec>
      <sec id="sec-9-2">
        <title>It shows the date in the format: yy-mm-dd.</title>
        <p>It shows the price of the stock at market opening.</p>
      </sec>
      <sec id="sec-9-3">
        <title>It shows the highest price reached on that day.</title>
      </sec>
      <sec id="sec-9-4">
        <title>It shows the lowest price reached on that day.</title>
      </sec>
      <sec id="sec-9-5">
        <title>It shows the lowest price reached on that day.</title>
      </sec>
      <sec id="sec-9-6">
        <title>It shows the number of shares traded on that day.</title>
      </sec>
      <sec id="sec-9-7">
        <title>This is the name of the stock’s ticker.</title>
      </sec>
      <sec id="sec-9-8">
        <title>5.3 Data Scaling</title>
        <p>Standardization and Normalization are done on the data using Minmax Scaler and
Standard Scaler to limit the ranges of variables to make them comparable on common
grounds using ML methods.
5.4 Feature Selection</p>
        <p>The selection of features is a very important task to predict future values. If we consider
the worst features then the prediction can go wrong. In this paper, the attribute or feature
used for feature extraction is the opening price or the ‘open’ column of American Airlines
stocks. A data structure has been created with 7 timesteps and 1 output.
5.5 Prediction</p>
        <p>We have adapted Machine Learning Approaches to find the prediction. In this case,
training the model is very necessary. Random Forest, Decision Tree, and Support Vector
Regression models have been used to do the prediction work.</p>
      </sec>
      <sec id="sec-9-9">
        <title>5.6 Error Calculation There are 4 types of error calculations present for evaluation. In this paper, we have used the MAPE method to find the error. Performance evaluation is done using MAPE values of all the models. Following are the formulae to find the MAPE</title>
        <p>(Mean Absolute Percentage Error), MAE (Mean Absolute Error), rRMSE (Root Mean
Squared Error), and MSE (Mean Squared Error) value
−</p>
        <p>1
= 
 ∑ =1
1
(| | −  |  |)× 100
6)
(4)
(
(5)
(6)
(7)
Here, n is the sample size, Ai is the predicted value and Pi is the Predicted value.</p>
        <p>Historical raw data
collection</p>
        <p>Importing all
necessary libraries</p>
        <p>Data
preprocessing
Feature Extraction
and feature
scaling</p>
        <p>Learning Model</p>
        <p>Training data</p>
        <p>Prediction done
by model
Test data
Predict Results</p>
        <p>Finding MAPE</p>
        <p>As shown in the figure above all the historical data were collected first and followed by
the importation of all necessary libraries such as NumPy, Pandas, matplotlib, Seaborn,
mean_squared_error, etc. In the next step, various data processing methods have been
performed such as drop, isnull, etc. Then feature extraction and feature scaling techniques
have been implemented using Min Max Scaler and sc.fit_transform. In the next step we
have trained the data and learned the model required. In the next step various machine
learning model which we have learned have been applied such as Decision Tree, Support
Vector, Artificial Neural Networks, and Random Forest. Then we have got the prediction
results. Out of all the 4 algorithms, Random Forest has the lowest MAPE value i.e.- 0.36</p>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>6. Results and Discussion</title>
      <p>The main objective of this project is to examine several different prediction techniques
to predict future stock prices based on past returns. And here it is visible that Random Forest
is the best algorithm for this research giving a MAPE value of 0.36. This algorithm shall be
used to predict opening prices shortly. The following is the table to show the MAPE values
using Machine Learning Algorithms.</p>
      <p>Table 2
M AP E Chart</p>
      <p>S.No</p>
      <sec id="sec-10-1">
        <title>Model</title>
        <p>01
02
03
04</p>
        <sec id="sec-10-1-1">
          <title>Decision Tree</title>
        </sec>
        <sec id="sec-10-1-2">
          <title>Support Vector Regression</title>
        </sec>
        <sec id="sec-10-1-3">
          <title>Random Forest</title>
        </sec>
        <sec id="sec-10-1-4">
          <title>Artificial Neural Network</title>
        </sec>
      </sec>
      <sec id="sec-10-2">
        <title>MAPE</title>
        <sec id="sec-10-2-1">
          <title>Decision Tree</title>
        </sec>
        <sec id="sec-10-2-2">
          <title>Random Forest</title>
        </sec>
        <sec id="sec-10-2-3">
          <title>Support Vector Regressor</title>
        </sec>
        <sec id="sec-10-2-4">
          <title>Artificial Neural Network</title>
          <p>1.6</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>7. Conclusion</title>
      <p>The project was majorly aimed at creating an efficient tool that will help stockbrokers
and investors properly invest in the stock market. Five years American Airlines stocks have
been preprocessed and four machine learning algorithms have been used – Random Forest,
Support Vector Regressor, Decision Tree, and Artificial Neural Network on this project.
Based on calculations, estimations, and observations, we conclude that Random Forest has
the lowest Mean Absolute Percentage Error (MAPE) value of 0.36 followed by Artificial
Neural Networks with the value of 0.37, then Decision Tree showing MAPE value of 1.6
and the highest in SVR showing a value of 3.5. Artificial Neural Network has been used in
this project, giving a MAPE value of 0.37 which is the second least MAPE value provided.
So, in the future, it is intended to work on advanced ANN evolutionary techniques like
Genetic Algorithm to decrease the MAPE values for better implementations.</p>
    </sec>
    <sec id="sec-12">
      <title>8. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bhattacharjee</surname>
            , Indronil, and
            <given-names>Pryonti</given-names>
          </string-name>
          <string-name>
            <surname>Bhattacharja</surname>
          </string-name>
          .
          <article-title>"Stock Price Prediction: A Comparative Study between Traditional Statistical Approach</article-title>
          and
          <source>Machine Learning Approach." 2019 4th International Conference on Electrical Information and Communication Technology (EICT)</source>
          . IEEE,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Mehta</surname>
            , Yash,
            <given-names>Atharva</given-names>
          </string-name>
          <string-name>
            <surname>Malhar</surname>
            , and
            <given-names>Radha</given-names>
          </string-name>
          <string-name>
            <surname>Shankarmani</surname>
          </string-name>
          .
          <article-title>"Stock Price Prediction using Machine Learning</article-title>
          and
          <string-name>
            <given-names>Sentiment</given-names>
            <surname>Analysis</surname>
          </string-name>
          .
          <article-title>" 2021 2nd International Conference for Emerging Technology (INCET)</article-title>
          . IEEE,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Sharma</surname>
            , Ashish,
            <given-names>Dinesh</given-names>
          </string-name>
          <string-name>
            <surname>Bhuriya</surname>
            , and
            <given-names>Upendra</given-names>
          </string-name>
          <string-name>
            <surname>Singh</surname>
          </string-name>
          .
          <article-title>"Survey of stock market prediction using machine learning approach." 2017 international conference of electronics, communication and aerospace technology (ICECA)</article-title>
          . Vol.
          <volume>2</volume>
          . IEEE,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hegazy</surname>
          </string-name>
          , Osman, Omar S. Soliman, and Mustafa Abdul Salam.
          <article-title>"A machine learning model for stock market prediction</article-title>
          .
          <source>" arXiv preprint arXiv:1402.7351</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Yoo</surname>
            ,
            <given-names>Paul D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maria</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Kim</surname>
            , and
            <given-names>Tony</given-names>
          </string-name>
          <string-name>
            <surname>Jan</surname>
          </string-name>
          .
          <article-title>"Machine learning techniques and use of event information for stock market prediction: A survey and evaluation."</article-title>
          <source>International Conference on Computational Intelligence for Modelling</source>
          ,
          <source>Control and Automation and International Conference on Intelligent Agents, Web Technologies and Internet Commerce (CIMCAIAWTIC'06)</source>
          . Vol.
          <volume>2</volume>
          . IEEE,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>S.</given-names>
            <surname>Chakravarty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. K.</given-names>
            <surname>Paikaray</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mishra</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Dash</surname>
          </string-name>
          ,
          <article-title>"Hyperspectral Image Classification using Spectral Angle Mapper," 2021 IEEE International Women in Engineering (WIE) Conference on Electrical and Computer Engineering (WIECON-ECE</article-title>
          ),
          <year>2021</year>
          , pp.
          <fpage>87</fpage>
          -
          <lpage>90</lpage>
          , doi: 10.1109/WIECONECE54711.
          <year>2021</year>
          .
          <volume>9829585</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Wanjawa</surname>
            , Barack Wamkaya, and
            <given-names>Lawrence</given-names>
          </string-name>
          <string-name>
            <surname>Muchemi</surname>
          </string-name>
          .
          <article-title>"ANN model to predict stock prices at stock exchange markets</article-title>
          .
          <source>" arXiv preprint arXiv:1502.06434</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Reddy</surname>
            ,
            <given-names>V. Kranthi</given-names>
          </string-name>
          <string-name>
            <surname>Sai</surname>
          </string-name>
          .
          <article-title>"Stock market prediction using machine learning</article-title>
          .
          <source>" International Research Journal of Engineering and Technology (IRJET) 5</source>
          .10 (
          <year>2018</year>
          ):
          <fpage>1033</fpage>
          -
          <lpage>1035</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ravikumar</surname>
            , Srinath, and
            <given-names>Prasad</given-names>
          </string-name>
          <string-name>
            <surname>Saraf</surname>
          </string-name>
          .
          <article-title>"Prediction of Stock Prices using Machine Learning (Regression, Classification) Algorithms." 2020 International Conference for Emerging Technology (INCET)</article-title>
          . IEEE,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Pathak</surname>
            , Ashish, and
            <given-names>Nisha P.</given-names>
          </string-name>
          <string-name>
            <surname>Shetty</surname>
          </string-name>
          .
          <article-title>"Indian stock market prediction using machine learning and sentiment analysis</article-title>
          .
          <source>" Computational Intelligence in Data Mining</source>
          . Springer, Singapore,
          <year>2019</year>
          .
          <fpage>595</fpage>
          -
          <lpage>603</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Deepak</surname>
            , Raut Sushrut, Shinde Isha Uday, and
            <given-names>D. Malathi.</given-names>
          </string-name>
          <article-title>"Machine learning approach in stock market prediction."</article-title>
          <source>International Journal of Pure and Applied Mathematics 115.8</source>
          (
          <year>2017</year>
          ):
          <fpage>71</fpage>
          -
          <lpage>77</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Hiransha</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.
          <article-title>"NSE stock market prediction using deep-learning models</article-title>
          .
          <source>" Procedia computer science 132</source>
          (
          <year>2018</year>
          ):
          <fpage>1351</fpage>
          -
          <lpage>1362</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Yang</surname>
            , Haiqin,
            <given-names>Laiwan</given-names>
          </string-name>
          <string-name>
            <surname>Chan</surname>
            , and
            <given-names>Irwin</given-names>
          </string-name>
          <string-name>
            <surname>King</surname>
          </string-name>
          .
          <article-title>"Support vector machine regression for volatile stock market prediction</article-title>
          .
          <source>" International Conference on Intelligent Data Engineering and Automated Learning</source>
          . Springer, Berlin, Heidelberg,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kohli</surname>
          </string-name>
          , Pahul Preet Singh, et al.
          <article-title>"Stock prediction using machine learning algorithms</article-title>
          .
          <source>" Applications of Artificial Intelligence Techniques in Engineering</source>
          . Springer, Singapore,
          <year>2019</year>
          .
          <fpage>405</fpage>
          -
          <lpage>414</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Moedjahedy</surname>
          </string-name>
          , Jimmy H., et al.
          <article-title>"Stock Price Forecasting on Telecommunication Sector Companies in Indonesia Stock Exchange Using Machine Learning Algorithms</article-title>
          .
          <article-title>" 2020 2nd International Conference on Cybernetics and Intelligent System (ICORIS)</article-title>
          . IEEE,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mohanty</surname>
            ,
            <given-names>Sachi</given-names>
          </string-name>
          <string-name>
            <surname>Nandan</surname>
          </string-name>
          , et al., eds.
          <source>Recommender System with Machine Learning and Artificial Intelligence: Practical Tools</source>
          and Applications in Medical, Agricultural, and
          <string-name>
            <given-names>Other</given-names>
            <surname>Industries</surname>
          </string-name>
          . John Wiley &amp; Sons,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <surname>Sarika</surname>
          </string-name>
          , et al.
          <source>"Human Disease Diagnosis Using Machine Learning." Intelligent Data Communication Technologies and Internet of Things</source>
          . Springer, Singapore,
          <year>2021</year>
          .
          <fpage>689</fpage>
          -
          <lpage>696</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Sarode</surname>
          </string-name>
          ,
          <string-name>
            <surname>Sumeet</surname>
          </string-name>
          , et al.
          <article-title>"Stock price prediction using machine learning techniques</article-title>
          .
          <source>" 2019 International Conference on Intelligent Sustainable Systems (ICISS)</source>
          . IEEE,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>