SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1869
Investment Portfolio Risk Manager using Machine Learning and
Deep-Learning.
Vettithanam Alex Sebastian1, Freshin Francis2, Abin Varghese Jacob3, Gaikar Prateek Balu4,
Prof. Dinesh S Tharwani5
1,2,3,4UG Student, Dept. of Computer Engineering, Pillai College of Engineering, New Panvel, Maharashtra, India
5 Professor, Dept. of Computer Engineering, Pillai College of Engineering, New Panvel, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Portfolio Management is the conceptofselecting
the proportions of various assets that are to be held in a
portfolio to have a good return without significant risk
exposure. In financial management and investment banking,
portfolio optimization is acriticalcomponent. Constructing an
optimal portfolio byselecting thebestpossiblecombinationsof
different portfolios is a computationally challenging problem
since it comes up with an exponential complexity. It has been
widely accepted that public sentiment is correlated with
financial markets. Different types of machine learning models
have recently been applied for short-term financial market
prediction with positive outcomes. However, itisobserved that
historical returns hardly obey the normal distribution
hypothesis. But, when using long short-term memory
networks, sentiment analysis in addition to historical data
leads to greater returns. In this project, we aim to build a
system for predicting portfolio risk using AI/ML and provide
insights on how the stocks will perform. We will train our
model on datasets which include historical data of top 100
companies (NIFTY 100) in NSE and BSE from 2010 to 2021,
Which is obtained from Yahoo Financial API.
Key Words: Portfolio Management, Stock Predictions,
Sentiment Analysis, FII, DII.
1.INTRODUCTION
Investment Portfolio Management is a concept where the
risk correlated to the investment portfolio is reduced and
have also tried to maximize the profit if it is withdrawn early
from the particular stock. It has also been seen that public
moods towards particular stocks are related with the
financial markets to a greater extent.
We plan to use long short term memory networks, wherein
we firstly do the sentiment analysis of tweets – where we
compare different tweets related to the stock,whichhelpsin
getting better predictions. Secondly, we compare the
portfolios of different Superstars to get a better prediction.
Lastly, we go through the historical data that are available
and compare it, so we get predictions accurately.
2. Literature Survey
A. Correlation of Stocks and News Content using
Decision Tree Classifier: Salvatore M. Carta (Member,
IEEE), Sergio Consoli, Luca Piras, Alessandro Sebastian
Podda, and Diego Reforgiato Recupero propose to capture
the association between terms in news reports and stock
price fluctuations. This is accomplished through the use of a
set of lexicons that contain the most influential words for a
given industry during a specific time period. Second, the
created lexicons are utilized to extract a collection of
attributes that characterize industry and firm-specific news
on a monthly, weekly, and daily basis. The feature vectors
are then loaded into a Decision Tree classifier, which
determines if the daily stock price variance is high or low.
The Decision Tree's rules that decide the prediction are
retrieved and displayed to the user as an explanation.
B. Artificial Intelligence techniques like Genetic
Algorithms and Fuzzy Logic for stock market prediction
and SVM Algorithms for SentimentAnalysis: FernandoG.
D. C. Ferreira, Amir H.Gandomi, (Senior Member, IEEE) and
Rodrigo T. N. Cardoso study various artificial intelligence
techniques like Genetic Algorithms and Fuzzy Logic to
predict stock prices from historical data. The paper also
discusses sentiment analysis done using SVM Algorithms.
The paper is then separated into four categories: portfolio
optimization, stock market prediction using AI, financial
sentiment analysis, and publications combiningtwoormore
domains.
C. Portfolio Optimization by combining Deep Neural
Network Models and Mean Standard AbsoluteDeviation
: Yilin Ma, Ruizhu Han, and Weizhong Wang offer a method
for evaluating the prediction performance of DMLP, LSTM
neural networks, and SVR across a four-year test period
(2012-2015). To completely analyze their prediction skills,
this research uses five evaluation metrics: mean absolute
error (MAE), mean squared error (MSE), HR, HR+, and HR.
The MAE and MSE measurements are regarded as the
primary indicators among all the evaluation measures since
predictederrorsarecloselyconnectedwithprediction-based
portfolio models. DMLP, LSTM neural network, and CNN are
three commonly used DNNs that have been shown to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1870
outperform standard ML technologies in terms of learning
ability. To evaluate risk, a semi-absolute deviation metric is
preferable to variance. To demonstrate their superiority,
these models are compared to three equal weighted
portfolio models (DMLP+EW, LSTM+EW, and CNN+MSAD),
SVR+MSAD, and SVR+MV.
D. Latent Dirichlet Allocation for sentiment extraction
from tweets and hypothesis check using Granger
Causality Test : Salah Buoktif, Ali Fiaz (Member, IEEE),and
Mamoun Awad offer a machine learning strategy that
consists of five basic steps to anticipate stock movements.
We scrape two sets of stock data from web sites. In step two,
use NLP approaches to pre-process data before extracting
various important aspects from tweets. Fitmachinelearning
models as described in Section III and evaluate model
accuracies in Step III. Step IV is activated if the accuracy falls
below a particular threshold T.StepIVinvolvesselectingand
transforming features, and then refitting the machine
learning models with a better collection of features. The
accuracy of the model is then compared to that of the
preceding stage. Finally, in step V, use a regularized model
stacking to try to improve classification performance even
more. In the Augmented Textual Features-Based Stock
Market, Latent Dirichlet Allocation (LDA) is employed for
topic modeling to assess the legitimacy of the tweet corpus.
Granger Causality analysis is done to see if there is a
statisticallymeaningful link betweentweet-drivensentiment
and stock returns.
E. Prediction from stock based images using Deep Q
Networks : To efficiently trainourNN model utilizingRLfor
stock prediction, Jinho Lee, Raehyun Kim, Yookyung Koh,
and Jaewoo Kang adopt the DQN framework rather than
traditional supervised learning. For the stock prediction
issue, using RL (Q-learning) insteadoftraditional supervised
learning gives a number of advantages.First, weuse rewards
to train our model. Assigning binary labels (e.g., True or
False) to activities is insufficient because wearedealingwith
the stock price prediction problem. For example, if a model
decides to take a Long action, it is preferable to receive a
10.0 reward for a future price change of +10 percent and a
1.5 reward for a subsequent price change of +1.5 percent.
Receiving True in both situations does not distinguish
between the two scenarios. Second, rather than using only
immediate rewards to train an agent, RL uses cumulative
rewards. Finally, a trained model can employanactionvalue
in Q-learning, which is the expected cumulative rewards of
the related action. So, after training, our model not only
understands which action to take, but it can also anticipate
how much profit the action would bring, allowing us to
discern between strong and weak patterns.
F. Combining Sharpe Ratio and Genetic Algorithms for
selecting profitable stocks: To answer the problem of
stock selection, the Yao-Hsin Chou, Shu-Yu Kuo, Yi-Tzu Lo
technique combines the Sharpe ratio and GA. We use stock
prices to determine portfolio fund standardization, which
improves risk evaluation. Funds standardization can
accurately depict portfolio risk whilealsotakingintoaccount
all of the interconnections between equities in a portfolio.
Because this article does not limit the amount of stocks in a
portfolio, there are a lot of possibilities in the search area. In
a large search space, GA is used to locate the portfolio with
the lowest risk and highest return.Inaddition,toprevent the
over-fitting problem, we employ the sliding windows to
select the best portfolio in the training period and totradein
the testing period.
2.1 Summary of Related Work
The Summary of methods used are given in Table.
Literature Stock
Prediction
from Historical
Data
StockPrediction
Using Sentiment
Analysis
Hybrid
Salvatore M.
Carta et al.
2021 [1]
No Yes No
Fernando G.
D. et al.
2021 [2]
Yes Yes Yes
Yilin Ma.
et al.
2020 [3]
Yes No No
Salah
Buoktif,
et al.
2020 [4]
No Yes Yes
Jinho Lee,
et al
2019 [5]
Yes No No
Yao-Hsin,
et al.
2017 [6]
Yes No No
Table- 1: Summary of literature survey
3. Proposed Work
The model proposes to take various inputs from different
sources to build the effective risk manager. When input is
given, all the relevant news from credible and available
sources will be fetched along with top few tweets from
twitter, Open interest (if available) and FIIS and DIISdata of
current day , markets closing point price will bestoredinthe
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1871
database. After the first stage of information collection is
done the processing of data isinitiatedbysending NEWS and
Tweets to the classifier to predict the general sentiment of
the people and to classify them into Positive to Negative
sentiments. The sentiments, current day market closing
price of stock and FIIS and DIIS buying and selling activity
will be given as an input to the LSTM Neural network. The
predicted output will be shown to the user along with
General Market sentiment and Open interest of the
underlying asset.
3.1 System Architecture
The system architecture is given in Figure 1.
Figure 1: Proposed System Architecture
A. News:
Most of the time the stock price movement is in response to
the speculation. It is highly regulated by the financial news
and sentiments present in the market. As we know, the
financial market is volatile, and this reflects in the share
prices movements. By analyzing the News, we can
approximate the stock market movements.
B. Tweets:
It has been observed that stock movements are directly
related to sentiment of people. Twitter is such a place where
people can tweet about what they think about a particular
topic. This is of great use for us as it summarizes their
sentiment towards any stock whichweareinterestedin.The
data are collected by Twitter Search API, where a search
query consists of the stock cash-tag (e.g., “$NKE” for Nike).
C. FII and DII’s data:
Stock markets are primarily driven by institutional money.
DIIs and FIIs account for the bulk of the liquidity in the
market. Tracking FIIS and DIISinflowsandoutflowscanhelp
predict the broader trends in the market. FIIS invest in
domestic markets in large and bulk quantities. As FIIS do
thorough research, and they do have their advanced in-
house AI recommendations thus we can depend on those
numbers.
D. Historical Data:
Historical data are day wise open, high, low and close of the
given stock. This Historical data is used by many analysts
and investors to back test and make investmentdecisions by
mining patterns in data. These data are much reliable
because the historical patterns may sometimes repeat in
similar kinds of stock rally and fall
E. Database:
MongoDB:
MongoDB is a cross platform document oriented database
program which is classified as a NoSQL database. MongoDB
uses JSON-like documents along with optional schemas.
MongoDB is developed by MongoDB Inc. MongoDB can
provide many benefits as it is flexibleschema whichmakesit
easy to evolve and store data in a way that is easy to work
with. MongoDB is built to scale up quickly and supports all
the features of modern databases such as transactions.
F. Classifier:
The Sentiment Classification is a type of the Text
Classification problem in NLP. We would be performing
Binary text classification. TheClassifierreadstheinputgiven
and processes it to give positive and negative sentiment. By
classifying the sentiment, we can get a moderately clear
picture of the general sentiment of people which will further
help in increasing the efficiency of the prediction.
For our use we will use BERT (Pre-Trained Model) as our
classifier.
G. LSTM:
Long Short-Term Memory (LSTM) is one of many forms of
Recurrent Neural Network RNN that can capture input from
previous stages and use it to make predictions in the future.
Because RNN isn't good for long-term memory, we chose
LSTM, which has proven to be quite good at forecastingwith
long-term data. A cell, an input gate, a forget gate, and an
output gate make up a typical LSTM unit. The three gates
control the flow of information into and out of the cell, and
the cell remembers values for arbitrary time intervals. Time
series data is well-suited to LSTM networks for processing,
classification, and prediction. LSTMs were created to solve
the problem of vanishing gradients that can occur when
training traditional RNNs.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1872
H. Output:
Stock Price Forecast: Predicted Output Using Historical
Data and Sentiment
Open Interest: Shows the Highest number of Call and Put
option Strike price
General sentiment: Shows the general Sentiment of NEWS
and Tweets
Because in stock market sometimes the markets may react
differently from the General Sentiment
4. Requirement Analysis
The implementation detail is given in this section.
4.1 Software
Operating System Windows 10
Programming Language Python
Database MongoDB
Framework Django
4.2 Hardware
Processor 2 GHz Intel
HDD 180 GB
RAM 4 GB
4.3 Dataset and Parameters
The dataset for prediction is using the NIFTY 50 historical
dataset from Yahoo Financial. FIIS and DIIS data are to be
obtained from the NSE Official Website. Tweets are fetched
from Twitter API. News are Fetched from Google News
which appear on top search results.
5. Conclusion
The Combination of Machine Learning (LSTM),
Technical(Option Chain), Sentimentanalysis(News,Twitter)
along with Foreign and Domestic Institutional Investors
analysis gives the user high accuracy in predictingtheshort-
term market efficiently.
Acknowledgement
It is our honor to thank our project coordinator Prof. K S.
Charumathi and guide Prof. Dinesh Tharwani for their
invaluable contributions, able guidance, encouragement,
wholehearted cooperation,andconstructivecriticismduring
the course of this project. Dr. Sharvari Govilkar, our
Department Head, and Dr. Sandeep M. Joshi, our principal,
deserve our heartfelt gratitude for encouraging and
permitting us to share this work.
References
[1] Salvatore M. Carta, (Member, IEEE), Sergio Consoli, Luca
Piras, Alessandro SebastianPodda, DiegoReforgiatoRecupero
“Explainable Machine Learning Exploiting News and
Domain-Specific Lexicon for Stock Market Forecasting”,
Institute of Electrical and Electronics Engineers (IEEE) , Feb
2021
[2] Fernando G. D. C. Ferreira, Amir H.Gandomi, (Senior
Member, IEEE), Rodrigo T. N. Cardoso “Artificial Intelligence
Applied to Stock Market Trading: A Review” , Institute of
Electrical and Electronics Engineers (IEEE) , Jan 2021
[3] Yilin Ma, Ruizhu Han, Weizhong Wang “Prediction-Based
PortfolioOptimizationModelsUsingDeepNeural Networks”,
Institute of Electrical and Electronics Engineers (IEEE),June
2020
[4] Salah Buoktif, Ali Fiaz, (Member, IEEE), Mamoun Awad
“Augmented Textual Features-Based Stock Market
Prediction” , Institute of Electrical and ElectronicsEngineers
(IEEE) , Feb 2020
[5] Jinho Lee, Raehyun Kim, Yookyung Koh, Jaewoo Kang
“Global Stock Market Prediction Based on Stock Chart
Images Using Deep Q-Network” , Institute of Electrical and
Electronics Engineers (IEEE) , Nov 2019
[6] Yao-Hsin Chou, Shu-Yu Kuo, Yi-Tzu Lo “Portfolio
Optimization Based on Funds Standardization and Genetic
Algorithm”, Institute of Electrical and Electronics Engineers
(IEEE), Nov 2017.
BIOGRAPHIES
Vettithanam Alex Sebastian
Freshin Francis
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1873
Abin Varghese Jacob
Gaikar Prateek Balu
Prof. Dinesh S Tharwani.
He is a Assistant professor at
PCE, New Panvel. Having more
than 13 years of teaching
experience in the field of
Computer Engineering. He has
published about 4 research
papers in various national and
international conferences.

More Related Content

Similar to Machine learning models predict stock portfolio risk

Rachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_reportRachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_reportRachit Mishra
 
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
 
IRJET- Financial Analysis using Data Mining
IRJET- Financial Analysis using Data MiningIRJET- Financial Analysis using Data Mining
IRJET- Financial Analysis using Data MiningIRJET Journal
 
The Analysis of Share Market using Random Forest & SVM
The Analysis of Share Market using Random Forest & SVMThe Analysis of Share Market using Random Forest & SVM
The Analysis of Share Market using Random Forest & SVMIRJET Journal
 
ELASTIC PROPERTY EVALUATION OF FIBRE REINFORCED GEOPOLYMER COMPOSITE USING SU...
ELASTIC PROPERTY EVALUATION OF FIBRE REINFORCED GEOPOLYMER COMPOSITE USING SU...ELASTIC PROPERTY EVALUATION OF FIBRE REINFORCED GEOPOLYMER COMPOSITE USING SU...
ELASTIC PROPERTY EVALUATION OF FIBRE REINFORCED GEOPOLYMER COMPOSITE USING SU...IRJET Journal
 
IDENTIFYING THE DAMAGE ASSESSMENT TWEETS DURING DISASTER
IDENTIFYING THE DAMAGE ASSESSMENT TWEETS DURING DISASTERIDENTIFYING THE DAMAGE ASSESSMENT TWEETS DURING DISASTER
IDENTIFYING THE DAMAGE ASSESSMENT TWEETS DURING DISASTERIRJET Journal
 
IRJET - Stock Recommendation System using Machine Learning Approache
IRJET - Stock Recommendation System using Machine Learning ApproacheIRJET - Stock Recommendation System using Machine Learning Approache
IRJET - Stock Recommendation System using Machine Learning ApproacheIRJET Journal
 
IRJET - Ensembling Reinforcement Learning for Portfolio Management
IRJET -  	  Ensembling Reinforcement Learning for Portfolio ManagementIRJET -  	  Ensembling Reinforcement Learning for Portfolio Management
IRJET - Ensembling Reinforcement Learning for Portfolio ManagementIRJET Journal
 
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...IRJET 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 ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUESSTOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUESIRJET Journal
 
IRJET- Text based Deep Learning for Stock Prediction
IRJET- Text based Deep Learning for Stock PredictionIRJET- Text based Deep Learning for Stock Prediction
IRJET- Text based Deep Learning for Stock PredictionIRJET 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 - Bankruptcy Score Indexing
IRJET - Bankruptcy Score IndexingIRJET - Bankruptcy Score Indexing
IRJET - Bankruptcy Score IndexingIRJET Journal
 
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISKMACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISKIRJET Journal
 
Artificial Intelligence Based Stock Market Prediction Model using Technical I...
Artificial Intelligence Based Stock Market Prediction Model using Technical I...Artificial Intelligence Based Stock Market Prediction Model using Technical I...
Artificial Intelligence Based Stock Market Prediction Model using Technical I...ijtsrd
 
IRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News ArticlesIRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News ArticlesIRJET Journal
 
IMPROVED TURNOVER PREDICTION OF SHARES USING HYBRID FEATURE SELECTION
IMPROVED TURNOVER PREDICTION OF SHARES USING HYBRID FEATURE SELECTIONIMPROVED TURNOVER PREDICTION OF SHARES USING HYBRID FEATURE SELECTION
IMPROVED TURNOVER PREDICTION OF SHARES USING HYBRID FEATURE SELECTIONIJDKP
 
IRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine LearningIRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine LearningIRJET Journal
 
IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET Journal
 

Similar to Machine learning models predict stock portfolio risk (20)

Rachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_reportRachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_report
 
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
 
IRJET- Financial Analysis using Data Mining
IRJET- Financial Analysis using Data MiningIRJET- Financial Analysis using Data Mining
IRJET- Financial Analysis using Data Mining
 
The Analysis of Share Market using Random Forest & SVM
The Analysis of Share Market using Random Forest & SVMThe Analysis of Share Market using Random Forest & SVM
The Analysis of Share Market using Random Forest & SVM
 
ELASTIC PROPERTY EVALUATION OF FIBRE REINFORCED GEOPOLYMER COMPOSITE USING SU...
ELASTIC PROPERTY EVALUATION OF FIBRE REINFORCED GEOPOLYMER COMPOSITE USING SU...ELASTIC PROPERTY EVALUATION OF FIBRE REINFORCED GEOPOLYMER COMPOSITE USING SU...
ELASTIC PROPERTY EVALUATION OF FIBRE REINFORCED GEOPOLYMER COMPOSITE USING SU...
 
IDENTIFYING THE DAMAGE ASSESSMENT TWEETS DURING DISASTER
IDENTIFYING THE DAMAGE ASSESSMENT TWEETS DURING DISASTERIDENTIFYING THE DAMAGE ASSESSMENT TWEETS DURING DISASTER
IDENTIFYING THE DAMAGE ASSESSMENT TWEETS DURING DISASTER
 
IRJET - Stock Recommendation System using Machine Learning Approache
IRJET - Stock Recommendation System using Machine Learning ApproacheIRJET - Stock Recommendation System using Machine Learning Approache
IRJET - Stock Recommendation System using Machine Learning Approache
 
IRJET - Ensembling Reinforcement Learning for Portfolio Management
IRJET -  	  Ensembling Reinforcement Learning for Portfolio ManagementIRJET -  	  Ensembling Reinforcement Learning for Portfolio Management
IRJET - Ensembling Reinforcement Learning for Portfolio Management
 
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
IRJET- Aspect based Sentiment Analysis on Financial Data using Transferred Le...
 
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 ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUESSTOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
 
IRJET- Text based Deep Learning for Stock Prediction
IRJET- Text based Deep Learning for Stock PredictionIRJET- Text based Deep Learning for Stock Prediction
IRJET- Text based Deep Learning for Stock Prediction
 
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 - Bankruptcy Score Indexing
IRJET - Bankruptcy Score IndexingIRJET - Bankruptcy Score Indexing
IRJET - Bankruptcy Score Indexing
 
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISKMACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
 
Artificial Intelligence Based Stock Market Prediction Model using Technical I...
Artificial Intelligence Based Stock Market Prediction Model using Technical I...Artificial Intelligence Based Stock Market Prediction Model using Technical I...
Artificial Intelligence Based Stock Market Prediction Model using Technical I...
 
IRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News ArticlesIRJET- Stock Market Prediction using Financial News Articles
IRJET- Stock Market Prediction using Financial News Articles
 
IMPROVED TURNOVER PREDICTION OF SHARES USING HYBRID FEATURE SELECTION
IMPROVED TURNOVER PREDICTION OF SHARES USING HYBRID FEATURE SELECTIONIMPROVED TURNOVER PREDICTION OF SHARES USING HYBRID FEATURE SELECTION
IMPROVED TURNOVER PREDICTION OF SHARES USING HYBRID FEATURE SELECTION
 
IRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine LearningIRJET- Stock Market Prediction using Machine Learning
IRJET- Stock Market Prediction using Machine Learning
 
IRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and PredictionIRJET - Stock Market Analysis and Prediction
IRJET - Stock Market Analysis and Prediction
 

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

Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 

Recently uploaded (20)

Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 

Machine learning models predict stock portfolio risk

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1869 Investment Portfolio Risk Manager using Machine Learning and Deep-Learning. Vettithanam Alex Sebastian1, Freshin Francis2, Abin Varghese Jacob3, Gaikar Prateek Balu4, Prof. Dinesh S Tharwani5 1,2,3,4UG Student, Dept. of Computer Engineering, Pillai College of Engineering, New Panvel, Maharashtra, India 5 Professor, Dept. of Computer Engineering, Pillai College of Engineering, New Panvel, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Portfolio Management is the conceptofselecting the proportions of various assets that are to be held in a portfolio to have a good return without significant risk exposure. In financial management and investment banking, portfolio optimization is acriticalcomponent. Constructing an optimal portfolio byselecting thebestpossiblecombinationsof different portfolios is a computationally challenging problem since it comes up with an exponential complexity. It has been widely accepted that public sentiment is correlated with financial markets. Different types of machine learning models have recently been applied for short-term financial market prediction with positive outcomes. However, itisobserved that historical returns hardly obey the normal distribution hypothesis. But, when using long short-term memory networks, sentiment analysis in addition to historical data leads to greater returns. In this project, we aim to build a system for predicting portfolio risk using AI/ML and provide insights on how the stocks will perform. We will train our model on datasets which include historical data of top 100 companies (NIFTY 100) in NSE and BSE from 2010 to 2021, Which is obtained from Yahoo Financial API. Key Words: Portfolio Management, Stock Predictions, Sentiment Analysis, FII, DII. 1.INTRODUCTION Investment Portfolio Management is a concept where the risk correlated to the investment portfolio is reduced and have also tried to maximize the profit if it is withdrawn early from the particular stock. It has also been seen that public moods towards particular stocks are related with the financial markets to a greater extent. We plan to use long short term memory networks, wherein we firstly do the sentiment analysis of tweets – where we compare different tweets related to the stock,whichhelpsin getting better predictions. Secondly, we compare the portfolios of different Superstars to get a better prediction. Lastly, we go through the historical data that are available and compare it, so we get predictions accurately. 2. Literature Survey A. Correlation of Stocks and News Content using Decision Tree Classifier: Salvatore M. Carta (Member, IEEE), Sergio Consoli, Luca Piras, Alessandro Sebastian Podda, and Diego Reforgiato Recupero propose to capture the association between terms in news reports and stock price fluctuations. This is accomplished through the use of a set of lexicons that contain the most influential words for a given industry during a specific time period. Second, the created lexicons are utilized to extract a collection of attributes that characterize industry and firm-specific news on a monthly, weekly, and daily basis. The feature vectors are then loaded into a Decision Tree classifier, which determines if the daily stock price variance is high or low. The Decision Tree's rules that decide the prediction are retrieved and displayed to the user as an explanation. B. Artificial Intelligence techniques like Genetic Algorithms and Fuzzy Logic for stock market prediction and SVM Algorithms for SentimentAnalysis: FernandoG. D. C. Ferreira, Amir H.Gandomi, (Senior Member, IEEE) and Rodrigo T. N. Cardoso study various artificial intelligence techniques like Genetic Algorithms and Fuzzy Logic to predict stock prices from historical data. The paper also discusses sentiment analysis done using SVM Algorithms. The paper is then separated into four categories: portfolio optimization, stock market prediction using AI, financial sentiment analysis, and publications combiningtwoormore domains. C. Portfolio Optimization by combining Deep Neural Network Models and Mean Standard AbsoluteDeviation : Yilin Ma, Ruizhu Han, and Weizhong Wang offer a method for evaluating the prediction performance of DMLP, LSTM neural networks, and SVR across a four-year test period (2012-2015). To completely analyze their prediction skills, this research uses five evaluation metrics: mean absolute error (MAE), mean squared error (MSE), HR, HR+, and HR. The MAE and MSE measurements are regarded as the primary indicators among all the evaluation measures since predictederrorsarecloselyconnectedwithprediction-based portfolio models. DMLP, LSTM neural network, and CNN are three commonly used DNNs that have been shown to
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1870 outperform standard ML technologies in terms of learning ability. To evaluate risk, a semi-absolute deviation metric is preferable to variance. To demonstrate their superiority, these models are compared to three equal weighted portfolio models (DMLP+EW, LSTM+EW, and CNN+MSAD), SVR+MSAD, and SVR+MV. D. Latent Dirichlet Allocation for sentiment extraction from tweets and hypothesis check using Granger Causality Test : Salah Buoktif, Ali Fiaz (Member, IEEE),and Mamoun Awad offer a machine learning strategy that consists of five basic steps to anticipate stock movements. We scrape two sets of stock data from web sites. In step two, use NLP approaches to pre-process data before extracting various important aspects from tweets. Fitmachinelearning models as described in Section III and evaluate model accuracies in Step III. Step IV is activated if the accuracy falls below a particular threshold T.StepIVinvolvesselectingand transforming features, and then refitting the machine learning models with a better collection of features. The accuracy of the model is then compared to that of the preceding stage. Finally, in step V, use a regularized model stacking to try to improve classification performance even more. In the Augmented Textual Features-Based Stock Market, Latent Dirichlet Allocation (LDA) is employed for topic modeling to assess the legitimacy of the tweet corpus. Granger Causality analysis is done to see if there is a statisticallymeaningful link betweentweet-drivensentiment and stock returns. E. Prediction from stock based images using Deep Q Networks : To efficiently trainourNN model utilizingRLfor stock prediction, Jinho Lee, Raehyun Kim, Yookyung Koh, and Jaewoo Kang adopt the DQN framework rather than traditional supervised learning. For the stock prediction issue, using RL (Q-learning) insteadoftraditional supervised learning gives a number of advantages.First, weuse rewards to train our model. Assigning binary labels (e.g., True or False) to activities is insufficient because wearedealingwith the stock price prediction problem. For example, if a model decides to take a Long action, it is preferable to receive a 10.0 reward for a future price change of +10 percent and a 1.5 reward for a subsequent price change of +1.5 percent. Receiving True in both situations does not distinguish between the two scenarios. Second, rather than using only immediate rewards to train an agent, RL uses cumulative rewards. Finally, a trained model can employanactionvalue in Q-learning, which is the expected cumulative rewards of the related action. So, after training, our model not only understands which action to take, but it can also anticipate how much profit the action would bring, allowing us to discern between strong and weak patterns. F. Combining Sharpe Ratio and Genetic Algorithms for selecting profitable stocks: To answer the problem of stock selection, the Yao-Hsin Chou, Shu-Yu Kuo, Yi-Tzu Lo technique combines the Sharpe ratio and GA. We use stock prices to determine portfolio fund standardization, which improves risk evaluation. Funds standardization can accurately depict portfolio risk whilealsotakingintoaccount all of the interconnections between equities in a portfolio. Because this article does not limit the amount of stocks in a portfolio, there are a lot of possibilities in the search area. In a large search space, GA is used to locate the portfolio with the lowest risk and highest return.Inaddition,toprevent the over-fitting problem, we employ the sliding windows to select the best portfolio in the training period and totradein the testing period. 2.1 Summary of Related Work The Summary of methods used are given in Table. Literature Stock Prediction from Historical Data StockPrediction Using Sentiment Analysis Hybrid Salvatore M. Carta et al. 2021 [1] No Yes No Fernando G. D. et al. 2021 [2] Yes Yes Yes Yilin Ma. et al. 2020 [3] Yes No No Salah Buoktif, et al. 2020 [4] No Yes Yes Jinho Lee, et al 2019 [5] Yes No No Yao-Hsin, et al. 2017 [6] Yes No No Table- 1: Summary of literature survey 3. Proposed Work The model proposes to take various inputs from different sources to build the effective risk manager. When input is given, all the relevant news from credible and available sources will be fetched along with top few tweets from twitter, Open interest (if available) and FIIS and DIISdata of current day , markets closing point price will bestoredinthe
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1871 database. After the first stage of information collection is done the processing of data isinitiatedbysending NEWS and Tweets to the classifier to predict the general sentiment of the people and to classify them into Positive to Negative sentiments. The sentiments, current day market closing price of stock and FIIS and DIIS buying and selling activity will be given as an input to the LSTM Neural network. The predicted output will be shown to the user along with General Market sentiment and Open interest of the underlying asset. 3.1 System Architecture The system architecture is given in Figure 1. Figure 1: Proposed System Architecture A. News: Most of the time the stock price movement is in response to the speculation. It is highly regulated by the financial news and sentiments present in the market. As we know, the financial market is volatile, and this reflects in the share prices movements. By analyzing the News, we can approximate the stock market movements. B. Tweets: It has been observed that stock movements are directly related to sentiment of people. Twitter is such a place where people can tweet about what they think about a particular topic. This is of great use for us as it summarizes their sentiment towards any stock whichweareinterestedin.The data are collected by Twitter Search API, where a search query consists of the stock cash-tag (e.g., “$NKE” for Nike). C. FII and DII’s data: Stock markets are primarily driven by institutional money. DIIs and FIIs account for the bulk of the liquidity in the market. Tracking FIIS and DIISinflowsandoutflowscanhelp predict the broader trends in the market. FIIS invest in domestic markets in large and bulk quantities. As FIIS do thorough research, and they do have their advanced in- house AI recommendations thus we can depend on those numbers. D. Historical Data: Historical data are day wise open, high, low and close of the given stock. This Historical data is used by many analysts and investors to back test and make investmentdecisions by mining patterns in data. These data are much reliable because the historical patterns may sometimes repeat in similar kinds of stock rally and fall E. Database: MongoDB: MongoDB is a cross platform document oriented database program which is classified as a NoSQL database. MongoDB uses JSON-like documents along with optional schemas. MongoDB is developed by MongoDB Inc. MongoDB can provide many benefits as it is flexibleschema whichmakesit easy to evolve and store data in a way that is easy to work with. MongoDB is built to scale up quickly and supports all the features of modern databases such as transactions. F. Classifier: The Sentiment Classification is a type of the Text Classification problem in NLP. We would be performing Binary text classification. TheClassifierreadstheinputgiven and processes it to give positive and negative sentiment. By classifying the sentiment, we can get a moderately clear picture of the general sentiment of people which will further help in increasing the efficiency of the prediction. For our use we will use BERT (Pre-Trained Model) as our classifier. G. LSTM: Long Short-Term Memory (LSTM) is one of many forms of Recurrent Neural Network RNN that can capture input from previous stages and use it to make predictions in the future. Because RNN isn't good for long-term memory, we chose LSTM, which has proven to be quite good at forecastingwith long-term data. A cell, an input gate, a forget gate, and an output gate make up a typical LSTM unit. The three gates control the flow of information into and out of the cell, and the cell remembers values for arbitrary time intervals. Time series data is well-suited to LSTM networks for processing, classification, and prediction. LSTMs were created to solve the problem of vanishing gradients that can occur when training traditional RNNs.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1872 H. Output: Stock Price Forecast: Predicted Output Using Historical Data and Sentiment Open Interest: Shows the Highest number of Call and Put option Strike price General sentiment: Shows the general Sentiment of NEWS and Tweets Because in stock market sometimes the markets may react differently from the General Sentiment 4. Requirement Analysis The implementation detail is given in this section. 4.1 Software Operating System Windows 10 Programming Language Python Database MongoDB Framework Django 4.2 Hardware Processor 2 GHz Intel HDD 180 GB RAM 4 GB 4.3 Dataset and Parameters The dataset for prediction is using the NIFTY 50 historical dataset from Yahoo Financial. FIIS and DIIS data are to be obtained from the NSE Official Website. Tweets are fetched from Twitter API. News are Fetched from Google News which appear on top search results. 5. Conclusion The Combination of Machine Learning (LSTM), Technical(Option Chain), Sentimentanalysis(News,Twitter) along with Foreign and Domestic Institutional Investors analysis gives the user high accuracy in predictingtheshort- term market efficiently. Acknowledgement It is our honor to thank our project coordinator Prof. K S. Charumathi and guide Prof. Dinesh Tharwani for their invaluable contributions, able guidance, encouragement, wholehearted cooperation,andconstructivecriticismduring the course of this project. Dr. Sharvari Govilkar, our Department Head, and Dr. Sandeep M. Joshi, our principal, deserve our heartfelt gratitude for encouraging and permitting us to share this work. References [1] Salvatore M. Carta, (Member, IEEE), Sergio Consoli, Luca Piras, Alessandro SebastianPodda, DiegoReforgiatoRecupero “Explainable Machine Learning Exploiting News and Domain-Specific Lexicon for Stock Market Forecasting”, Institute of Electrical and Electronics Engineers (IEEE) , Feb 2021 [2] Fernando G. D. C. Ferreira, Amir H.Gandomi, (Senior Member, IEEE), Rodrigo T. N. Cardoso “Artificial Intelligence Applied to Stock Market Trading: A Review” , Institute of Electrical and Electronics Engineers (IEEE) , Jan 2021 [3] Yilin Ma, Ruizhu Han, Weizhong Wang “Prediction-Based PortfolioOptimizationModelsUsingDeepNeural Networks”, Institute of Electrical and Electronics Engineers (IEEE),June 2020 [4] Salah Buoktif, Ali Fiaz, (Member, IEEE), Mamoun Awad “Augmented Textual Features-Based Stock Market Prediction” , Institute of Electrical and ElectronicsEngineers (IEEE) , Feb 2020 [5] Jinho Lee, Raehyun Kim, Yookyung Koh, Jaewoo Kang “Global Stock Market Prediction Based on Stock Chart Images Using Deep Q-Network” , Institute of Electrical and Electronics Engineers (IEEE) , Nov 2019 [6] Yao-Hsin Chou, Shu-Yu Kuo, Yi-Tzu Lo “Portfolio Optimization Based on Funds Standardization and Genetic Algorithm”, Institute of Electrical and Electronics Engineers (IEEE), Nov 2017. BIOGRAPHIES Vettithanam Alex Sebastian Freshin Francis
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1873 Abin Varghese Jacob Gaikar Prateek Balu Prof. Dinesh S Tharwani. He is a Assistant professor at PCE, New Panvel. Having more than 13 years of teaching experience in the field of Computer Engineering. He has published about 4 research papers in various national and international conferences.