SlideShare a Scribd company logo
1 of 6
Download to read offline
ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 62
Bitcoin Price Prediction and Recommendation System using Deep
learning techniques and twitter sentiment analysis
Gargi Singh 1, B.Indra Thanaya2
1 Masters Student, Department of Computer Science and Engineering ,Indira Gandhi Delhi Technical University For
Women Delhi
2 Assistant Professor, Department of Computer Science and Engineering, Indira Gandhi Delhi Technical University
For Women Delhi
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract โ€“ Prediction of bitcoin market trends is one of the
important tasks that need dedicated attention as predicting
bitcoin prices successfully leadstoattractiveprofitsbymaking
the proper decision. Bitcoin market is challenging due to its
non-stationary, blaring and chaotic data, and thus the
prediction becomes challenging for investors to invest their
money for making profits. The bitcoin price prediction based
on historical data or textual information have shown to be
unsatisfactory ,Thatโ€™s why we have used both for predicting
the bitcoin price and recommendationsystemtobuyorsell the
bitcoin as per the fluctuation in the market. As the bitcoin
price prediction is a Time series problem we have used
different machine learning and deep learning techniquessuch
as LSTM, ARIMA, and Linear Regression. Out of these ARIMA
has performed really well with an accuracy of 80%.Existing
Studies in the sentiment analysis have shown that there is a
correlation between the fluctuation of bitcoin prices and
twitter tweets. We have performed sentiment analysis on the
latest 100 tweets about the bitcoin which will provide a
recommendation to buy or sell the bitcoin.
Key Words: LSTM,ARIMA, MachineLearning,Sentiment
Analysis, Bitcoin Trade Open, Bitcoin Trade Close.
1. INTRODUCTION
Bitcoin is a crypto currency that is being used globally for
digital payment ,investment or for trading. Bitcoin pricesare
difficult to predict due to their extreme volatility, which is
influenced by a variety of political and economic issues, as
well as changes in leadership, investorattitude,anda variety
of other factors. A model which is considering one
component may not be reliable. As a combining both the
tweets and the historical price data might improve the
accuracy . There are primarilytwoapproachesforpredicting
markets trends. Technical analysis and the fundamental
analysis are twotypesofanalysis. Fundamental analysisuses
previous price and volume to forecast future trends, but
technical analysis does not. Fundamental analysis of a
current bitcoin prices, on the other hand, entails evaluating
financial data to get insights. The efficient market theory,
which holds that bitcoin market prices are
basically unpredictable, casts doubt on the usefulness of
both technical and fundamental analysis. The goal of this
research work is to build a model which predicts the bitcoin
market trends. Three models are used as a part of this
research work. The model are ARIMA,LSTM, and Linear
Regression. Sentiment Analysis is performed on the latest
tweets about bitcoin.
LSTM model was first introduced by Hoc Hochreiter &
Schmidhuber [1] which was capable of learning long term
dependencies. Later on, many researched improves this
work in[2][3][4].
The rest of the paper is organized as follows. Section 2
includes the research state of the bitcoin price prediction.
Section 3 includes the Data collection & Preprocessing.
Section 4 consists of methodologies used. Section 5 includes
the Experimental Results. Section 6 concludes the paper.
2. LITRATURE SURVEY
The Siliverstovs of Manh Ha Duong Boris[5],investigatedthe
relationship between equity pricesand combinedfinancesin
key European countries such as the United Kingdom and
Germany. Acceleration in European country investments is
likely to result in a stronger link between European nation
equity prices. If innovations in bitcoin markets effect actual
financial instruments like investment and consumption. Lui
Li[6],Examines the technical indicators and procedures of
trading.
Kunal Gaur[7], the stock market time series prediction and
recommendation system is developed using the parallel
combinationofLSTM-ARIMA-LinearRegressionwithTwitter
Sentimentanalysiswhichhasshowandimprovedaccuracyof
83%.
R Batra[8] experimented the Sentiment analysis for better
Prediction of Stock PriceMovementusethetwittersentiment
analysis for developing the prediction tool on the basis of
tweets polarity.
A Mittal[9] proposed a cross validation method for financial
data and obtained 75.6% accuracy in price prediction using
Self Organization Fuzzy Neural Networks on the Twitter
feeds.
A Raheman[10] had analyzed that the โ€œout-of-the-boxโ€
Aigents model which had a correlation of ~0.33, and after
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 63
fine-tuning,โ€œaigents+โ€ has a correlation of ~0.57.
"ensemble(all)" corresponds to average metrics across all
models, and'"ensemble(top3)"correspondstotheaverageof
the best three models (aigents+, aigents and finBERT).
Pour [11] proposed that the cryptocurrency market
prediction has been done with Deep Learning tools such as
LSTM and Bayesian Optimization has been tested on stock
market indices .TheminimumbatchsizeoftrainingEpochsin
deep learning algorithms is set equal to 32.
From all these researches done we were not able to find any
work which have used more than 1 models and based on
Polarity of tweets a recommendation of buy/sell is given to
the user.
3. DATA COLLECTION AND PREPROCESSING
3.1 Data Collection
The data has been collected from three sources .
๏‚ท The historic data has been downloaded from
the year 2014 to 2022 dataset for Bitcoin
Prices by using the Yahoo Finance API.
๏‚ท To validate the data on real time data I have
used the cryptoCMD API.This library allows to
collect the latest data from CoinMarketCap I
have used the predefined scraper object to get
the data from Coin cap Market API.
๏‚ท To perform the sentimentanalysisofthetweets
related to Bitcoin prices I have usedtheTwitter
API which is accessible from the developers
account.
3.2 Data Preprocessing
To make the data from the mode of entry appropriate for
trustworthy analysis, it has to be pre-processed.
๏‚ท We pre-processed the historical data in the
following manner :-
๏‚ท Data Pre-processing For ARIMA Model :-
S.No. Techniques
1.
Filling the null values with backward fill
method.
2.
Taken 80% of the data for training and
20% data for testing.
๏‚ท Data Pre-processing for LSTM Model :-
S.No. Techniques
1. Scaled the values using Min- Max Scaler
2.
Storing trends of a particular company from 7 days
before current day to predict 1 next output and
storing them to training part
3. Converting training list into numpy arrays
4. Adding 3rd Dimension to training part.
๏‚ท Data Pre-processing for Linear Reg Algorithm :-
S.No. Techniques
1.
Declaring number of days (n) to
be forecasted in future.
2.
Declaring new dataframe with
relevant data
๏‚ท Data Pre-processing for Tweets :-
S.No. Techniques
1. Cleaning up the tweets.
2.
Passing the tweets to TextBlob
for calculating the Polarity.
4. METHODOLOGIES
4.1 ARIMA (Auto Regressive Integrating Moving
Average)
ARIMA stands for auto regressive integrated moving
average. It is a statistical analysis model thatusestimeseries
data to better understand the data set or anticipate future
trends. If a statistical model predicts future values based on
previous values, it is called autoregressive. For example, an
ARIMA model may try to anticipate a company's earnings
based on prior periods or predict a stock's future pricing
based on historical performance. The model's final goal is to
forecast future time series movement by looking at
disparities between values in the series rather than actual
values. When there is evidence of non-stationarity in the
data, ARIMA models are used.Nonstationarydata arealways
turned into stationary data in timeseries analysis.
We can break down the model into smaller components
based on the name:
๏‚ท The AR which stands for Autoregressive Model,
shows a random process. The output ofthemodel is
linearly dependent on its prio value , such as the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 64
number of lagged data points or previous
observations.
๏‚ท Integrative [I] :denotes the separating of raw
observations so that the time series can become
stationary [i.e. data values are replaced by the
difference between thedata valuesandtheprevious
values ].
๏‚ท Moving Average : It takes into account the
relationship between an observation and a residual
error from a lagged moving average model.
4.2 LSTM (long Shorth Term Memory Network)
Itโ€™s a unique type of recurrent neural network that can learn
long-term data relationships. This is possible because the
modelโ€™s recurring module is made up of four layers that
interact with one another. An LSTM module has a cell state
and three gates, giving it the ability to learn, unlearn, or
retain information from each of the units selectively. By
permitting only a few linear interactions, the cell state in
LSTM allows information to travel across the units without
being altered. Each unit contains an input, output, and a
forget gate that adds or removes data from thecell state.The
forget gate utilizes a sigmoid function to determine which
information from the previous cell state should be ignored.
The input gate uses a point-wise multiplication operation of
'sigmoid' and 'tanh' to control the information flow to the
current cell state. Finally, the output gate determines which
data should be transmitted on the next hidden state.
LSTM can be used in many applications such as for weather
forecasting, NLP, speech recognition, hand writing
recognition, time-series prediction, etc .The cell state is
represented by the horizontal line that runsacrossthetopof
the figure. The condition of the cell is similar to a conveyor
belt. This flows straight down the chain with just minimal
linear interactions. The ability of LSTM to add or delete
information from the cell state is controlled by gates. Gates
are used to allow information to pass through if desired.
A sigmoid neural net layer plus a point wise multiplication
operation make up gates. The sigmoid layer producesvalues
ranging from 0 to 1, indicating how muchofeachcomponent
should be allowed to pass. Let nothing through with a value
of 0, and everything through with a value of 1! To safeguard
and govern the cell state, an LSTM contains three of these
gates.
Fig 4.1: LSTM Architecture
The prior hidden state(ht-1), previous cell state(Ct-1) and
present input are the inputs to the current cell state (Ct), as
illustrated in Figure 3.4.1 (Xt). The forget gate , input gate
and output gate are the three gates that make up the cell.
4.3 Linear Regression
Linear regression is a supervised machine learning
algorithm. It carries out a regression task. Based on
independent variables, regression models a goal prediction
value . It carries out a regression task. Based onindependent
variables, regression models a goal prediction value. It is
mostly utilised in forecasting and determining the link
between variables. Different regression models differ in
terms of the type of relationship they evaluate between
dependent and independent variables, aswell astheamount
of independent variables they employ. Linear regression is
used to predict the value of a dependent variable (y) given
an independent variable (x). As a result of this regression
technique , a linear relationship between x (input) and y
output is discovered (output). Linear Regression gets its
name from the equation
Y=m*x+c
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 65
Figure IV.2 : System Architecture
Real-time data is retrieved through the CryptoCMD API,
historic data is retrieved from the Yahoo Finance API, and
sentiment analysis data is retrieved from the Twitter API.
ARIMA,LSTM,andLinearRegressionmodelsweredeveloped
using the functions ARIMA ALGO(),LSTM ALGO(), and LIN
REG ALGO(). These models accept the dataset variable as a
parameter, and each model returns projected values and
root mean square error. These models are trained for
predicting its future price up to 7 days.
The Twitter Sentiment analysis model was developed using
the function retrieving_tweets_polarity .
This model is accepting a string variable i.e. โ€œbtcโ€ a short
form for Bitcoin Currency. The tweets were fetched from
twitter API by authenticating it.
The TextBlob library for Natural Language Processing has
been to analyse the polarity and subjectivity of the sentence.
The polarity of texblob function lies between [-1,1].I have
counted the positive polarity and negative polarity of the
latest tweets.
This function is returning the polarity ,tweets list , tweets
pool generating the overall polarity of the sentences, count
of positive polarity , count of negative polarity and the count
of neutral polarity.
These function are called individually and their value has
been stored in Global variable .
These global values are passed into the recommending
function which is acceptinghistoric-dataset,global_polarity,
real-time-dataset and the meanvaluewhichistheprediction
value of the most accurate model i.e. ARIMA.
This function is returning the idea and decision , where the
idea describes the next observed pattern in market i.e. Rise
or Fall and decision is giving the user suggestion to buy or
sell the bitcoin as per the fluctuation of market.
5. EXPERIMENTAL RESULTS
The models ran for recent bitcoin prices. Some illustrations
are given below. Weโ€™ll be seeing the RMSE(Root Mean
Squared Error) for these bitcoin price.
๏‚ท ARIMA:-ARIMA model was on the latest bitcoin
prices. We have achieved an RMSE value of 19.17.
Fig 5.1: ARIMA Model Predictions
๏‚ท LSTM :-LSTM model was on the latest bitcoin prices
for various epochs as depicted in the table below.
After 30 epochs we got a good RMSE value.
Epochs RMSE
5 150.150
10 302.187
15 390.529
30 78.27
Table 5.1 (LSTM On Various Epochs)
4.4 Research Methodology
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 66
Figure 5.2. :- LSTM Model Accuracy
๏‚ท Linear Regression :-Linear Regression model was
ran and got an RMSE of 89.53.Followingisthegraph
plotted for Linear Regression Model.
Figure 5.3. :- Linear Regression Model Accuracy
๏‚ท Sentiment Analysis :-
๏‚ท Taken latest 100 tweets about the bitcoin .
๏‚ท Calculated Polarity by using TextBlob and got
overall polarity as Positive.
Figure 5.4 :- Polarity From Tweets
6. CONCLUSION
In recent years, most people have been investing in the
bitcoin market in order to make quick money. At the same
time, an investor stands a good probability of losingall ofhis
or her money. To comprehendfuturemarkettrends,theuser
will need an effective model.
Many prediction models exist that can anticipate whether
the market is going up or down, but they are inaccurate. A
model for predicting the bitcoin market movement for the
next day has been attempted. A model has been constructed
and evaluated using diverse bitcoin market data accessible
open source, taking into account numerous patterns such as
continuous up/down, volume traded each day, and also
includes corporate sentiment.
On the considered dataset, LSTM and ARIMA model are
performing best.
We have also performed sentiment analysis on twitter data
to detect polarity of that particular tweet. Recommendation
System is running well with the help of polarity of each
tweet.
In Future we can make this research broader by predicting
other crypto currencies prices and including different
advanced model for sentiment analysis.
ACKNOWLEDEGEMNT
On this auspicious occasion of accomplishment of our
internship project on โ€œ Bitcoin Price Prediction and
Recommendation System using Deep learning techniques
and twitter sentiment analysis โ€, I would like to thank Prof.
Indra Thanaya, Professor, CSE Department, IGDTUW, who
has supported us through all the ups and downs in the
completion of this project. He not only guided us throughout
the project but also taught life values such asnevergiving up
attitude and eagerness to learn and explore more in thefield
of ML.
We would be thankful to our honourable vice chancellor
Dr.Amita Dev, Indira Gandhi Delhi Technical University for
including the internship program and providing an
opportunity to gain practical experience in research work.
We are grateful to our honorable HOD, Prof. Seeja. K.R.,
Computer ScienceandEngineeringDepartment,IGDTUW for
showing her trust and choosing us for thisinternship project
work and encouraging us further.
Finally, the support and coordination received from all the
team members is great and their contribution was vital for
the completion of this internship project. I hope we will
achieve more in our future endeavors.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 67
REFERENCES
[1] Hochreiter, Sepp, and Jรผrgen Schmidhuber. "LSTM can
solve hard long time lag problems." Advances in neural
information processing systems 9 (1996).
[2] Bengio, Yoshua, Patrice Simard, and Paolo Frasconi.
"Learning long-term dependencies with gradient descent is
difficult." IEEE transactions on neural networks 5.2 (1994):
157-166.
[3] Hochreiter, Sepp, and Jรผrgen Schmidhuber. "LSTM can
solve hard long time lag problems." Advances in neural
information processing systems 9 (1996).
[4] Hochreiter, Sepp. "The vanishing gradient problem
during learning recurrent neural nets and problem
solutions." InternationalJournalofUncertainty, Fuzziness and
Knowledge-Based Systems 6.02 (1998): 107-116.
[5] Duong, Manh Ha, and Boriss Siliverstovs. "The stock
market and investment." unpublished Manuscript, Available
at http://www. finprop. de/Paper5_The_Stock_Market. pdf
(accessed 2 June 2010) (2006).
[6] Liu, Li. "Are Bitcon returns predictable?: Evidence from
technical indicators." Physica A: Statistical Mechanics and its
Applications 533 (2019): 121950.
[7] Kunal Gaur. โ€œSTOCK PRICE PREDICTION AND
RECOMMENDATION USINGMACHINE LEARNING
TECHNIQUES AND TWITTERSENTIMENT ANALYSISโ€ IRJET
2020
[8] R. Batra and S. M. Daudpota, "Integrating StockTwitswith
sentiment analysis for better prediction of stock price
movement," 2018 International Conference on Computing,
Mathematics and EngineeringTechnologies(iCoMET),2018,
pp. 1-5, doi: 10.1109/ICOMET.2018.8346382.
[9] Mittal, Anshul, and Arpit Goel. "Stock prediction using
twitter sentiment analysis." Standford University, CS229
(2011 http://cs229. stanford. edu/proj2011/GoelMittal-
StockMarketPredictionUsingTwitterSentimentAnalysis.
pdf) 15 (2012): 2352.
[10] Raheman, Ali, et al. "Social Media Sentiment Analysis
for Cryptocurrency Market Prediction." arXiv preprint
arXiv:2204.10185 (2022).
[11] Pour, Ehsan Sadeghi, et al. "Cryptocurrency Price
Prediction with Neural Networks of LSTM and Bayesian
Optimization." EuropeanJournalofBusinessandManagement
Research 7.2 (2022): 20-27.
[12] Abraham, Jethin, et al. "Cryptocurrencypriceprediction
using tweet volumes and sentiment analysis." SMU Data
Science Review 1.3 (2018): 1.
[13] Rather, Akhter Mohiuddin. "LSTM-based Deep Learning
Model for Stock Prediction and Predictive Optimization
Model." EURO Journal on Decision Processes 9 (2021):
100001.
[14] Li, Xinyi, et al. "DP-LSTM: Differential privacy-inspired
LSTM for stock prediction using financial news." arXiv
preprint arXiv:1912.10806 (2019).
[15] Gandhmal, Dattatray P., and K. Kumar. "Wrapper-
Enabled feature selection and CPLM-based NARX model for
stock marketprediction."TheComputerJournal 64.2(2021):
169-184.
[16] Kumar, K., and Dattatray P. Gandhmal. "An intelligent
Indian stock market forecasting system using LSTM deep
learning." Indones J Electr Eng Comput Sci 21.2 (2021):
1082-1089.
BIOGRAPHIES
Name: Gargi Singh
Masters Student, Department of
Computer ScienceandEngineering
,Indira Gandhi Delhi Technical
University For Women Delhi
Name: B.Indra Thanaya ,Assistant
Professor, Department of
Computer Science and
Engineering, Indira Gandhi Delhi
Technical University For Women
Delhi

More Related Content

Similar to Bitcoin Price Prediction and Recommendation System using Deep learning techniques and twitter sentiment analysis

IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET Journal
ย 
IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET Journal
ย 
STOCK PRICE PREDICTION USING ML TECHNIQUES
STOCK PRICE PREDICTION USING ML TECHNIQUESSTOCK PRICE PREDICTION USING ML TECHNIQUES
STOCK PRICE PREDICTION USING ML TECHNIQUESIRJET Journal
ย 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryIRJET 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 Machine Learning Algorithms: ARIMA, LSTM & Linea...
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...IRJET Journal
ย 
IRJET - Companyโ€™s Stock Price Predictor using Machine Learning
IRJET -  	  Companyโ€™s Stock Price Predictor using Machine LearningIRJET -  	  Companyโ€™s Stock Price Predictor using Machine Learning
IRJET - Companyโ€™s Stock Price Predictor using Machine LearningIRJET Journal
ย 
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
ย 
IRJET - Job Portal Analysis and Salary Prediction System
IRJET -  	  Job Portal Analysis and Salary Prediction SystemIRJET -  	  Job Portal Analysis and Salary Prediction System
IRJET - Job Portal Analysis and Salary Prediction SystemIRJET Journal
ย 
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...IRJET Journal
ย 
ATM fraud detection system using machine learning algorithms
ATM fraud detection system using machine learning algorithmsATM fraud detection system using machine learning algorithms
ATM fraud detection system using machine learning algorithmsIRJET Journal
ย 
Multi Bank Atm Family Card: Integration of Multi Bank Multiple User in Single...
Multi Bank Atm Family Card: Integration of Multi Bank Multiple User in Single...Multi Bank Atm Family Card: Integration of Multi Bank Multiple User in Single...
Multi Bank Atm Family Card: Integration of Multi Bank Multiple User in Single...IRJET Journal
ย 
IRJET- Credit Card Fraud Detection using Machine Learning
IRJET- Credit Card Fraud Detection using Machine LearningIRJET- Credit Card Fraud Detection using Machine Learning
IRJET- Credit Card Fraud Detection 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 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- Prediction in Stock Marketing
IRJET- Prediction in Stock MarketingIRJET- Prediction in Stock Marketing
IRJET- Prediction in Stock MarketingIRJET 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
ย 
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...IRJET Journal
ย 
STOCK PRICE PREDICTION USING MACHINE LEARNING [RANDOM FOREST REGRESSION MODEL]
STOCK PRICE PREDICTION USING MACHINE LEARNING [RANDOM FOREST REGRESSION MODEL]STOCK PRICE PREDICTION USING MACHINE LEARNING [RANDOM FOREST REGRESSION MODEL]
STOCK PRICE PREDICTION USING MACHINE LEARNING [RANDOM FOREST REGRESSION MODEL]IRJET Journal
ย 
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCEBITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCEIRJET Journal
ย 

Similar to Bitcoin Price Prediction and Recommendation System using Deep learning techniques and twitter sentiment analysis (20)

IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and Prediction
ย 
IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom Industry
ย 
STOCK PRICE PREDICTION USING ML TECHNIQUES
STOCK PRICE PREDICTION USING ML TECHNIQUESSTOCK PRICE PREDICTION USING ML TECHNIQUES
STOCK PRICE PREDICTION USING ML TECHNIQUES
ย 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term Memory
ย 
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 Machine Learning Algorithms: ARIMA, LSTM & Linea...
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...
Stock Price Prediction using Machine Learning Algorithms: ARIMA, LSTM & Linea...
ย 
IRJET - Companyโ€™s Stock Price Predictor using Machine Learning
IRJET -  	  Companyโ€™s Stock Price Predictor using Machine LearningIRJET -  	  Companyโ€™s Stock Price Predictor using Machine Learning
IRJET - Companyโ€™s Stock Price Predictor using Machine Learning
ย 
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
ย 
IRJET - Job Portal Analysis and Salary Prediction System
IRJET -  	  Job Portal Analysis and Salary Prediction SystemIRJET -  	  Job Portal Analysis and Salary Prediction System
IRJET - Job Portal Analysis and Salary Prediction System
ย 
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
STOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AN...
ย 
ATM fraud detection system using machine learning algorithms
ATM fraud detection system using machine learning algorithmsATM fraud detection system using machine learning algorithms
ATM fraud detection system using machine learning algorithms
ย 
Multi Bank Atm Family Card: Integration of Multi Bank Multiple User in Single...
Multi Bank Atm Family Card: Integration of Multi Bank Multiple User in Single...Multi Bank Atm Family Card: Integration of Multi Bank Multiple User in Single...
Multi Bank Atm Family Card: Integration of Multi Bank Multiple User in Single...
ย 
IRJET- Credit Card Fraud Detection using Machine Learning
IRJET- Credit Card Fraud Detection using Machine LearningIRJET- Credit Card Fraud Detection using Machine Learning
IRJET- Credit Card Fraud Detection 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 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- Prediction in Stock Marketing
IRJET- Prediction in Stock MarketingIRJET- Prediction in Stock Marketing
IRJET- Prediction in Stock Marketing
ย 
Stock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep LearningStock Market Prediction Using Deep Learning
Stock Market Prediction Using Deep Learning
ย 
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
ย 
STOCK PRICE PREDICTION USING MACHINE LEARNING [RANDOM FOREST REGRESSION MODEL]
STOCK PRICE PREDICTION USING MACHINE LEARNING [RANDOM FOREST REGRESSION MODEL]STOCK PRICE PREDICTION USING MACHINE LEARNING [RANDOM FOREST REGRESSION MODEL]
STOCK PRICE PREDICTION USING MACHINE LEARNING [RANDOM FOREST REGRESSION MODEL]
ย 
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCEBITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
BITCOIN HEIST: RANSOMWARE ATTACKS PREDICTION USING DATA SCIENCE
ย 

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

Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Standamitlee9823
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .DerechoLaboralIndivi
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Call Girls in Nagpur High Profile
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
ย 

Recently uploaded (20)

Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 

Bitcoin Price Prediction and Recommendation System using Deep learning techniques and twitter sentiment analysis

  • 1. ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 62 Bitcoin Price Prediction and Recommendation System using Deep learning techniques and twitter sentiment analysis Gargi Singh 1, B.Indra Thanaya2 1 Masters Student, Department of Computer Science and Engineering ,Indira Gandhi Delhi Technical University For Women Delhi 2 Assistant Professor, Department of Computer Science and Engineering, Indira Gandhi Delhi Technical University For Women Delhi ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract โ€“ Prediction of bitcoin market trends is one of the important tasks that need dedicated attention as predicting bitcoin prices successfully leadstoattractiveprofitsbymaking the proper decision. Bitcoin market is challenging due to its non-stationary, blaring and chaotic data, and thus the prediction becomes challenging for investors to invest their money for making profits. The bitcoin price prediction based on historical data or textual information have shown to be unsatisfactory ,Thatโ€™s why we have used both for predicting the bitcoin price and recommendationsystemtobuyorsell the bitcoin as per the fluctuation in the market. As the bitcoin price prediction is a Time series problem we have used different machine learning and deep learning techniquessuch as LSTM, ARIMA, and Linear Regression. Out of these ARIMA has performed really well with an accuracy of 80%.Existing Studies in the sentiment analysis have shown that there is a correlation between the fluctuation of bitcoin prices and twitter tweets. We have performed sentiment analysis on the latest 100 tweets about the bitcoin which will provide a recommendation to buy or sell the bitcoin. Key Words: LSTM,ARIMA, MachineLearning,Sentiment Analysis, Bitcoin Trade Open, Bitcoin Trade Close. 1. INTRODUCTION Bitcoin is a crypto currency that is being used globally for digital payment ,investment or for trading. Bitcoin pricesare difficult to predict due to their extreme volatility, which is influenced by a variety of political and economic issues, as well as changes in leadership, investorattitude,anda variety of other factors. A model which is considering one component may not be reliable. As a combining both the tweets and the historical price data might improve the accuracy . There are primarilytwoapproachesforpredicting markets trends. Technical analysis and the fundamental analysis are twotypesofanalysis. Fundamental analysisuses previous price and volume to forecast future trends, but technical analysis does not. Fundamental analysis of a current bitcoin prices, on the other hand, entails evaluating financial data to get insights. The efficient market theory, which holds that bitcoin market prices are basically unpredictable, casts doubt on the usefulness of both technical and fundamental analysis. The goal of this research work is to build a model which predicts the bitcoin market trends. Three models are used as a part of this research work. The model are ARIMA,LSTM, and Linear Regression. Sentiment Analysis is performed on the latest tweets about bitcoin. LSTM model was first introduced by Hoc Hochreiter & Schmidhuber [1] which was capable of learning long term dependencies. Later on, many researched improves this work in[2][3][4]. The rest of the paper is organized as follows. Section 2 includes the research state of the bitcoin price prediction. Section 3 includes the Data collection & Preprocessing. Section 4 consists of methodologies used. Section 5 includes the Experimental Results. Section 6 concludes the paper. 2. LITRATURE SURVEY The Siliverstovs of Manh Ha Duong Boris[5],investigatedthe relationship between equity pricesand combinedfinancesin key European countries such as the United Kingdom and Germany. Acceleration in European country investments is likely to result in a stronger link between European nation equity prices. If innovations in bitcoin markets effect actual financial instruments like investment and consumption. Lui Li[6],Examines the technical indicators and procedures of trading. Kunal Gaur[7], the stock market time series prediction and recommendation system is developed using the parallel combinationofLSTM-ARIMA-LinearRegressionwithTwitter Sentimentanalysiswhichhasshowandimprovedaccuracyof 83%. R Batra[8] experimented the Sentiment analysis for better Prediction of Stock PriceMovementusethetwittersentiment analysis for developing the prediction tool on the basis of tweets polarity. A Mittal[9] proposed a cross validation method for financial data and obtained 75.6% accuracy in price prediction using Self Organization Fuzzy Neural Networks on the Twitter feeds. A Raheman[10] had analyzed that the โ€œout-of-the-boxโ€ Aigents model which had a correlation of ~0.33, and after International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 63 fine-tuning,โ€œaigents+โ€ has a correlation of ~0.57. "ensemble(all)" corresponds to average metrics across all models, and'"ensemble(top3)"correspondstotheaverageof the best three models (aigents+, aigents and finBERT). Pour [11] proposed that the cryptocurrency market prediction has been done with Deep Learning tools such as LSTM and Bayesian Optimization has been tested on stock market indices .TheminimumbatchsizeoftrainingEpochsin deep learning algorithms is set equal to 32. From all these researches done we were not able to find any work which have used more than 1 models and based on Polarity of tweets a recommendation of buy/sell is given to the user. 3. DATA COLLECTION AND PREPROCESSING 3.1 Data Collection The data has been collected from three sources . ๏‚ท The historic data has been downloaded from the year 2014 to 2022 dataset for Bitcoin Prices by using the Yahoo Finance API. ๏‚ท To validate the data on real time data I have used the cryptoCMD API.This library allows to collect the latest data from CoinMarketCap I have used the predefined scraper object to get the data from Coin cap Market API. ๏‚ท To perform the sentimentanalysisofthetweets related to Bitcoin prices I have usedtheTwitter API which is accessible from the developers account. 3.2 Data Preprocessing To make the data from the mode of entry appropriate for trustworthy analysis, it has to be pre-processed. ๏‚ท We pre-processed the historical data in the following manner :- ๏‚ท Data Pre-processing For ARIMA Model :- S.No. Techniques 1. Filling the null values with backward fill method. 2. Taken 80% of the data for training and 20% data for testing. ๏‚ท Data Pre-processing for LSTM Model :- S.No. Techniques 1. Scaled the values using Min- Max Scaler 2. Storing trends of a particular company from 7 days before current day to predict 1 next output and storing them to training part 3. Converting training list into numpy arrays 4. Adding 3rd Dimension to training part. ๏‚ท Data Pre-processing for Linear Reg Algorithm :- S.No. Techniques 1. Declaring number of days (n) to be forecasted in future. 2. Declaring new dataframe with relevant data ๏‚ท Data Pre-processing for Tweets :- S.No. Techniques 1. Cleaning up the tweets. 2. Passing the tweets to TextBlob for calculating the Polarity. 4. METHODOLOGIES 4.1 ARIMA (Auto Regressive Integrating Moving Average) ARIMA stands for auto regressive integrated moving average. It is a statistical analysis model thatusestimeseries data to better understand the data set or anticipate future trends. If a statistical model predicts future values based on previous values, it is called autoregressive. For example, an ARIMA model may try to anticipate a company's earnings based on prior periods or predict a stock's future pricing based on historical performance. The model's final goal is to forecast future time series movement by looking at disparities between values in the series rather than actual values. When there is evidence of non-stationarity in the data, ARIMA models are used.Nonstationarydata arealways turned into stationary data in timeseries analysis. We can break down the model into smaller components based on the name: ๏‚ท The AR which stands for Autoregressive Model, shows a random process. The output ofthemodel is linearly dependent on its prio value , such as the
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 64 number of lagged data points or previous observations. ๏‚ท Integrative [I] :denotes the separating of raw observations so that the time series can become stationary [i.e. data values are replaced by the difference between thedata valuesandtheprevious values ]. ๏‚ท Moving Average : It takes into account the relationship between an observation and a residual error from a lagged moving average model. 4.2 LSTM (long Shorth Term Memory Network) Itโ€™s a unique type of recurrent neural network that can learn long-term data relationships. This is possible because the modelโ€™s recurring module is made up of four layers that interact with one another. An LSTM module has a cell state and three gates, giving it the ability to learn, unlearn, or retain information from each of the units selectively. By permitting only a few linear interactions, the cell state in LSTM allows information to travel across the units without being altered. Each unit contains an input, output, and a forget gate that adds or removes data from thecell state.The forget gate utilizes a sigmoid function to determine which information from the previous cell state should be ignored. The input gate uses a point-wise multiplication operation of 'sigmoid' and 'tanh' to control the information flow to the current cell state. Finally, the output gate determines which data should be transmitted on the next hidden state. LSTM can be used in many applications such as for weather forecasting, NLP, speech recognition, hand writing recognition, time-series prediction, etc .The cell state is represented by the horizontal line that runsacrossthetopof the figure. The condition of the cell is similar to a conveyor belt. This flows straight down the chain with just minimal linear interactions. The ability of LSTM to add or delete information from the cell state is controlled by gates. Gates are used to allow information to pass through if desired. A sigmoid neural net layer plus a point wise multiplication operation make up gates. The sigmoid layer producesvalues ranging from 0 to 1, indicating how muchofeachcomponent should be allowed to pass. Let nothing through with a value of 0, and everything through with a value of 1! To safeguard and govern the cell state, an LSTM contains three of these gates. Fig 4.1: LSTM Architecture The prior hidden state(ht-1), previous cell state(Ct-1) and present input are the inputs to the current cell state (Ct), as illustrated in Figure 3.4.1 (Xt). The forget gate , input gate and output gate are the three gates that make up the cell. 4.3 Linear Regression Linear regression is a supervised machine learning algorithm. It carries out a regression task. Based on independent variables, regression models a goal prediction value . It carries out a regression task. Based onindependent variables, regression models a goal prediction value. It is mostly utilised in forecasting and determining the link between variables. Different regression models differ in terms of the type of relationship they evaluate between dependent and independent variables, aswell astheamount of independent variables they employ. Linear regression is used to predict the value of a dependent variable (y) given an independent variable (x). As a result of this regression technique , a linear relationship between x (input) and y output is discovered (output). Linear Regression gets its name from the equation Y=m*x+c
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 65 Figure IV.2 : System Architecture Real-time data is retrieved through the CryptoCMD API, historic data is retrieved from the Yahoo Finance API, and sentiment analysis data is retrieved from the Twitter API. ARIMA,LSTM,andLinearRegressionmodelsweredeveloped using the functions ARIMA ALGO(),LSTM ALGO(), and LIN REG ALGO(). These models accept the dataset variable as a parameter, and each model returns projected values and root mean square error. These models are trained for predicting its future price up to 7 days. The Twitter Sentiment analysis model was developed using the function retrieving_tweets_polarity . This model is accepting a string variable i.e. โ€œbtcโ€ a short form for Bitcoin Currency. The tweets were fetched from twitter API by authenticating it. The TextBlob library for Natural Language Processing has been to analyse the polarity and subjectivity of the sentence. The polarity of texblob function lies between [-1,1].I have counted the positive polarity and negative polarity of the latest tweets. This function is returning the polarity ,tweets list , tweets pool generating the overall polarity of the sentences, count of positive polarity , count of negative polarity and the count of neutral polarity. These function are called individually and their value has been stored in Global variable . These global values are passed into the recommending function which is acceptinghistoric-dataset,global_polarity, real-time-dataset and the meanvaluewhichistheprediction value of the most accurate model i.e. ARIMA. This function is returning the idea and decision , where the idea describes the next observed pattern in market i.e. Rise or Fall and decision is giving the user suggestion to buy or sell the bitcoin as per the fluctuation of market. 5. EXPERIMENTAL RESULTS The models ran for recent bitcoin prices. Some illustrations are given below. Weโ€™ll be seeing the RMSE(Root Mean Squared Error) for these bitcoin price. ๏‚ท ARIMA:-ARIMA model was on the latest bitcoin prices. We have achieved an RMSE value of 19.17. Fig 5.1: ARIMA Model Predictions ๏‚ท LSTM :-LSTM model was on the latest bitcoin prices for various epochs as depicted in the table below. After 30 epochs we got a good RMSE value. Epochs RMSE 5 150.150 10 302.187 15 390.529 30 78.27 Table 5.1 (LSTM On Various Epochs) 4.4 Research Methodology
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 66 Figure 5.2. :- LSTM Model Accuracy ๏‚ท Linear Regression :-Linear Regression model was ran and got an RMSE of 89.53.Followingisthegraph plotted for Linear Regression Model. Figure 5.3. :- Linear Regression Model Accuracy ๏‚ท Sentiment Analysis :- ๏‚ท Taken latest 100 tweets about the bitcoin . ๏‚ท Calculated Polarity by using TextBlob and got overall polarity as Positive. Figure 5.4 :- Polarity From Tweets 6. CONCLUSION In recent years, most people have been investing in the bitcoin market in order to make quick money. At the same time, an investor stands a good probability of losingall ofhis or her money. To comprehendfuturemarkettrends,theuser will need an effective model. Many prediction models exist that can anticipate whether the market is going up or down, but they are inaccurate. A model for predicting the bitcoin market movement for the next day has been attempted. A model has been constructed and evaluated using diverse bitcoin market data accessible open source, taking into account numerous patterns such as continuous up/down, volume traded each day, and also includes corporate sentiment. On the considered dataset, LSTM and ARIMA model are performing best. We have also performed sentiment analysis on twitter data to detect polarity of that particular tweet. Recommendation System is running well with the help of polarity of each tweet. In Future we can make this research broader by predicting other crypto currencies prices and including different advanced model for sentiment analysis. ACKNOWLEDEGEMNT On this auspicious occasion of accomplishment of our internship project on โ€œ Bitcoin Price Prediction and Recommendation System using Deep learning techniques and twitter sentiment analysis โ€, I would like to thank Prof. Indra Thanaya, Professor, CSE Department, IGDTUW, who has supported us through all the ups and downs in the completion of this project. He not only guided us throughout the project but also taught life values such asnevergiving up attitude and eagerness to learn and explore more in thefield of ML. We would be thankful to our honourable vice chancellor Dr.Amita Dev, Indira Gandhi Delhi Technical University for including the internship program and providing an opportunity to gain practical experience in research work. We are grateful to our honorable HOD, Prof. Seeja. K.R., Computer ScienceandEngineeringDepartment,IGDTUW for showing her trust and choosing us for thisinternship project work and encouraging us further. Finally, the support and coordination received from all the team members is great and their contribution was vital for the completion of this internship project. I hope we will achieve more in our future endeavors.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 ยฉ 2023, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 67 REFERENCES [1] Hochreiter, Sepp, and Jรผrgen Schmidhuber. "LSTM can solve hard long time lag problems." Advances in neural information processing systems 9 (1996). [2] Bengio, Yoshua, Patrice Simard, and Paolo Frasconi. "Learning long-term dependencies with gradient descent is difficult." IEEE transactions on neural networks 5.2 (1994): 157-166. [3] Hochreiter, Sepp, and Jรผrgen Schmidhuber. "LSTM can solve hard long time lag problems." Advances in neural information processing systems 9 (1996). [4] Hochreiter, Sepp. "The vanishing gradient problem during learning recurrent neural nets and problem solutions." InternationalJournalofUncertainty, Fuzziness and Knowledge-Based Systems 6.02 (1998): 107-116. [5] Duong, Manh Ha, and Boriss Siliverstovs. "The stock market and investment." unpublished Manuscript, Available at http://www. finprop. de/Paper5_The_Stock_Market. pdf (accessed 2 June 2010) (2006). [6] Liu, Li. "Are Bitcon returns predictable?: Evidence from technical indicators." Physica A: Statistical Mechanics and its Applications 533 (2019): 121950. [7] Kunal Gaur. โ€œSTOCK PRICE PREDICTION AND RECOMMENDATION USINGMACHINE LEARNING TECHNIQUES AND TWITTERSENTIMENT ANALYSISโ€ IRJET 2020 [8] R. Batra and S. M. Daudpota, "Integrating StockTwitswith sentiment analysis for better prediction of stock price movement," 2018 International Conference on Computing, Mathematics and EngineeringTechnologies(iCoMET),2018, pp. 1-5, doi: 10.1109/ICOMET.2018.8346382. [9] Mittal, Anshul, and Arpit Goel. "Stock prediction using twitter sentiment analysis." Standford University, CS229 (2011 http://cs229. stanford. edu/proj2011/GoelMittal- StockMarketPredictionUsingTwitterSentimentAnalysis. pdf) 15 (2012): 2352. [10] Raheman, Ali, et al. "Social Media Sentiment Analysis for Cryptocurrency Market Prediction." arXiv preprint arXiv:2204.10185 (2022). [11] Pour, Ehsan Sadeghi, et al. "Cryptocurrency Price Prediction with Neural Networks of LSTM and Bayesian Optimization." EuropeanJournalofBusinessandManagement Research 7.2 (2022): 20-27. [12] Abraham, Jethin, et al. "Cryptocurrencypriceprediction using tweet volumes and sentiment analysis." SMU Data Science Review 1.3 (2018): 1. [13] Rather, Akhter Mohiuddin. "LSTM-based Deep Learning Model for Stock Prediction and Predictive Optimization Model." EURO Journal on Decision Processes 9 (2021): 100001. [14] Li, Xinyi, et al. "DP-LSTM: Differential privacy-inspired LSTM for stock prediction using financial news." arXiv preprint arXiv:1912.10806 (2019). [15] Gandhmal, Dattatray P., and K. Kumar. "Wrapper- Enabled feature selection and CPLM-based NARX model for stock marketprediction."TheComputerJournal 64.2(2021): 169-184. [16] Kumar, K., and Dattatray P. Gandhmal. "An intelligent Indian stock market forecasting system using LSTM deep learning." Indones J Electr Eng Comput Sci 21.2 (2021): 1082-1089. BIOGRAPHIES Name: Gargi Singh Masters Student, Department of Computer ScienceandEngineering ,Indira Gandhi Delhi Technical University For Women Delhi Name: B.Indra Thanaya ,Assistant Professor, Department of Computer Science and Engineering, Indira Gandhi Delhi Technical University For Women Delhi