SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1859
FINANCIAL ANALYSIS USING DATA MINING
Akshaya Rajagopalan1, Vidhya. S2, P.R Bhavya3
1Akshaya Rajagopalan, Dept. of Computer Application, M.O.P Vaishnav College for women, TamilNadu, India
2Vidhya.S, Dept. of Computer Application, M.O.P Vaishnav College for women, TamilNadu, India
3P.R Bhavya, Dept. of Computer Application, M.O.P Vaishnav College for women, TamilNadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Data mining refers to extracting or mining knowledge from large amounts of data. Data mining isused inpredictionof
various diseases, stock market trends and weather conditions. The paper uses data mining algorithms to predict whether the
NASDAQ share market will increase every month. The prediction is done using KNN classification, Rule based classification and
Deep Learning technique. The three algorithms are compared with each other for determining the one with higher accuracy.
Key Words: (Size 10 & Bold) Key word1, Key word2, Key word3, etc (Minimum 5 to 8 key words)…
1. INTRODUCTION
Data mining refers to extracting information from huge sets of data. In general, we can say that data mining is the
process of mining knowledge from data. The information or knowledge extracted can be used for variousapplicationssuchas
market analysis, fraud detection, customer retention and many more.
Stock market trends are very unstable. This leads to high risk in stock returns. The stock returns for an investor is
important as they invest their money on stocks to gain profit. In order to gain high stock returns,knowledgeonstock trends is
necessary. There are market experts who predict when an investor can buy, sell or hold shares. The prediction however is
difficult due to complex and unstable nature of stock market. On the other hand, there ishugeamountofdata generatedbythe
stock market which can be used for prediction. There are various ways to predict stock market trends.
There are various algorithms for classification and clustering data. The paper uses the data set of NASDAQ share
market of 10 years for every month from Jan-2009 to Jan-2019 from it official website. The dataset was given label as
increasing which has either yes or no as its value based on previous month and current month price of stock.
1.1 Literature Review
[1]Examining the stability and persistence of the long-short performance of fundamental signals over time. This analysis is
important because previous studies (e.g., Sullivan, Timmermann, and White 2001) argue that the analysis of sub period
stability is a remedy against data mining.
[2]Tokenization: Each news article or financial report document is split into meaningful words called tokens. They are: Data
standardization, Stop-word-removal, Stemming, Abbreviation processing, Filter tokens.
[3]To develop the new models, two methods were used: DA and decision trees.
Using these methods, we identified the most significant variables from the basic sets in terms of prediction bankruptcy/non
bankruptcy of companies within the Slovak business environment.
[4]There are often inconsistencies in how entity names and addresses are entered, in addition to outright errors and typos.
There is implicit semantic knowledge included in a name, e.g., a name may contain National association or State Bank of in its
name. This complicates matching based on a similarity score that is obtained using some edit distance metric.
[5]Mentioning that the final purpose behind text classification processes is to facilitate text analyzing in order to recognize
hidden textual patterns with reduced manual efforts. To do this, we focus on utilization of classified financial footnotes in the
last phase of the research, which consists of representation of classified output in each category.
[6]If for denser structure trees all effective features in first prediction are selected by the proposed hybrid model, results in
better accuracy as ‘‘BF Tree’’, ‘‘LAD Tree’’, and ‘‘FT Tree’’. Otherwise, it is possible that accuracy drops, like ‘‘CART and Rep’’
TREEs. The selected features have different effect on the accuracy of forecasting. Some trees with large structure, such as J48
Graph and J48 Tree.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1860
[7]The LDA results from the previous section show that Comcast has serious customer service issues. We want to further
explore these issues with sentiment analysis, which is a supervised learning method and can also be used to visualize and
summarize big data. Sentiment analysis can be carried out in various models, such as maximum entropy.
[8]As cryptocurrencies continue to develop they have merited the attention of policy-makers and regulators for a host of
differing reasons. However, there have been three specific situations that have been quite unique to cryptocurrency markets.
[9] Always aiming to increase credit volume while reducing default risks. Therefore, credit scoring analyses are crucial to aid
faster decision making, reduce the costs of loan analysis, monitor existing accounts more closely, predict default risks, and
ensure that institutions can detect possible risks while developing their competitiveness
2. ANALYSIS
The analysis is done using Data mining tool named RapidMiner Studio. Itisabouttheusageofthreemainalgorithms:KNearest
Neighbour, Rule Based Classification and Deep Learning for predictingwhethertheNASDAQmarketwill increase everymonth
or not and with higher accuracy. The label for prediction is increasing with values yes or no. This data was then imported to
RapidMiner and many algorithms were applied. In the end only three algorithms had significant accuracy. These three are
compared and the one with higher accuracy is best suited for this prediction. The working, results and performance of each
algorithm is given below.
K NEAREST NEIGHBOURS
K Nearest Neighbours is a simple algorithm that stores all availablecasesandclassifiesnewcasesbasedona similarity
measure (e.g. distance functions). It belongs to the supervised learning domain and finds intense application in pattern
recognition, data mining and intrusion detection. In KNN-classification,theoutputisa classmembership.Anobjectisclassified
by a plurality vote of its neighbours, with the object being assigned to the class most common among its k- nearestneighbours
(k is a positive integer, typically small). If k = 1, then the object is simply assigned to the class of that single nearest neighbour.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1861
The table above shows the how accurate the result is. The first parameteriswith respecttopredictionnowhichistrue
no: 86 and true yes: 31. The second parameter is prediction yeswhichistrueno:4.Therefore,thetotal accuracyis71.28% with
error of +/- 13.89%.
RULE BASED CLASSIFICATION
The term rule-based classification can be used to refer to any classification scheme that makes use of IF-THEN rules
for class prediction. The IF part of the rule is called rule antecedent or precondition. The THEN part of the rule is called rule
consequent. The antecedent part the condition consists of one or more attribute tests andthesetestsarelogicallyANDED. The
consequent part consists of class prediction.
The table above shows the how accurate the result is. The first parameteriswith respecttopredictionnowhichistrue
no: 90and true yes: 31. The second parameter is prediction yes which is true no: 0 and trueyes:0.Therefore,thetotal accuracy
is 74.49% with error of +/- 11.64%.
DEEP LEARNING
Deep Learning is a set of Machine Learning algorithmswhichhaveoneormorehiddenlayersinNeural Networks.Now
Deep Learning systems are used for almost any tasks other Machine Learning algorithms are used for. These can be
Classification, Dimensionality Reduction, Object Recognition, Clustering etc.
Model Metrics Type: Binomial
Description: Metrics reported on full training frame
model id: rm-h2o-model-deep_learning-847701
frame id: rm-h2o-frame-deep_learning-797658
MSE: 0.01230316
R^2: 0.9354371
AUC: 1.0
logloss: 0.089967564
CM: Confusion Matrix (vertical: actual; across: predicted):
no yes Error Rate
no 90 0 0.0000 = 0 / 90
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1862
yes 0 31 0.0000 = 0 / 31
Totals 90 31 0.0000 = 0 / 121
Gains/Lift Table (Avg response rate: 25.62 %):
Group Cumulative Data Fraction Lower Threshold Lift Cumulative Lift ResponseRate CumulativeResponseRate Capture
Rate Cumulative Capture Rate Gain Cumulative Gain
1 0.01652893 0.949065 3.903226 3.903226 1.000000 1.000000 0.064516 0.064516 290.322581 290.322581
2 0.02479339 0.938766 3.903226 3.903226 1.000000 1.000000 0.032258 0.096774 290.322581 290.322581
3 0.03305785 0.936683 3.903226 3.903226 1.000000 1.000000 0.032258 0.129032 290.322581 290.322581
4 0.04132231 0.934789 3.903226 3.903226 1.000000 1.000000 0.032258 0.161290 290.322581 290.322581
5 0.05785124 0.903776 3.903226 3.903226 1.000000 1.000000 0.064516 0.225806 290.322581 290.322581
6 0.10743802 0.876076 3.903226 3.903226 1.000000 1.000000 0.193548 0.419355 290.322581 290.322581
7 0.15702479 0.839690 3.903226 3.903226 1.000000 1.000000 0.193548 0.612903 290.322581 290.322581
8 0.20661157 0.801775 3.903226 3.903226 1.000000 1.000000 0.193548 0.806452 290.322581 290.322581
9 0.30578512 0.151490 1.951613 3.270270 0.500000 0.837838 0.193548 1.000000 95.161290 227.027027
10 0.40495868 0.087053 0.000000 2.469388 0.000000 0.632653 0.000000 1.000000 -100.000000 146.938776
11 0.50413223 0.052242 0.000000 1.983607 0.000000 0.508197 0.000000 1.000000 -100.000000 98.360656
12 0.60330579 0.044419 0.000000 1.657534 0.000000 0.424658 0.000000 1.000000 -100.000000 65.753425
13 0.70247934 0.035038 0.000000 1.423529 0.000000 0.364706 0.000000 1.000000 -100.000000 42.352941
14 0.80165289 0.029978 0.000000 1.247423 0.000000 0.319588 0.000000 1.000000 -100.000000 24.742268
15 0.90082645 0.021018 0.000000 1.110092 0.000000 0.284404 0.000000 1.000000 -100.000000 11.009174
16 1.00000000 0.005519 0.000000 1.000000 0.000000 0.256198 0.000000 1.000000 -100.000000 0.000000
Status of Neuron Layers (predicting increasing, 2-class classification, bernoulli distribution, CrossEntropy loss, 44,752
weights/biases, 529.2 KB, 1,210 training samples, mini-batch size 1):
Layer Units Type Dropout L1 L2 Mean Rate Rate RMS Momentum Mean Weight Weight RMS Mean Bias Bias RMS
1 841 Input 0.00 %
2 50 Rectifier 0.00 % 0.000010 0.000000 0.026497 0.097324 0.000000 0.000063 0.048879 0.485324 0.071063
3 50 Rectifier 0.00 % 0.000010 0.000000 0.013653 0.026169 0.000000 -0.000503 0.143624 0.997198 0.013364
4 2 Softmax 0.000010 0.000000 0.002090 0.001478 0.000000 -0.079601 0.434169 -0.000000 0.007881
Scoring History:
Timestamp Duration Training Speed Epochs Iterations Samples Training MSE Training R^2 Training LogLoss
Training AUC Training Lift Training Classification Error
2019-09-22 15:33:36 0.000 sec 0.00000 0 0.000000 NaN NaN NaN NaN NaN NaN
2019-09-22 15:33:36 0.453 sec 703 rows/sec 1.00000 1 121.000000 0.18056 0.05247 0.53647 0.76416 1.95161 0.19835
2019-09-22 15:33:37 1.078 sec 1549 rows/sec 10.00000 10 1210.000000 0.01230 0.93544 0.08997 1.00000 3.90323 0.00000
H2O version: 3.8.2.6-rm9.0.0
The above table shows the how accurate the result is. The first parameteriswith respecttopredictionnowhichistrue
no: 90 and true yes: 29. The second parameter is prediction yes which is true yes: 2.Therefore, the total accuracy is 76.03%
with error of +/- 10.72%.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1863
3. CONCLUSION
In this paper, dataset of NASDAQ share market has been analysed to predict whetherthepricewill increaseor notinupcoming
month. The three algorithms- KNN, Rule model and Deep Learning are applied and their performances are compared. On
comparing these three , Deep Learning has highest accuracy of 76.03% +/-10.72%. Rule based classifier comes next with
74.49% +/-11.64%. The least among the three is KNN with 71.28 +/-13.89%. Therefore wecanconcludethatDeep Learningis
best suited for predicting whether the NASDAQ share market will increase each month or not.
REFERENCES
[1.]Fundamental Analysis and the Cross-Section of Stock: A Data-Mining Approach,Lingling Zheng,2019
[2].Predicting Stock Market Behavior using Data Mining Technique, Ayman Elsayed Khedr ,2017
[3]. Analysis of Impact of Using the Trend Variables on Bankruptcy Prediction Models Performance, Beáta GAVUROVÁ,2017
[4]. Research Challenges in Financial Data Modeling and Analysis,Lewis Alexander ,Sanjiv R. Das ,2017
[5].Financial Footnote Analysis: Developing a Text Mining Approach,Maryam Heidari, Carsten Felden ,2018
[6].Developing an approach to evaluate stocks by forecasting effective features with data mining ,Sasan Barak,2018.
[7.] Analyzing the impact of user-generated content on B2B Firms' stockperformance: Big dataanalysiswithmachinelearning
methods,Xia Liu,2019
[8.]Cryptocurrencies as a Financial Asset: A systematic analysis,Shaen Corbet,2019
[9]. -Comparison of Data Mining Classification Algorithms Determining the Default Risk, Begüm Çığşar and Deniz Ünal,2017
BIOGRAPHIES
Akshaya Rajagopalan a student of
M.O.P Vaishnav College currently
in her final semesterpursuingBCA.
S.Vidhya a student of M.O.P
Vaishnav College currently in her
final semester pursuing BCA.
Bhavya.P.R a student of M.O.P
Vaishnav College currently in her
final semester pursuing BCA.

More Related Content

PDF
Graphical Analysis of Simulated Financial Data Using R
DOC
Aditya report finaL
PDF
IRJET- Prediction of Stock Market using Machine Learning Algorithms
PDF
Stock Market Prediction Using ANN
PDF
Textual analysis of stock market
PDF
STOCK MARKET PREDICTION USING MACHINE LEARNING METHODS
PPTX
Performance analysis and prediction of stock market for investment decision u...
PDF
4317mlaij02
Graphical Analysis of Simulated Financial Data Using R
Aditya report finaL
IRJET- Prediction of Stock Market using Machine Learning Algorithms
Stock Market Prediction Using ANN
Textual analysis of stock market
STOCK MARKET PREDICTION USING MACHINE LEARNING METHODS
Performance analysis and prediction of stock market for investment decision u...
4317mlaij02

What's hot (20)

PPTX
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
PDF
IRJET- Stock Market Prediction using ANN
PDF
IRJET - Stock Market Prediction using Machine Learning Algorithm
PDF
Dmml report final
PPTX
Prediction of customer propensity to churn - Telecom Industry
PDF
IRJET- Stock Price Prediction using Long Short Term Memory
PDF
IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...
PDF
International Journal of Computational Engineering Research (IJCER)
PDF
Q04602106117
PDF
Poonam ahluwalia
PDF
IRJET- A Comprehensive way of finding Top-K Competitors using C-Miner Algorithm
PDF
Wp0030
PDF
Stock price prediction using Neural Net
PDF
Stock market analysis
PPTX
Presentation1
PDF
Statistics And Probability Tutorial | Statistics And Probability for Data Sci...
PDF
L3 1b
PDF
Opinion mining framework using proposed RB-bayes model for text classication
PDF
13F_working_paper
PPTX
stock market prediction
PERFORMANCE ANALYSIS and PREDICTION of NEPAL STOCK MARKET (NEPSE) for INVESTM...
IRJET- Stock Market Prediction using ANN
IRJET - Stock Market Prediction using Machine Learning Algorithm
Dmml report final
Prediction of customer propensity to churn - Telecom Industry
IRJET- Stock Price Prediction using Long Short Term Memory
IRJET- Stock Price Prediction using combination of LSTM Neural Networks, ARIM...
International Journal of Computational Engineering Research (IJCER)
Q04602106117
Poonam ahluwalia
IRJET- A Comprehensive way of finding Top-K Competitors using C-Miner Algorithm
Wp0030
Stock price prediction using Neural Net
Stock market analysis
Presentation1
Statistics And Probability Tutorial | Statistics And Probability for Data Sci...
L3 1b
Opinion mining framework using proposed RB-bayes model for text classication
13F_working_paper
stock market prediction
Ad

Similar to IRJET- Financial Analysis using Data Mining (20)

PDF
Bank Customer Segmentation & Insurance Claim Prediction
PDF
IRJET - An Overview of Machine Learning Algorithms for Data Science
PDF
IRJET- Improving Prediction of Potential Clients for Bank Term Deposits using...
PDF
IRJET- Future Stock Price Prediction using LSTM Machine Learning Algorithm
PDF
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
PDF
MUTUAL FUND RECOMMENDATION SYSTEM WITH PERSONALIZED EXPLANATIONS
PDF
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
PDF
Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.
PDF
Business Analysis using Machine Learning
PDF
IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...
PDF
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
PDF
IRJET- Information Reterival of Text-based Deep Stock Prediction
PDF
IRJET-Financial Distress Prediction of a Company using Data Mining
PDF
Quant Foundry Labs - Low Probability Defaults
PDF
STOCK PRICE PREDICTION USING TIME SERIES
PDF
STOCK PRICE PREDICTION USING TIME SERIES
PDF
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
PDF
Loan Analysis Predicting Defaulters
PDF
ANNUAL REPORT ANALYSIS WITH ADVANCED LANGUAGE MODELS: A STOCK INVESTMENT STRA...
PDF
A Compendium of Various Applications of Machine Learning
Bank Customer Segmentation & Insurance Claim Prediction
IRJET - An Overview of Machine Learning Algorithms for Data Science
IRJET- Improving Prediction of Potential Clients for Bank Term Deposits using...
IRJET- Future Stock Price Prediction using LSTM Machine Learning Algorithm
STOCK MARKET ANALYZING AND PREDICTION USING MACHINE LEARNING TECHNIQUES
MUTUAL FUND RECOMMENDATION SYSTEM WITH PERSONALIZED EXPLANATIONS
MACHINE LEARNING CLASSIFIERS TO ANALYZE CREDIT RISK
Investment Portfolio Risk Manager using Machine Learning and Deep-Learning.
Business Analysis using Machine Learning
IRJET - Forecasting Stock Market Movement Direction using Sentiment Analysis ...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Information Reterival of Text-based Deep Stock Prediction
IRJET-Financial Distress Prediction of a Company using Data Mining
Quant Foundry Labs - Low Probability Defaults
STOCK PRICE PREDICTION USING TIME SERIES
STOCK PRICE PREDICTION USING TIME SERIES
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Loan Analysis Predicting Defaulters
ANNUAL REPORT ANALYSIS WITH ADVANCED LANGUAGE MODELS: A STOCK INVESTMENT STRA...
A Compendium of Various Applications of Machine Learning
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
Construction Project Organization Group 2.pptx
PPTX
web development for engineering and engineering
PPTX
additive manufacturing of ss316l using mig welding
PPTX
Welding lecture in detail for understanding
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Digital Logic Computer Design lecture notes
PPTX
Sustainable Sites - Green Building Construction
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Lecture Notes Electrical Wiring System Components
Foundation to blockchain - A guide to Blockchain Tech
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
bas. eng. economics group 4 presentation 1.pptx
OOP with Java - Java Introduction (Basics)
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
573137875-Attendance-Management-System-original
Construction Project Organization Group 2.pptx
web development for engineering and engineering
additive manufacturing of ss316l using mig welding
Welding lecture in detail for understanding
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Digital Logic Computer Design lecture notes
Sustainable Sites - Green Building Construction
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Operating System & Kernel Study Guide-1 - converted.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Lecture Notes Electrical Wiring System Components

IRJET- Financial Analysis using Data Mining

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1859 FINANCIAL ANALYSIS USING DATA MINING Akshaya Rajagopalan1, Vidhya. S2, P.R Bhavya3 1Akshaya Rajagopalan, Dept. of Computer Application, M.O.P Vaishnav College for women, TamilNadu, India 2Vidhya.S, Dept. of Computer Application, M.O.P Vaishnav College for women, TamilNadu, India 3P.R Bhavya, Dept. of Computer Application, M.O.P Vaishnav College for women, TamilNadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Data mining refers to extracting or mining knowledge from large amounts of data. Data mining isused inpredictionof various diseases, stock market trends and weather conditions. The paper uses data mining algorithms to predict whether the NASDAQ share market will increase every month. The prediction is done using KNN classification, Rule based classification and Deep Learning technique. The three algorithms are compared with each other for determining the one with higher accuracy. Key Words: (Size 10 & Bold) Key word1, Key word2, Key word3, etc (Minimum 5 to 8 key words)… 1. INTRODUCTION Data mining refers to extracting information from huge sets of data. In general, we can say that data mining is the process of mining knowledge from data. The information or knowledge extracted can be used for variousapplicationssuchas market analysis, fraud detection, customer retention and many more. Stock market trends are very unstable. This leads to high risk in stock returns. The stock returns for an investor is important as they invest their money on stocks to gain profit. In order to gain high stock returns,knowledgeonstock trends is necessary. There are market experts who predict when an investor can buy, sell or hold shares. The prediction however is difficult due to complex and unstable nature of stock market. On the other hand, there ishugeamountofdata generatedbythe stock market which can be used for prediction. There are various ways to predict stock market trends. There are various algorithms for classification and clustering data. The paper uses the data set of NASDAQ share market of 10 years for every month from Jan-2009 to Jan-2019 from it official website. The dataset was given label as increasing which has either yes or no as its value based on previous month and current month price of stock. 1.1 Literature Review [1]Examining the stability and persistence of the long-short performance of fundamental signals over time. This analysis is important because previous studies (e.g., Sullivan, Timmermann, and White 2001) argue that the analysis of sub period stability is a remedy against data mining. [2]Tokenization: Each news article or financial report document is split into meaningful words called tokens. They are: Data standardization, Stop-word-removal, Stemming, Abbreviation processing, Filter tokens. [3]To develop the new models, two methods were used: DA and decision trees. Using these methods, we identified the most significant variables from the basic sets in terms of prediction bankruptcy/non bankruptcy of companies within the Slovak business environment. [4]There are often inconsistencies in how entity names and addresses are entered, in addition to outright errors and typos. There is implicit semantic knowledge included in a name, e.g., a name may contain National association or State Bank of in its name. This complicates matching based on a similarity score that is obtained using some edit distance metric. [5]Mentioning that the final purpose behind text classification processes is to facilitate text analyzing in order to recognize hidden textual patterns with reduced manual efforts. To do this, we focus on utilization of classified financial footnotes in the last phase of the research, which consists of representation of classified output in each category. [6]If for denser structure trees all effective features in first prediction are selected by the proposed hybrid model, results in better accuracy as ‘‘BF Tree’’, ‘‘LAD Tree’’, and ‘‘FT Tree’’. Otherwise, it is possible that accuracy drops, like ‘‘CART and Rep’’ TREEs. The selected features have different effect on the accuracy of forecasting. Some trees with large structure, such as J48 Graph and J48 Tree.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1860 [7]The LDA results from the previous section show that Comcast has serious customer service issues. We want to further explore these issues with sentiment analysis, which is a supervised learning method and can also be used to visualize and summarize big data. Sentiment analysis can be carried out in various models, such as maximum entropy. [8]As cryptocurrencies continue to develop they have merited the attention of policy-makers and regulators for a host of differing reasons. However, there have been three specific situations that have been quite unique to cryptocurrency markets. [9] Always aiming to increase credit volume while reducing default risks. Therefore, credit scoring analyses are crucial to aid faster decision making, reduce the costs of loan analysis, monitor existing accounts more closely, predict default risks, and ensure that institutions can detect possible risks while developing their competitiveness 2. ANALYSIS The analysis is done using Data mining tool named RapidMiner Studio. Itisabouttheusageofthreemainalgorithms:KNearest Neighbour, Rule Based Classification and Deep Learning for predictingwhethertheNASDAQmarketwill increase everymonth or not and with higher accuracy. The label for prediction is increasing with values yes or no. This data was then imported to RapidMiner and many algorithms were applied. In the end only three algorithms had significant accuracy. These three are compared and the one with higher accuracy is best suited for this prediction. The working, results and performance of each algorithm is given below. K NEAREST NEIGHBOURS K Nearest Neighbours is a simple algorithm that stores all availablecasesandclassifiesnewcasesbasedona similarity measure (e.g. distance functions). It belongs to the supervised learning domain and finds intense application in pattern recognition, data mining and intrusion detection. In KNN-classification,theoutputisa classmembership.Anobjectisclassified by a plurality vote of its neighbours, with the object being assigned to the class most common among its k- nearestneighbours (k is a positive integer, typically small). If k = 1, then the object is simply assigned to the class of that single nearest neighbour.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1861 The table above shows the how accurate the result is. The first parameteriswith respecttopredictionnowhichistrue no: 86 and true yes: 31. The second parameter is prediction yeswhichistrueno:4.Therefore,thetotal accuracyis71.28% with error of +/- 13.89%. RULE BASED CLASSIFICATION The term rule-based classification can be used to refer to any classification scheme that makes use of IF-THEN rules for class prediction. The IF part of the rule is called rule antecedent or precondition. The THEN part of the rule is called rule consequent. The antecedent part the condition consists of one or more attribute tests andthesetestsarelogicallyANDED. The consequent part consists of class prediction. The table above shows the how accurate the result is. The first parameteriswith respecttopredictionnowhichistrue no: 90and true yes: 31. The second parameter is prediction yes which is true no: 0 and trueyes:0.Therefore,thetotal accuracy is 74.49% with error of +/- 11.64%. DEEP LEARNING Deep Learning is a set of Machine Learning algorithmswhichhaveoneormorehiddenlayersinNeural Networks.Now Deep Learning systems are used for almost any tasks other Machine Learning algorithms are used for. These can be Classification, Dimensionality Reduction, Object Recognition, Clustering etc. Model Metrics Type: Binomial Description: Metrics reported on full training frame model id: rm-h2o-model-deep_learning-847701 frame id: rm-h2o-frame-deep_learning-797658 MSE: 0.01230316 R^2: 0.9354371 AUC: 1.0 logloss: 0.089967564 CM: Confusion Matrix (vertical: actual; across: predicted): no yes Error Rate no 90 0 0.0000 = 0 / 90
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1862 yes 0 31 0.0000 = 0 / 31 Totals 90 31 0.0000 = 0 / 121 Gains/Lift Table (Avg response rate: 25.62 %): Group Cumulative Data Fraction Lower Threshold Lift Cumulative Lift ResponseRate CumulativeResponseRate Capture Rate Cumulative Capture Rate Gain Cumulative Gain 1 0.01652893 0.949065 3.903226 3.903226 1.000000 1.000000 0.064516 0.064516 290.322581 290.322581 2 0.02479339 0.938766 3.903226 3.903226 1.000000 1.000000 0.032258 0.096774 290.322581 290.322581 3 0.03305785 0.936683 3.903226 3.903226 1.000000 1.000000 0.032258 0.129032 290.322581 290.322581 4 0.04132231 0.934789 3.903226 3.903226 1.000000 1.000000 0.032258 0.161290 290.322581 290.322581 5 0.05785124 0.903776 3.903226 3.903226 1.000000 1.000000 0.064516 0.225806 290.322581 290.322581 6 0.10743802 0.876076 3.903226 3.903226 1.000000 1.000000 0.193548 0.419355 290.322581 290.322581 7 0.15702479 0.839690 3.903226 3.903226 1.000000 1.000000 0.193548 0.612903 290.322581 290.322581 8 0.20661157 0.801775 3.903226 3.903226 1.000000 1.000000 0.193548 0.806452 290.322581 290.322581 9 0.30578512 0.151490 1.951613 3.270270 0.500000 0.837838 0.193548 1.000000 95.161290 227.027027 10 0.40495868 0.087053 0.000000 2.469388 0.000000 0.632653 0.000000 1.000000 -100.000000 146.938776 11 0.50413223 0.052242 0.000000 1.983607 0.000000 0.508197 0.000000 1.000000 -100.000000 98.360656 12 0.60330579 0.044419 0.000000 1.657534 0.000000 0.424658 0.000000 1.000000 -100.000000 65.753425 13 0.70247934 0.035038 0.000000 1.423529 0.000000 0.364706 0.000000 1.000000 -100.000000 42.352941 14 0.80165289 0.029978 0.000000 1.247423 0.000000 0.319588 0.000000 1.000000 -100.000000 24.742268 15 0.90082645 0.021018 0.000000 1.110092 0.000000 0.284404 0.000000 1.000000 -100.000000 11.009174 16 1.00000000 0.005519 0.000000 1.000000 0.000000 0.256198 0.000000 1.000000 -100.000000 0.000000 Status of Neuron Layers (predicting increasing, 2-class classification, bernoulli distribution, CrossEntropy loss, 44,752 weights/biases, 529.2 KB, 1,210 training samples, mini-batch size 1): Layer Units Type Dropout L1 L2 Mean Rate Rate RMS Momentum Mean Weight Weight RMS Mean Bias Bias RMS 1 841 Input 0.00 % 2 50 Rectifier 0.00 % 0.000010 0.000000 0.026497 0.097324 0.000000 0.000063 0.048879 0.485324 0.071063 3 50 Rectifier 0.00 % 0.000010 0.000000 0.013653 0.026169 0.000000 -0.000503 0.143624 0.997198 0.013364 4 2 Softmax 0.000010 0.000000 0.002090 0.001478 0.000000 -0.079601 0.434169 -0.000000 0.007881 Scoring History: Timestamp Duration Training Speed Epochs Iterations Samples Training MSE Training R^2 Training LogLoss Training AUC Training Lift Training Classification Error 2019-09-22 15:33:36 0.000 sec 0.00000 0 0.000000 NaN NaN NaN NaN NaN NaN 2019-09-22 15:33:36 0.453 sec 703 rows/sec 1.00000 1 121.000000 0.18056 0.05247 0.53647 0.76416 1.95161 0.19835 2019-09-22 15:33:37 1.078 sec 1549 rows/sec 10.00000 10 1210.000000 0.01230 0.93544 0.08997 1.00000 3.90323 0.00000 H2O version: 3.8.2.6-rm9.0.0 The above table shows the how accurate the result is. The first parameteriswith respecttopredictionnowhichistrue no: 90 and true yes: 29. The second parameter is prediction yes which is true yes: 2.Therefore, the total accuracy is 76.03% with error of +/- 10.72%.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1863 3. CONCLUSION In this paper, dataset of NASDAQ share market has been analysed to predict whetherthepricewill increaseor notinupcoming month. The three algorithms- KNN, Rule model and Deep Learning are applied and their performances are compared. On comparing these three , Deep Learning has highest accuracy of 76.03% +/-10.72%. Rule based classifier comes next with 74.49% +/-11.64%. The least among the three is KNN with 71.28 +/-13.89%. Therefore wecanconcludethatDeep Learningis best suited for predicting whether the NASDAQ share market will increase each month or not. REFERENCES [1.]Fundamental Analysis and the Cross-Section of Stock: A Data-Mining Approach,Lingling Zheng,2019 [2].Predicting Stock Market Behavior using Data Mining Technique, Ayman Elsayed Khedr ,2017 [3]. Analysis of Impact of Using the Trend Variables on Bankruptcy Prediction Models Performance, Beáta GAVUROVÁ,2017 [4]. Research Challenges in Financial Data Modeling and Analysis,Lewis Alexander ,Sanjiv R. Das ,2017 [5].Financial Footnote Analysis: Developing a Text Mining Approach,Maryam Heidari, Carsten Felden ,2018 [6].Developing an approach to evaluate stocks by forecasting effective features with data mining ,Sasan Barak,2018. [7.] Analyzing the impact of user-generated content on B2B Firms' stockperformance: Big dataanalysiswithmachinelearning methods,Xia Liu,2019 [8.]Cryptocurrencies as a Financial Asset: A systematic analysis,Shaen Corbet,2019 [9]. -Comparison of Data Mining Classification Algorithms Determining the Default Risk, Begüm Çığşar and Deniz Ünal,2017 BIOGRAPHIES Akshaya Rajagopalan a student of M.O.P Vaishnav College currently in her final semesterpursuingBCA. S.Vidhya a student of M.O.P Vaishnav College currently in her final semester pursuing BCA. Bhavya.P.R a student of M.O.P Vaishnav College currently in her final semester pursuing BCA.