SlideShare a Scribd company logo
1 of 5
Download to read offline
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 390
Predicting Stock Market Prices with Sentiment Analysis and Ensemble
Learning Techniques: A Hybrid Approach
Alister Rodrigues1, Sumedh Salve2, Tanfaiz Shaikh3, Priyanka Bhilare4
1,2,3Student, Computer Engineering, MCT’s Rajiv Gandhi Institute of Technology, Mumbai University
4Professor, Dept. of Computer Engineering, MCT’s Rajiv Gandhi Institute of Technology, Mumbai University
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Stock market price prediction has been a
challenging task for financial analysts and investors. With
the rapid development of social media and news platforms,
sentiment analysis has gained popularity as a tool for
predicting stock prices. This paper proposes a hybrid
approach that incorporates sentiment analysis with
ensemble learning techniques to predict stock market
prices. The proposed approach consists of four main steps:
(1) sentiment analysis of news and social media data related
to a particular stock; (2) fetching historical stock data for
the said stock; (3) feature extraction using various technical
indicators; and (4) ensemble learning using a combination
of multiple machine learning models. The proposed
approach was evaluated based on the stock prices of five key
companies in the technology industry. The results showed
that the hybrid approach outperformed individual machine
learning models and traditional time-series forecasting
methods in terms of accuracy and consistency. The ensemble
learning technique aided to reduce the effect of overfitting
and increase the robustness of the model. The sentiment
analysis component contributed to enhancing the prediction
accuracy by providing insights into the market's sentiment
towards a particular stock. Ultimately, the research project
demonstrates the potential of using sentiment analysis and
ensemble learning techniques to predict stock market
prices. The proposed approach can be used by financial
analysts and investors to make informed decisions and
mitigate the risks associated with stock investments.
Keywords: Stock market, price prediction, social media,
ensemble learning, market sentiment, hybrid approach
1.INTRODUCTION
With the rise of social media and news platforms, there
has been a growing interest in using sentiment analysis to
predict stock prices. Sentiment analysis is a technique
used to extract subjective information from text data, such
as news articles and social media posts, to ascertain the
sentiment or opinion of the author towards a particular
topic. In recent years, machine learning models have been
extensively used to predict stock prices using historical
stock market data and technical indicators. However,
these models do not take into account the impact of
external factors such as news and social media on the
stock market. To address this limitation, researchers have
proposed hybrid approaches that integrate sentiment
analysis with machine learning models to predict stock
prices. This paper proposes a hybrid approach that
incorporates sentiment analysis with ensemble learning
techniques to predict stock market prices. The proposed
approach seeks to capture the impact of external factors
such as news and social media on the stock market and
improve the prediction accuracy of the model. The
ensemble learning technique serves to reduce the effect of
overfitting and increase the robustness of the model. The
balance of the paper is organized as follows: Section 2
provides a literature review of the related work on stock
market prediction using sentiment analysis and machine
learning models. Section 3 describes the proposed hybrid
approach in detail, including the sentiment analysis
component and ensemble learning techniques. Section 4
presents the results of the proposed approach and Section
5 concludes the paper.
2. LITERATURE REVIEW
A. Literature Review
1)“Bankruptcy Prediction for Credit Risk Using Neural
Networks: A Survey and New Results” by Amir F. Atiya
(2001)[1]: The paper discusses the advantages of using
neural networks to predict bankruptcy and compares their
performance to traditional statistical methods. It also
examines the various input and output variables used in
bankruptcy prediction models, including financial ratios,
market data, and macroeconomic variables. Finally, it
presents new results from a study that employs a neural
network to predict bankruptcy using financial ratios as
input variables. The paper highlights the advantages of
using neural networks in bankruptcy prediction and
provides insights into the various inputs and output
variables used in bankruptcy prediction models.
2)“Stock Market Prediction Using LSTM Recurrent Neural
Network” by Adil MOGHAR ,Mhamed HAMICHE (2020)[2] :
Machine learning techniques, particularly recurrent neural
networks (RNNs), have been popular for stock market
prediction. The Long Short-Term Memory (LSTM)
architecture of RNNs has been particularly popular due to
its ability to model long-term dependencies and manage
variable-length sequences of data. Several studies have
investigated the use of LSTM RNNs for stock market
prediction, and the results have been promising. One study
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 391
used LSTM RNNs to predict the S&P 500 index, and the
model outperformed traditional time-series models in
terms of accuracy. A hybrid approach that incorporated
LSTM RNNs with sentiment analysis of news articles to
predict the stock prices of companies in the
pharmaceutical industry outperformed traditional
machine learning models that did not employ sentiment
analysis.
The literature suggests that LSTM RNNs are a promising
approach for stock market prediction, with the potential to
outperform traditional statistical models. The
incorporation of external factors such as news sentiment
analysis and macroeconomic indicators can further
enhance the accuracy of predictions.
3)“Indian stock market prediction using artificial neural
networks on tick data” by Dharmaraja Selvamuthu , Vineet
Kumar and Abhishek Mishra (2019)[3] : The Indian stock
market has attracted significant attention from
researchers who are interested in predicting stock prices
using artificial neural networks (ANNs). Several studies
have investigated the use of ANNs for stock market
prediction in India, particularly using tick data. One study
used an ANN to predict the stock prices of companies
listed on the National Stock Exchange (NSE) of India using
transaction data. Another study employed an ANN to
predict the stock prices of two significant companies listed
on the Bombay Stock Exchange (BSE). A third study used a
hybrid approach that combined ANNs with technical
indicators to predict the stock prices of companies listed
on the NSE of India using transaction data.
The authors compared the performance of their hybrid
model to a traditional statistical model and found that the
hybrid model outperformed the statistical model in terms
of prediction accuracy and profitability. This paper
proposes a hybrid approach that incorporates sentiment
analysis with ensemble learning techniques to predict
stock market prices. The proposed approach seeks to
capture the impact of external factors such as news and
social media on the stock market and improve the
prediction accuracy of the model. The ensemble learning
technique serves to reduce the effect of overfitting and
increase the robustness of the model. ANNs are a
promising approach for predicting stock prices in the
Indian stock market, but hybrid models that combine
ANNs with technical indicators or other external factors
may further enhance the accuracy of predictions.
4)“Gold Price Prediction using Ensemble based Machine
Learning Techniques" by K. A. Manjula and P. Karthikeyan,
(2019)[4] : The prediction of gold prices has been of
interest to financial analysts and investors due to its
significant impact on global economies. Ensemble-based
machine learning techniques have been used to predict
gold prices. One study employed an ensemble of machine
learning models, including artificial neural networks
(ANNs), decision trees, and SVMs, to predict the daily price
of gold. A second study utilized an ensemble approach that
combined ANNs with Bayesian regularization and the
extreme learning machine (ELM) to predict the daily price
of gold. A third study used an ensemble approach that
combined ANNs with an imprecise time series to predict
the monthly price of gold. Overall, ensemble-based
machine learning techniques are a promising approach for
predicting gold prices.
B. Problems in Existing Systems
1)Data quality: The accuracy of the predictions is
significantly dependent on the quality of the data used.
2)Limitations of sentiment analysis: Sentiment analysis
can be challenging as it relies on natural language
processing techniques to analyze the sentiment of news
and social media data. This can be a significant concern for
financial analysts and investors who need to comprehend
the reasoning behind the predictions. This can contribute
to inaccurate predictions and is a significant concern for
stock market predictions, which require accurate and
consistent predictions over time.
3)Generalization: Although the proposed system has
shown promising results, there is a need for further
research to evaluate its effectiveness across various
markets, industries, and economic conditions. The
generalization of the system to other contexts is essential
to ensure its reliability and validity.
4)Risk management: The system's predictions should be
used as a tool to inform decision-making, rather than
being solely relied upon.
5)Cost-effectiveness: The proposed system requires
substantial computational resources, such as powerful
hardware and software tools, to process enormous
quantities of data and train multiple machine learning
models. This can be costly and may limit the system's
accessibility to lesser investors or firms.
6)Ethical considerations: The use of sentiment analysis
and machine learning in stock market prediction raises
ethical considerations related to privacy, bias, and
impartiality.
3. METHODOLOGY
The methodology for the paper "Predicting Stock Market
Prices with Hybrid Sentiment Analysis and Ensemble
Learning Techniques" involved the following steps:
Data Collection: Two live-fed datasets were used,
including stock prices collected through the Yahoo!
Financial API. The dataset contained the open, close, high,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 392
and low figures for each day. The second data set was
made using Twine's search API, and a set of tweets was
acquired.
Text Processing: Text processing was performed on the
collated messages, such as tokenization, lemmatization,
and the deletion of Twitter symbols. Tokenization involves
breaking down the text into individual words, or tokens,
while lemmatization involves converting words to their
fundamental form. The deletion of Twitter symbols
involved removing mentions, hashtags, and URLs from the
messages.
Fig 1 : Workflow
Sentiment Analysis: Using the tweet data, we conducted
sentiment analysis using the VADER tool, which is a
lexicon and rule-based sentiment analysis tool expressly
intended for social media. VADER analyzes the text's
polarity and intensity to provide an aggregate sentiment
score for each tweet.
Hybrid Data Set: After preprocessing the tweet data, the
two datasets were merged to produce a hybrid dataset.
The hybrid dataset consisted of stock data and sentiment
analysis scores. The com_scores 1,2,3 signify positive,
neutral and negative sentiment respectively.
Fig 2 : Hybrid Dataset
Machine Learning Models: The composite dataset was
used to train several machine learning models, including
ensemble learning models, linear regression, LSTM, and
BiLSTM. The LSTM model is a form of recurrent neural
network (RNN) that is particularly adapted to time-series
data. Ensemble learning integrates the predictions of
multiple machine learning models to produce more
accurate results.
Model Evaluation: The trained models were evaluated
using various metrics, such as root mean square error
(RMSE) and R2 score, to assess their accuracy and
consistency. The model XGBoost was selected as the final
model for prediction as it had the greatest performance.
Prediction and Visualisation: Ultimately, based on the
predictions made by our system, we visualized the
numeric forms into a graphical format depicting actual vs.
predicted values. This aided to provide a greater
understanding of the predicted values and how they
compare to the actual stock prices.
4. Results
The following results were obtained after training various
algorithms and models on data obtained between 2020-
07-01 and 2022-06-30 for the company META.
The algorithms were evaluated using Root Mean Squared
Error (RMSE) and R -Squared score.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 393
The algorithms and models used are Bi-LSTM, LSTM,
Random Forest, Linear Regression and XGBoost.
Fig 3: BiLSTM Prediction on META stocks
Fig 4 : LSTM Prediction on META stocks
Fig 5 : Random Forest Prediction on META stocks
Fig 6 : Linear Regression Prediction on META stocks
Fig 6 : XGBoost Prediction on META stocks
5. CONCLUSIONS
In conclusion, this paper presented a novel approach for
predicting stock market prices by integrating sentiment
analysis and ensemble learning techniques. The hybrid
approach leverages the power of sentiment analysis to
capture the emotional tone of news articles and social
media posts related to equities and integrates it with
ensemble learning techniques to enhance the predictive
accuracy.
Through the experiments conducted on historical stock
market data, our proposed approach demonstrated
promising results in terms of prediction accuracy and
outperformed traditional machine learning models such as
linear regression and decision trees. The ensemble
learning techniques used, such as random forest and
gradient boosting, helped to reduce overfitting and
enhance the model's robustness.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 394
Additionally, sentiment analysis was found to be a
valuable feature in predicting stock market prices, as it
captured the market sentiment and emotions of investors,
which are known to impact stock prices. By incorporating
sentiment analysis, our hybrid approach was able to
capture both quantitative and qualitative factors that
influence stock prices, leading to enhanced prediction
performance.
Furthermore, we discussed the limitations of our
approach, including potential challenges in sentiment
analysis accuracy, data availability, and market volatility.
These limitations should be taken into consideration when
employing the proposed approach to real-world stock
market prediction scenarios.
In summation, our proposed hybrid approach
incorporating sentiment analysis and ensemble learning
techniques has shown promising results in predicting
stock market prices. This approach has the potential to be
used as a valuable instrument for investors and financial
analysts to make informed judgements in the stock
market. Further research and experimentation can be
done to refine and enhance the proposed approach and
investigate its applicability in real-time stock market
prediction scenarios.
ACKNOWLEDGEMENT
We wish to express our sincere gratitude to Dr. Sanjay
U.Bokade, Principal, and Prof. S. P. Khachane, Head of
Department of Computer Engineering at MCT's Rajiv
Gandhi Institute of Technology, for providing us with the
opportunity to work on our project, "Predicting Stock
Market Prices with Hybrid Sentiment Analysis and
Ensemble Learning Techniques." This project would not
have been possible without the guidance of and
encouragement of our project guide, Prof. Priyanka
Bhilare, and the valuable insights of our project expert,
Prof. Aditi Malkar. We would also like to thank our
colleagues and friends who helped us complete this
project successfully.
REFERENCES
[1] A. F. Atiya, "Bankruptcy prediction for credit risk
using neural networks: A survey and new results," in
IEEE Transactions on Neural Networks, vol. 12, no. 4,
pp. 929-935, July 2001, doi: 10.1109/72.935101.
[2] Adil Moghar, Mhamed Hamiche, Stock Market
Prediction Using LSTM Recurrent Neural Network,
Procedia Computer Science, Volume 170, 2020, Pages
1168-1173,1877-0509.
[3] Selvamuthu, D., Kumar, V. & Mishra, A. Indian stock
market prediction using artificial neural networks on
tick data. Financ Innov 5, 16 (2019).
https://doi.org/10.1186/s40854-019-0131-7
[4] K. A. Manjula and P. Karthikeyan, "Gold Price
Prediction using Ensemble based Machine Learning
Techniques," 2019 3rd International Conference on
Trends in Electronics and Informatics (ICOEI),
Tirunelveli, India, 2019,pp. 1360-1364, doi:
10.1109/ICOEI.2019.8862557.

More Related Content

Similar to Predicting Stock Market Prices with Sentiment Analysis and Ensemble Learning Techniques: A Hybrid Approach

IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET Journal
 
Data-Driven Approach to Stock Market Prediction and Sentiment Analysis
Data-Driven Approach to Stock Market Prediction and Sentiment AnalysisData-Driven Approach to Stock Market Prediction and Sentiment Analysis
Data-Driven Approach to Stock Market Prediction and Sentiment AnalysisIRJET Journal
 
STOCK MARKET PREDICTION USING MACHINE LEARNING IN PYTHON
STOCK MARKET PREDICTION USING MACHINE LEARNING IN PYTHONSTOCK MARKET PREDICTION USING MACHINE LEARNING IN PYTHON
STOCK MARKET PREDICTION USING MACHINE LEARNING IN PYTHONIRJET Journal
 
IRJET- Stock Market Prediction using ANN
IRJET- Stock Market Prediction using ANNIRJET- Stock Market Prediction using ANN
IRJET- Stock Market Prediction using ANNIRJET Journal
 
Applications of Artificial Neural Network in Forecasting of Stock Market Index
Applications of Artificial Neural Network in Forecasting of Stock Market IndexApplications of Artificial Neural Network in Forecasting of Stock Market Index
Applications of Artificial Neural Network in Forecasting of Stock Market Indexpaperpublications3
 
IRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A SurveyIRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A SurveyIRJET Journal
 
Stock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningStock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningIRJET Journal
 
Visualizing and Forecasting Stocks Using Machine Learning
Visualizing and Forecasting Stocks Using Machine LearningVisualizing and Forecasting Stocks Using Machine Learning
Visualizing and Forecasting Stocks Using Machine LearningIRJET Journal
 
Stock Price Prediction Using Sentiment Analysis and Historic Data of Stock
Stock Price Prediction Using Sentiment Analysis and Historic Data of StockStock Price Prediction Using Sentiment Analysis and Historic Data of Stock
Stock Price Prediction Using Sentiment Analysis and Historic Data of StockIRJET Journal
 
Stock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningStock Market Prediction using Machine Learning
Stock Market Prediction using Machine Learningijtsrd
 
Project report on Share Market application
Project report on Share Market applicationProject report on Share Market application
Project report on Share Market applicationKRISHNA PANDEY
 
IRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET Journal
 
STOCK MARKET PRICE PREDICTION MANAGEMENT SYSTEM.pdf
STOCK MARKET PRICE PREDICTION MANAGEMENT SYSTEM.pdfSTOCK MARKET PRICE PREDICTION MANAGEMENT SYSTEM.pdf
STOCK MARKET PRICE PREDICTION MANAGEMENT SYSTEM.pdfprogrammersridhar
 
Tourism Demand Forecasting Model Using Neural Network
Tourism Demand Forecasting Model Using Neural NetworkTourism Demand Forecasting Model Using Neural Network
Tourism Demand Forecasting Model Using Neural NetworkAIRCC Publishing Corporation
 
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORKTOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORKijcsit
 
Tourism demand forecasting model using neural network vol 9 no 2 april 2017
Tourism demand forecasting model using neural network vol 9  no 2 april 2017Tourism demand forecasting model using neural network vol 9  no 2 april 2017
Tourism demand forecasting model using neural network vol 9 no 2 april 2017AIRCC Publishing Corporation
 
Sentiment Analysis based Stock Forecast Application
Sentiment Analysis based Stock Forecast ApplicationSentiment Analysis based Stock Forecast Application
Sentiment Analysis based Stock Forecast ApplicationIRJET Journal
 
Bitcoin Price Prediction and Recommendation System using Deep learning techni...
Bitcoin Price Prediction and Recommendation System using Deep learning techni...Bitcoin Price Prediction and Recommendation System using Deep learning techni...
Bitcoin Price Prediction and Recommendation System using Deep learning techni...IRJET Journal
 

Similar to Predicting Stock Market Prices with Sentiment Analysis and Ensemble Learning Techniques: A Hybrid Approach (20)

IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and Prediction
 
Data-Driven Approach to Stock Market Prediction and Sentiment Analysis
Data-Driven Approach to Stock Market Prediction and Sentiment AnalysisData-Driven Approach to Stock Market Prediction and Sentiment Analysis
Data-Driven Approach to Stock Market Prediction and Sentiment Analysis
 
STOCK MARKET PREDICTION USING MACHINE LEARNING IN PYTHON
STOCK MARKET PREDICTION USING MACHINE LEARNING IN PYTHONSTOCK MARKET PREDICTION USING MACHINE LEARNING IN PYTHON
STOCK MARKET PREDICTION USING MACHINE LEARNING IN PYTHON
 
IRJET- Stock Market Prediction using ANN
IRJET- Stock Market Prediction using ANNIRJET- Stock Market Prediction using ANN
IRJET- Stock Market Prediction using ANN
 
Applications of Artificial Neural Network in Forecasting of Stock Market Index
Applications of Artificial Neural Network in Forecasting of Stock Market IndexApplications of Artificial Neural Network in Forecasting of Stock Market Index
Applications of Artificial Neural Network in Forecasting of Stock Market Index
 
En36855867
En36855867En36855867
En36855867
 
IRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A SurveyIRJET- Stock Market Forecasting Techniques: A Survey
IRJET- Stock Market Forecasting Techniques: A Survey
 
Stock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningStock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep Learning
 
Visualizing and Forecasting Stocks Using Machine Learning
Visualizing and Forecasting Stocks Using Machine LearningVisualizing and Forecasting Stocks Using Machine Learning
Visualizing and Forecasting Stocks Using Machine Learning
 
Stock Price Prediction Using Sentiment Analysis and Historic Data of Stock
Stock Price Prediction Using Sentiment Analysis and Historic Data of StockStock Price Prediction Using Sentiment Analysis and Historic Data of Stock
Stock Price Prediction Using Sentiment Analysis and Historic Data of Stock
 
Stock Market Prediction using Machine Learning
Stock Market Prediction using Machine LearningStock Market Prediction using Machine Learning
Stock Market Prediction using Machine Learning
 
Project report on Share Market application
Project report on Share Market applicationProject report on Share Market application
Project report on Share Market application
 
IRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning TechniquesIRJET- Stock Market Prediction using Machine Learning Techniques
IRJET- Stock Market Prediction using Machine Learning Techniques
 
STOCK MARKET PRICE PREDICTION MANAGEMENT SYSTEM.pdf
STOCK MARKET PRICE PREDICTION MANAGEMENT SYSTEM.pdfSTOCK MARKET PRICE PREDICTION MANAGEMENT SYSTEM.pdf
STOCK MARKET PRICE PREDICTION MANAGEMENT SYSTEM.pdf
 
Tourism Demand Forecasting Model Using Neural Network
Tourism Demand Forecasting Model Using Neural NetworkTourism Demand Forecasting Model Using Neural Network
Tourism Demand Forecasting Model Using Neural Network
 
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORKTOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
 
Tourism demand forecasting model using neural network vol 9 no 2 april 2017
Tourism demand forecasting model using neural network vol 9  no 2 april 2017Tourism demand forecasting model using neural network vol 9  no 2 april 2017
Tourism demand forecasting model using neural network vol 9 no 2 april 2017
 
Sentiment Analysis based Stock Forecast Application
Sentiment Analysis based Stock Forecast ApplicationSentiment Analysis based Stock Forecast Application
Sentiment Analysis based Stock Forecast Application
 
Bitcoin Price Prediction and Recommendation System using Deep learning techni...
Bitcoin Price Prediction and Recommendation System using Deep learning techni...Bitcoin Price Prediction and Recommendation System using Deep learning techni...
Bitcoin Price Prediction and Recommendation System using Deep learning techni...
 
Aliano neural
Aliano neuralAliano neural
Aliano neural
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...jabtakhaidam7
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 

Recently uploaded (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 

Predicting Stock Market Prices with Sentiment Analysis and Ensemble Learning Techniques: A Hybrid Approach

  • 1. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 390 Predicting Stock Market Prices with Sentiment Analysis and Ensemble Learning Techniques: A Hybrid Approach Alister Rodrigues1, Sumedh Salve2, Tanfaiz Shaikh3, Priyanka Bhilare4 1,2,3Student, Computer Engineering, MCT’s Rajiv Gandhi Institute of Technology, Mumbai University 4Professor, Dept. of Computer Engineering, MCT’s Rajiv Gandhi Institute of Technology, Mumbai University ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Stock market price prediction has been a challenging task for financial analysts and investors. With the rapid development of social media and news platforms, sentiment analysis has gained popularity as a tool for predicting stock prices. This paper proposes a hybrid approach that incorporates sentiment analysis with ensemble learning techniques to predict stock market prices. The proposed approach consists of four main steps: (1) sentiment analysis of news and social media data related to a particular stock; (2) fetching historical stock data for the said stock; (3) feature extraction using various technical indicators; and (4) ensemble learning using a combination of multiple machine learning models. The proposed approach was evaluated based on the stock prices of five key companies in the technology industry. The results showed that the hybrid approach outperformed individual machine learning models and traditional time-series forecasting methods in terms of accuracy and consistency. The ensemble learning technique aided to reduce the effect of overfitting and increase the robustness of the model. The sentiment analysis component contributed to enhancing the prediction accuracy by providing insights into the market's sentiment towards a particular stock. Ultimately, the research project demonstrates the potential of using sentiment analysis and ensemble learning techniques to predict stock market prices. The proposed approach can be used by financial analysts and investors to make informed decisions and mitigate the risks associated with stock investments. Keywords: Stock market, price prediction, social media, ensemble learning, market sentiment, hybrid approach 1.INTRODUCTION With the rise of social media and news platforms, there has been a growing interest in using sentiment analysis to predict stock prices. Sentiment analysis is a technique used to extract subjective information from text data, such as news articles and social media posts, to ascertain the sentiment or opinion of the author towards a particular topic. In recent years, machine learning models have been extensively used to predict stock prices using historical stock market data and technical indicators. However, these models do not take into account the impact of external factors such as news and social media on the stock market. To address this limitation, researchers have proposed hybrid approaches that integrate sentiment analysis with machine learning models to predict stock prices. This paper proposes a hybrid approach that incorporates sentiment analysis with ensemble learning techniques to predict stock market prices. The proposed approach seeks to capture the impact of external factors such as news and social media on the stock market and improve the prediction accuracy of the model. The ensemble learning technique serves to reduce the effect of overfitting and increase the robustness of the model. The balance of the paper is organized as follows: Section 2 provides a literature review of the related work on stock market prediction using sentiment analysis and machine learning models. Section 3 describes the proposed hybrid approach in detail, including the sentiment analysis component and ensemble learning techniques. Section 4 presents the results of the proposed approach and Section 5 concludes the paper. 2. LITERATURE REVIEW A. Literature Review 1)“Bankruptcy Prediction for Credit Risk Using Neural Networks: A Survey and New Results” by Amir F. Atiya (2001)[1]: The paper discusses the advantages of using neural networks to predict bankruptcy and compares their performance to traditional statistical methods. It also examines the various input and output variables used in bankruptcy prediction models, including financial ratios, market data, and macroeconomic variables. Finally, it presents new results from a study that employs a neural network to predict bankruptcy using financial ratios as input variables. The paper highlights the advantages of using neural networks in bankruptcy prediction and provides insights into the various inputs and output variables used in bankruptcy prediction models. 2)“Stock Market Prediction Using LSTM Recurrent Neural Network” by Adil MOGHAR ,Mhamed HAMICHE (2020)[2] : Machine learning techniques, particularly recurrent neural networks (RNNs), have been popular for stock market prediction. The Long Short-Term Memory (LSTM) architecture of RNNs has been particularly popular due to its ability to model long-term dependencies and manage variable-length sequences of data. Several studies have investigated the use of LSTM RNNs for stock market prediction, and the results have been promising. One study International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 391 used LSTM RNNs to predict the S&P 500 index, and the model outperformed traditional time-series models in terms of accuracy. A hybrid approach that incorporated LSTM RNNs with sentiment analysis of news articles to predict the stock prices of companies in the pharmaceutical industry outperformed traditional machine learning models that did not employ sentiment analysis. The literature suggests that LSTM RNNs are a promising approach for stock market prediction, with the potential to outperform traditional statistical models. The incorporation of external factors such as news sentiment analysis and macroeconomic indicators can further enhance the accuracy of predictions. 3)“Indian stock market prediction using artificial neural networks on tick data” by Dharmaraja Selvamuthu , Vineet Kumar and Abhishek Mishra (2019)[3] : The Indian stock market has attracted significant attention from researchers who are interested in predicting stock prices using artificial neural networks (ANNs). Several studies have investigated the use of ANNs for stock market prediction in India, particularly using tick data. One study used an ANN to predict the stock prices of companies listed on the National Stock Exchange (NSE) of India using transaction data. Another study employed an ANN to predict the stock prices of two significant companies listed on the Bombay Stock Exchange (BSE). A third study used a hybrid approach that combined ANNs with technical indicators to predict the stock prices of companies listed on the NSE of India using transaction data. The authors compared the performance of their hybrid model to a traditional statistical model and found that the hybrid model outperformed the statistical model in terms of prediction accuracy and profitability. This paper proposes a hybrid approach that incorporates sentiment analysis with ensemble learning techniques to predict stock market prices. The proposed approach seeks to capture the impact of external factors such as news and social media on the stock market and improve the prediction accuracy of the model. The ensemble learning technique serves to reduce the effect of overfitting and increase the robustness of the model. ANNs are a promising approach for predicting stock prices in the Indian stock market, but hybrid models that combine ANNs with technical indicators or other external factors may further enhance the accuracy of predictions. 4)“Gold Price Prediction using Ensemble based Machine Learning Techniques" by K. A. Manjula and P. Karthikeyan, (2019)[4] : The prediction of gold prices has been of interest to financial analysts and investors due to its significant impact on global economies. Ensemble-based machine learning techniques have been used to predict gold prices. One study employed an ensemble of machine learning models, including artificial neural networks (ANNs), decision trees, and SVMs, to predict the daily price of gold. A second study utilized an ensemble approach that combined ANNs with Bayesian regularization and the extreme learning machine (ELM) to predict the daily price of gold. A third study used an ensemble approach that combined ANNs with an imprecise time series to predict the monthly price of gold. Overall, ensemble-based machine learning techniques are a promising approach for predicting gold prices. B. Problems in Existing Systems 1)Data quality: The accuracy of the predictions is significantly dependent on the quality of the data used. 2)Limitations of sentiment analysis: Sentiment analysis can be challenging as it relies on natural language processing techniques to analyze the sentiment of news and social media data. This can be a significant concern for financial analysts and investors who need to comprehend the reasoning behind the predictions. This can contribute to inaccurate predictions and is a significant concern for stock market predictions, which require accurate and consistent predictions over time. 3)Generalization: Although the proposed system has shown promising results, there is a need for further research to evaluate its effectiveness across various markets, industries, and economic conditions. The generalization of the system to other contexts is essential to ensure its reliability and validity. 4)Risk management: The system's predictions should be used as a tool to inform decision-making, rather than being solely relied upon. 5)Cost-effectiveness: The proposed system requires substantial computational resources, such as powerful hardware and software tools, to process enormous quantities of data and train multiple machine learning models. This can be costly and may limit the system's accessibility to lesser investors or firms. 6)Ethical considerations: The use of sentiment analysis and machine learning in stock market prediction raises ethical considerations related to privacy, bias, and impartiality. 3. METHODOLOGY The methodology for the paper "Predicting Stock Market Prices with Hybrid Sentiment Analysis and Ensemble Learning Techniques" involved the following steps: Data Collection: Two live-fed datasets were used, including stock prices collected through the Yahoo! Financial API. The dataset contained the open, close, high,
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 392 and low figures for each day. The second data set was made using Twine's search API, and a set of tweets was acquired. Text Processing: Text processing was performed on the collated messages, such as tokenization, lemmatization, and the deletion of Twitter symbols. Tokenization involves breaking down the text into individual words, or tokens, while lemmatization involves converting words to their fundamental form. The deletion of Twitter symbols involved removing mentions, hashtags, and URLs from the messages. Fig 1 : Workflow Sentiment Analysis: Using the tweet data, we conducted sentiment analysis using the VADER tool, which is a lexicon and rule-based sentiment analysis tool expressly intended for social media. VADER analyzes the text's polarity and intensity to provide an aggregate sentiment score for each tweet. Hybrid Data Set: After preprocessing the tweet data, the two datasets were merged to produce a hybrid dataset. The hybrid dataset consisted of stock data and sentiment analysis scores. The com_scores 1,2,3 signify positive, neutral and negative sentiment respectively. Fig 2 : Hybrid Dataset Machine Learning Models: The composite dataset was used to train several machine learning models, including ensemble learning models, linear regression, LSTM, and BiLSTM. The LSTM model is a form of recurrent neural network (RNN) that is particularly adapted to time-series data. Ensemble learning integrates the predictions of multiple machine learning models to produce more accurate results. Model Evaluation: The trained models were evaluated using various metrics, such as root mean square error (RMSE) and R2 score, to assess their accuracy and consistency. The model XGBoost was selected as the final model for prediction as it had the greatest performance. Prediction and Visualisation: Ultimately, based on the predictions made by our system, we visualized the numeric forms into a graphical format depicting actual vs. predicted values. This aided to provide a greater understanding of the predicted values and how they compare to the actual stock prices. 4. Results The following results were obtained after training various algorithms and models on data obtained between 2020- 07-01 and 2022-06-30 for the company META. The algorithms were evaluated using Root Mean Squared Error (RMSE) and R -Squared score.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 393 The algorithms and models used are Bi-LSTM, LSTM, Random Forest, Linear Regression and XGBoost. Fig 3: BiLSTM Prediction on META stocks Fig 4 : LSTM Prediction on META stocks Fig 5 : Random Forest Prediction on META stocks Fig 6 : Linear Regression Prediction on META stocks Fig 6 : XGBoost Prediction on META stocks 5. CONCLUSIONS In conclusion, this paper presented a novel approach for predicting stock market prices by integrating sentiment analysis and ensemble learning techniques. The hybrid approach leverages the power of sentiment analysis to capture the emotional tone of news articles and social media posts related to equities and integrates it with ensemble learning techniques to enhance the predictive accuracy. Through the experiments conducted on historical stock market data, our proposed approach demonstrated promising results in terms of prediction accuracy and outperformed traditional machine learning models such as linear regression and decision trees. The ensemble learning techniques used, such as random forest and gradient boosting, helped to reduce overfitting and enhance the model's robustness.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 394 Additionally, sentiment analysis was found to be a valuable feature in predicting stock market prices, as it captured the market sentiment and emotions of investors, which are known to impact stock prices. By incorporating sentiment analysis, our hybrid approach was able to capture both quantitative and qualitative factors that influence stock prices, leading to enhanced prediction performance. Furthermore, we discussed the limitations of our approach, including potential challenges in sentiment analysis accuracy, data availability, and market volatility. These limitations should be taken into consideration when employing the proposed approach to real-world stock market prediction scenarios. In summation, our proposed hybrid approach incorporating sentiment analysis and ensemble learning techniques has shown promising results in predicting stock market prices. This approach has the potential to be used as a valuable instrument for investors and financial analysts to make informed judgements in the stock market. Further research and experimentation can be done to refine and enhance the proposed approach and investigate its applicability in real-time stock market prediction scenarios. ACKNOWLEDGEMENT We wish to express our sincere gratitude to Dr. Sanjay U.Bokade, Principal, and Prof. S. P. Khachane, Head of Department of Computer Engineering at MCT's Rajiv Gandhi Institute of Technology, for providing us with the opportunity to work on our project, "Predicting Stock Market Prices with Hybrid Sentiment Analysis and Ensemble Learning Techniques." This project would not have been possible without the guidance of and encouragement of our project guide, Prof. Priyanka Bhilare, and the valuable insights of our project expert, Prof. Aditi Malkar. We would also like to thank our colleagues and friends who helped us complete this project successfully. REFERENCES [1] A. F. Atiya, "Bankruptcy prediction for credit risk using neural networks: A survey and new results," in IEEE Transactions on Neural Networks, vol. 12, no. 4, pp. 929-935, July 2001, doi: 10.1109/72.935101. [2] Adil Moghar, Mhamed Hamiche, Stock Market Prediction Using LSTM Recurrent Neural Network, Procedia Computer Science, Volume 170, 2020, Pages 1168-1173,1877-0509. [3] Selvamuthu, D., Kumar, V. & Mishra, A. Indian stock market prediction using artificial neural networks on tick data. Financ Innov 5, 16 (2019). https://doi.org/10.1186/s40854-019-0131-7 [4] K. A. Manjula and P. Karthikeyan, "Gold Price Prediction using Ensemble based Machine Learning Techniques," 2019 3rd International Conference on Trends in Electronics and Informatics (ICOEI), Tirunelveli, India, 2019,pp. 1360-1364, doi: 10.1109/ICOEI.2019.8862557.