SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org
ISSN (e): 2250-3021, ISSN (p): 2278-8719
Vol. 05, Issue 08 (August. 2015), ||V4|| PP 05-10
International organization of Scientific Research 5 | P a g e
Application of Meta learning in Banking Sector
Sanjay Kumar Sen, Dr. B.K. Ratha.
Assistant Professor, Dept. of CSE . Orissa Engineering College, Bhubaneswar, Odisha, India
sanjaysen2k@gmail.com
Reader, Dept. of Computer Science and Application, Utkal University, Vani Vihar, Bhubaneswar.
vkramus@yahoo.com
Abstract: - The data mining technology is a process of identifying patterns and information from a huge
quantity of data. In a single repository data base where data is stored in central site, then applying data mining
algorithms on these data base, patterns are extracted which are converted into information. It becomes
important area for financial organization like banking sector, insurance sector, stock market etc. Banking
systems gather huge amount of data like customer information, transaction details, loan details, credit card
details etc. It helps to find hidden patterns in a group and discover unknown relationship in the data. Instead of
quantitative and statistical data characteristics, this technique helps in data interpretations for the banking sector.
Data mining tools helpful for leading banking for credit scoring service and approval predicting payment lapse,
fraud detecting etc. By applying data mining techniques bankers are getting advantage in competitive market. It
is also helpful for the retailers for customer buying tradition and also desires. This proposed work in this paper
is the combination of supervised machine learning algorithms, Classification and Regression Tree (CART),
Adaboost and Logitboost, Bagging and Dagging are proposed for classification of banking data. These resulted
forms help researchers to detect fraud in banking data. The experimental result shows the performance analysis
of different meta-learning algorithms and also compared on the basis of misclassification and correct
classification rate. Smaller misclassification reveals that bagging algorithm performs better classification of
banking data fraud detection technique.. The proposed work in this paper is the combination of five supervised
machine learning algorithms, Classification and Regression Tree (CART), Adaboost, Grading, Bagging are
proposed for classification of banking data. The experimental result shows the performance analysis of different
meta-learning algorithms and also compared on the basis of misclassification and correct classification rate.
Smaller misclassification reveals that bagging algorithm performs better classification of banking data fraud
detection technique.
I. INTRODUCTION
The modern technology has great influence on banking business. All traditional banks compelled to
adopt and implement new technological approach not only to improve financial and customer relationship but
also to reduce time and cost to survive in this competitive market. Some automated software which radically
changed the basic definition of the definition of the banking business.
Data mining is the process of extracting hidden and unknown knowledge by applying statistical and
machine-learning techniques for extracting interesting patterns from huge data base. Data mining is the
application of statistical and machine-learning techniques for extracting interesting patterns from raw data [4]
The strong security systems maintained in banking industries to avoid fraud in internet banking.
Though fraud in banking can not be removed drastically., but to the some extent can be minimized. Programs
for Machine Learning, published in 1993 [1], that many applications of artificial intelligence are based on a
model of knowledge that is usually employed by a human specialist. This paper helps to minimize the bank
fraud by using different meta learning algorithm. Initial work on the forecasting system of banking system is
done by Frankel and Rose using some indicators in relation to the emerging currency markets[2]. The first group
indicates integrated indicators of interest rates of interest rates and output growth[3]. The second group includes
national macroeconomic indicators like sudden changes the rate of production[3]. The third category includes
indicators of price revaluation, the current account deficit and the level of debt. The fourth class of variables
describes the determinants of a debt structure [10].
1.1Application of Data Mining in Banking Sector
Various areas where data mining can be used in financial sectors [5][6][7] like customer segmentation and
profitability, credit analysis, predicting payment default, marketing, fraudulent transactions, ranking
investments, optimizing stock portfolios, cash management and forecasting operations, high risk loan applicants,
most profitable Credit Card Customers and Cross Selling. Certain examples where banking industry has been
utilizing the data mining technology effectively as follows.
Application of Meta learning in Banking Sector
International organization of Scientific Research 6 | P a g e
1.2Fraud Detection Fraud detection
[8][9] [10][11] [12] is the recognition of symptoms of fraud where no priorm suspicion or tendency to fraud
exists. Fraud is defined as „a deception deliberately practiced in order to secure unfair of unlawful gain. Fraud
detection is the detection of criminal activities which occurs in commercial organizations such as banks, credit
card issuing organizations, insurance agencies, mobile companies, stock market. Themmalicious users might be
the actual customers of the organization or might be posing as a customer (also known as identity theft) [11].
Financial Organizations especially banking sectors follows mainly two approaches[5] [12]towards determining
the fraud patterns, online transaction check and Offline transaction Check.
1.3 Risk Management
Data Mining is used to identify the risk factors in each department of banking business [6]. Credit
Approval authorities in the financial organization used data mining techniques to determine the risk factors in
lending decisions[13] by analyzing the data based on nationality, repayment capacity and so on. Retail
marketing department uses data mining methodologies to find the reliability[14] and the behavior of credit card
applicant[8] while selling the credit cards. They uses data mining techniques on existing customers to sell credit
cards or increase customers credits or top up on credit card loans [15]. In commercial lending, data mining plays
a vital role. In commercial lending, risk assessment is usually an attempt to quantify the risk of default or loss to
the lender when making a particular lending decision or approving a credit facility [8].
Data Mining can be used to derive credit behavior [8] of individual borrowers with parameters card
loans, mortgage value, repayment and using characteristics such as history of credit, employmen period and
length of residency. A score is thus produced that allow a lender to evaluate the customer and decide whether
the person is a good candidate for a loan, or if there is a tendency to become high risk of default[14] Customers
who have been with bank for a longer periods of time, remained better with bank and have good credit history
and have higher salaries/wages, are more likely to receive a loan than a new customer who has no credit history
with the bank, or who earns low salaries/wages[17].Bank can reduce the risk factors to maintain a better position
by knowing the chances of a customer to become default[18] [19].
II. ALGORITHM USED
1.Classification and Regression Tree(CART) It was introduce by Breimann 1984.It builds both classification
and regression tree (Gini index measure is used for selecting splitting attribute. Pruning is done on training data
set. It can deal with both numeric and categorical attributes and can also handle missing attributes. [12]. The
CART monograph focus on the Gini rule which is similar to the better know entropy or information gain
criterion [13]. For binary (0/1) target the 'Gini measure of impurity" of a node t is: Classification and regression
free provide automatic construction of new features within each node and for the binary target[11].
Figure 1: Screen shot for C4.5 classifier performance
2. Adaboost It is a machine algorithm, formulated by Yeave Freud and Robert Scapire. It is a meta-learning
algorithm and used in conjunction with many other learning algorithms to improve their performance.
[11]AdaBoost is an algorithm for constructing a”strong” classifier as linear combination. AdaBoost is adaptive
only for this reason that subsequent classifiers built are weaked in favour of those instances misclassified by
previous classifiers. AdaBoost is sensitive to noisy data and outliers. In some problems, however, it can be less
susceptible to the over fitting problem than most learning algorithms. The classifiers it uses can be weak (i.e.,
display a substantial error rate), but as long as their performance is not random (resulting in an error rate of 0.5
for binary classification), they will improve the final model.
Application of Meta learning in Banking Sector
International organization of Scientific Research 7 | P a g e
Figure 2: Screen shot for Adaboost classifier performance
3. Logiboost LogitBoost[11] is a boosting algorithm formulated by Jerome Friedmome, Trevor Hastie, and
Robert Tibshirani. LogitBoost represents an application of established logistic regression to the AdaBoost
method. Rather than minimizing error with respect to y, weak learners are chosen to minimize the (weighted
least-squares) error of with respect to
,
where , and .
That is is the Newton-Raphson approximation of the minimizer of the log-likelihood error at stage , and the
weak learner is chosen as the learner that best approximates by weighted least squares.
Figure 3: Screen shot for Logiboost classifier performance
Application of Meta learning in Banking Sector
International organization of Scientific Research 8 | P a g e
4. Bagging
Figure 4: Screen shot for Grading classifier performance
Algorithm
classification
Correct
Classification Rate Mis- Classification
CART 88.0000 12.0000
ADABOOST 73.0000 27.0000
GRADING 54.3333 45.6667
BAGGING 90.3333 9.6667
Figure-4
Application of Meta learning in Banking Sector
International organization of Scientific Research 9 | P a g e
Figure-5
.Graph for Correct Classification VS. Misclassification rate
Figure-6
III. CONCLUSIONS
This paper represents computational issues of four supervised machine learning algorithms i.e.,
Classification and Regression technique algorithm, Adaboost algorithm, Logitboost algorithm and Bagging
algorithm with dedicating role of detection of weather forecast on the basis of classification rule. Among four
algorithms, Bagging algorithm is the best in performance.. In order to compare the classification performance of
four machine learning algorithms, classifiers are applied on same data and results are compared on the basis of
misclassification and correct classification rate and according to experimental results in table 1, it can be
concluded that Baging is the best as compared to adaboost, logitboost, Classification and Regression Technique.
Application of Meta learning in Banking Sector
International organization of Scientific Research 10 | P a g e
REFERENCES
[1] QUINLAN, J. R. (1988). C4.5: Programs for Machine Learning, Morgan Kaufmann Publishers, San
Mateo, CA.
[2] C4.5 Algorithm - Disponible inhttp://www.cse.unsw.edu.au/~quinlan . Accessed in 25 July 2010.
[3] Bruno Carneiro da Rocha1,2 and Rafael Timóteo de Sousa Júnior2 “IDENTIFYING BANK FRAUDS
USING CRISP-DM AND DECISION TREES” International journal of computer science & information
Technology (IJCSIT) Vol.2, No.5, October 2010.
[4] Mabroukeh, N.R. and C.I. Ezeife, 2010. A taxonomy of sequential pattern mining algorithms. ACM
Comput. Surveys. DOI: 10.1145/1824795.1824798
[5] Ramageri, B.M. and B.L. Desai, 2013 Role of datamining in retail sector. Int. J. Comput. Sci. Eng., 5.
Moradi, M., M. Salehi, M.E. Ghorgani and H.S. Yazdi, 2013. Financial distress prediction of Iranian
companies by using data mining techniques. Organizacija, 46: 20-27.
[6] Ramageri, B.M. and B.L. Desai, 2013 Role of data mining in retail sector. Int. J. Comput. Sci. Eng., 5.
[7] Delamaire, L., A. Hussein and P. John, 2009. Credit card fraud and detection techniques: A review.
Banks Bank Syst., 4: 57-68.
[8] Ravisankar, P., V. Ravi, G.R. Rao and I. Bose, 2011. Detection of financial statement fraud and feature
selection using data mining techniques. Decision Support Syst., 50: 491-500. DOI:
10.1016/j.dss.2010.11.006.
[9] Raj, S.B.E. and A.A. Portia, 2011. Analysis on credit card fraud detection methods. Proceedings of the
International Conference on Computer Communication and Electrical Technology, Mar. 18- 19, IEEE
Xplore Press, Tamilnadu, pp: 152-156.DOI: 10.1109/ICCCET.2011.5762457.
[10] Petry, F.E. and L. Zhao, 2009. Data mining by attribute generalization with fuzzy hierarchies in fuzzy
databases. Fuzzy Sets Syst., 160: 2206-2223. DOI 10.1016/j.fss.2009.02.014.
[11] Changdola, V., A. Banerjee and V. Kumar, 2009. Anomaly detection: A survey. ACM Comput. Surveys,
9: 1-72.
[12] Moin, K.I. and Q.B. Ahmed, 2012. Use of data mining in banking. Int. J. Eng. Res. Applic., 2: 738-742.
[13] Chen, I., L. Chi-Jie, L. Tian-Shyug and L. Chung-Ta, 2009. Behavioral scoring model for bank customers
using data envelopment analysis. Stud. Comput. Intell., 214: 99-104. DOI: 10.1007/978-3-540-92814-
0_16
Yap, B.W., S.H. Ong and N.H.M. Hussain, 2011. Using
[14] Yap, B.W., S.H. Ong and N.H.M. Hussain, 2011. Using data mining to improve assessment of credit
worthiness via credit scoring models. Expert Syst. Appli., 38: 13274-13283. DOI:
10.1016/j.eswa.2011.04.147.
[15] Bhattacharya, S., S. Jha, K. Tharakunnel and J.C. Westland, 2011. Data mining for credit card fraud: A
comparative study. Decision Support Syst., 50: 602- 613. DOI: 10.1016/j.dss.2010.08.008 .
[16] Ravisankar, P., V. Ravi, G.R. Rao and I. Bose, 2011. Detection of financial statement fraud and feature
selection using data mining techniques. Decision Support Syst., 50: 491-500. DOI:
[17] Ravisankar, P., V. Ravi, G.R. Rao and I. Bose, 2011.Detection of financial statement fraud and feature
selection using data mining techniques. Decision Support Syst., 50: 491-500. DOI:
10.1016/j.dss.2010.11.006 .
[18] Dorr, D.M. and M.D. Anne, 2009. Establishing relationships among patterns instock market data. Data
Knowl. Eng., 68: 318-337. DOI 10.1016/j.datak.2008.10.001.
[19] Tsai, H.H., 2012. Global data mining: An empirical study of current trends, future forecasts and
technology diffusions. Expert Syst. Applic., 39: 8172-8181.

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET- Prediction of Credit Risks in Lending Bank Loans
IRJET- Prediction of Credit Risks in Lending Bank LoansIRJET- Prediction of Credit Risks in Lending Bank Loans
IRJET- Prediction of Credit Risks in Lending Bank LoansIRJET Journal
 
An efficient data pre processing frame work for loan credibility prediction s...
An efficient data pre processing frame work for loan credibility prediction s...An efficient data pre processing frame work for loan credibility prediction s...
An efficient data pre processing frame work for loan credibility prediction s...eSAT Journals
 
A Review on Credit Card Default Modelling using Data Science
A Review on Credit Card Default Modelling using Data ScienceA Review on Credit Card Default Modelling using Data Science
A Review on Credit Card Default Modelling using Data ScienceYogeshIJTSRD
 
Fuzzy Analytic Hierarchy Based DBMS Selection In Turkish National Identity Ca...
Fuzzy Analytic Hierarchy Based DBMS Selection In Turkish National Identity Ca...Fuzzy Analytic Hierarchy Based DBMS Selection In Turkish National Identity Ca...
Fuzzy Analytic Hierarchy Based DBMS Selection In Turkish National Identity Ca...Ferhat Ozgur Catak
 
An Innovative Approach to Predict Bankruptcy
An Innovative Approach to Predict BankruptcyAn Innovative Approach to Predict Bankruptcy
An Innovative Approach to Predict Bankruptcyvivatechijri
 
Extended pso algorithm for improvement problems k means clustering algorithm
Extended pso algorithm for improvement problems k means clustering algorithmExtended pso algorithm for improvement problems k means clustering algorithm
Extended pso algorithm for improvement problems k means clustering algorithmIJMIT JOURNAL
 
A simulated decision trees algorithm (sdt)
A simulated decision trees algorithm (sdt)A simulated decision trees algorithm (sdt)
A simulated decision trees algorithm (sdt)Mona Nasr
 
Credit Scoring Using CART Algorithm and Binary Particle Swarm Optimization
Credit Scoring Using CART Algorithm and Binary Particle Swarm Optimization Credit Scoring Using CART Algorithm and Binary Particle Swarm Optimization
Credit Scoring Using CART Algorithm and Binary Particle Swarm Optimization IJECEIAES
 
Data mining software comparison
Data mining software comparison Data mining software comparison
Data mining software comparison Esteban Alcaide
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...IJECEIAES
 
Credit card fraud detection
Credit card fraud detectionCredit card fraud detection
Credit card fraud detectionvineeta vineeta
 
Mining Credit Card Defults
Mining Credit Card DefultsMining Credit Card Defults
Mining Credit Card DefultsKrunal Khatri
 
Instance Selection and Optimization of Neural Networks
Instance Selection and Optimization of Neural NetworksInstance Selection and Optimization of Neural Networks
Instance Selection and Optimization of Neural NetworksITIIIndustries
 
IRJET- Analysis on Credit Card Fraud Detection using Capsule Network
IRJET- Analysis on Credit Card Fraud Detection using Capsule NetworkIRJET- Analysis on Credit Card Fraud Detection using Capsule Network
IRJET- Analysis on Credit Card Fraud Detection using Capsule NetworkIRJET Journal
 
Predicting Credit Card Defaults using Machine Learning Algorithms
Predicting Credit Card Defaults using Machine Learning AlgorithmsPredicting Credit Card Defaults using Machine Learning Algorithms
Predicting Credit Card Defaults using Machine Learning AlgorithmsSagar Tupkar
 
Proficiency comparison ofladtree
Proficiency comparison ofladtreeProficiency comparison ofladtree
Proficiency comparison ofladtreeijcsa
 
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORKTOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORKijcsit
 

Was ist angesagt? (20)

IRJET- Prediction of Credit Risks in Lending Bank Loans
IRJET- Prediction of Credit Risks in Lending Bank LoansIRJET- Prediction of Credit Risks in Lending Bank Loans
IRJET- Prediction of Credit Risks in Lending Bank Loans
 
Credit iconip
Credit iconipCredit iconip
Credit iconip
 
An efficient data pre processing frame work for loan credibility prediction s...
An efficient data pre processing frame work for loan credibility prediction s...An efficient data pre processing frame work for loan credibility prediction s...
An efficient data pre processing frame work for loan credibility prediction s...
 
A Review on Credit Card Default Modelling using Data Science
A Review on Credit Card Default Modelling using Data ScienceA Review on Credit Card Default Modelling using Data Science
A Review on Credit Card Default Modelling using Data Science
 
Fuzzy Analytic Hierarchy Based DBMS Selection In Turkish National Identity Ca...
Fuzzy Analytic Hierarchy Based DBMS Selection In Turkish National Identity Ca...Fuzzy Analytic Hierarchy Based DBMS Selection In Turkish National Identity Ca...
Fuzzy Analytic Hierarchy Based DBMS Selection In Turkish National Identity Ca...
 
An Innovative Approach to Predict Bankruptcy
An Innovative Approach to Predict BankruptcyAn Innovative Approach to Predict Bankruptcy
An Innovative Approach to Predict Bankruptcy
 
Extended pso algorithm for improvement problems k means clustering algorithm
Extended pso algorithm for improvement problems k means clustering algorithmExtended pso algorithm for improvement problems k means clustering algorithm
Extended pso algorithm for improvement problems k means clustering algorithm
 
A simulated decision trees algorithm (sdt)
A simulated decision trees algorithm (sdt)A simulated decision trees algorithm (sdt)
A simulated decision trees algorithm (sdt)
 
Credit Scoring Using CART Algorithm and Binary Particle Swarm Optimization
Credit Scoring Using CART Algorithm and Binary Particle Swarm Optimization Credit Scoring Using CART Algorithm and Binary Particle Swarm Optimization
Credit Scoring Using CART Algorithm and Binary Particle Swarm Optimization
 
Data mining software comparison
Data mining software comparison Data mining software comparison
Data mining software comparison
 
Credit defaulter analysis
Credit defaulter analysisCredit defaulter analysis
Credit defaulter analysis
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
Clustering Prediction Techniques in Defining and Predicting Customers Defecti...
 
Credit card fraud detection
Credit card fraud detectionCredit card fraud detection
Credit card fraud detection
 
Mining Credit Card Defults
Mining Credit Card DefultsMining Credit Card Defults
Mining Credit Card Defults
 
Instance Selection and Optimization of Neural Networks
Instance Selection and Optimization of Neural NetworksInstance Selection and Optimization of Neural Networks
Instance Selection and Optimization of Neural Networks
 
IRJET- Analysis on Credit Card Fraud Detection using Capsule Network
IRJET- Analysis on Credit Card Fraud Detection using Capsule NetworkIRJET- Analysis on Credit Card Fraud Detection using Capsule Network
IRJET- Analysis on Credit Card Fraud Detection using Capsule Network
 
Predicting Credit Card Defaults using Machine Learning Algorithms
Predicting Credit Card Defaults using Machine Learning AlgorithmsPredicting Credit Card Defaults using Machine Learning Algorithms
Predicting Credit Card Defaults using Machine Learning Algorithms
 
Proficiency comparison ofladtree
Proficiency comparison ofladtreeProficiency comparison ofladtree
Proficiency comparison ofladtree
 
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORKTOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
TOURISM DEMAND FORECASTING MODEL USING NEURAL NETWORK
 

Andere mochten auch

200182551 syllabus-case-studies-in-corporate-finance
200182551 syllabus-case-studies-in-corporate-finance200182551 syllabus-case-studies-in-corporate-finance
200182551 syllabus-case-studies-in-corporate-financehomeworkping4
 
Liberty Cjus 420 final exam
Liberty Cjus 420 final examLiberty Cjus 420 final exam
Liberty Cjus 420 final examHomework Simple
 
Family Portrait Photography Canada
Family Portrait Photography CanadaFamily Portrait Photography Canada
Family Portrait Photography CanadaChris Bernard
 
Persebaran flora dan fauna didunia
Persebaran flora dan fauna diduniaPersebaran flora dan fauna didunia
Persebaran flora dan fauna diduniaYusron Nur Rosyid
 
201642103 bus-org-cases-part-2
201642103 bus-org-cases-part-2201642103 bus-org-cases-part-2
201642103 bus-org-cases-part-2homeworkping4
 
Hostess per discoteche edˇeventi
Hostess per discoteche edˇeventiHostess per discoteche edˇeventi
Hostess per discoteche edˇeventiMilano Model Agency
 
Chương trình kì diệu của ĐCT
Chương trình kì diệu của ĐCTChương trình kì diệu của ĐCT
Chương trình kì diệu của ĐCTCường Lê
 
景氣不見底 失業恐惡化 自由時報 20120827
景氣不見底 失業恐惡化 自由時報 20120827景氣不見底 失業恐惡化 自由時報 20120827
景氣不見底 失業恐惡化 自由時報 20120827Ray Chou
 
竹圍高中授課W2
竹圍高中授課W2竹圍高中授課W2
竹圍高中授課W2Daisy Chang
 
心靈彩繪:直覺式創意曼陀羅,探索自我與靜心紓壓
心靈彩繪:直覺式創意曼陀羅,探索自我與靜心紓壓心靈彩繪:直覺式創意曼陀羅,探索自我與靜心紓壓
心靈彩繪:直覺式創意曼陀羅,探索自我與靜心紓壓鼓手 心
 

Andere mochten auch (14)

200182551 syllabus-case-studies-in-corporate-finance
200182551 syllabus-case-studies-in-corporate-finance200182551 syllabus-case-studies-in-corporate-finance
200182551 syllabus-case-studies-in-corporate-finance
 
Liberty Cjus 420 final exam
Liberty Cjus 420 final examLiberty Cjus 420 final exam
Liberty Cjus 420 final exam
 
Family Portrait Photography Canada
Family Portrait Photography CanadaFamily Portrait Photography Canada
Family Portrait Photography Canada
 
Persebaran flora dan fauna didunia
Persebaran flora dan fauna diduniaPersebaran flora dan fauna didunia
Persebaran flora dan fauna didunia
 
201642103 bus-org-cases-part-2
201642103 bus-org-cases-part-2201642103 bus-org-cases-part-2
201642103 bus-org-cases-part-2
 
E05842831
E05842831E05842831
E05842831
 
Gift pens for men
Gift pens for menGift pens for men
Gift pens for men
 
Hostess per discoteche edˇeventi
Hostess per discoteche edˇeventiHostess per discoteche edˇeventi
Hostess per discoteche edˇeventi
 
Chương trình kì diệu của ĐCT
Chương trình kì diệu của ĐCTChương trình kì diệu của ĐCT
Chương trình kì diệu của ĐCT
 
Behera, Santosh Kumar
Behera, Santosh KumarBehera, Santosh Kumar
Behera, Santosh Kumar
 
The mission
The missionThe mission
The mission
 
景氣不見底 失業恐惡化 自由時報 20120827
景氣不見底 失業恐惡化 自由時報 20120827景氣不見底 失業恐惡化 自由時報 20120827
景氣不見底 失業恐惡化 自由時報 20120827
 
竹圍高中授課W2
竹圍高中授課W2竹圍高中授課W2
竹圍高中授課W2
 
心靈彩繪:直覺式創意曼陀羅,探索自我與靜心紓壓
心靈彩繪:直覺式創意曼陀羅,探索自我與靜心紓壓心靈彩繪:直覺式創意曼陀羅,探索自我與靜心紓壓
心靈彩繪:直覺式創意曼陀羅,探索自我與靜心紓壓
 

Ähnlich wie B05840510

Supervised and unsupervised data mining approaches in loan default prediction
Supervised and unsupervised data mining approaches in loan default prediction Supervised and unsupervised data mining approaches in loan default prediction
Supervised and unsupervised data mining approaches in loan default prediction IJECEIAES
 
A data mining approach to predict
A data mining approach to predictA data mining approach to predict
A data mining approach to predictIJDKP
 
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...IRJET Journal
 
A rule-based machine learning model for financial fraud detection
A rule-based machine learning model for financial fraud detectionA rule-based machine learning model for financial fraud detection
A rule-based machine learning model for financial fraud detectionIJECEIAES
 
BANK LOAN PREDICTION USING MACHINE LEARNING
BANK LOAN PREDICTION USING MACHINE LEARNINGBANK LOAN PREDICTION USING MACHINE LEARNING
BANK LOAN PREDICTION USING MACHINE LEARNINGIRJET Journal
 
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRYPROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRYIJITCA Journal
 
Applications of Data Science in Banking and Financial sector.pptx
Applications of Data Science in Banking and Financial sector.pptxApplications of Data Science in Banking and Financial sector.pptx
Applications of Data Science in Banking and Financial sector.pptxkarnika21
 
B510519.pdf
B510519.pdfB510519.pdf
B510519.pdfaijbm
 
IRJET- Customer Buying Prediction using Machine-Learning Techniques: A Survey
IRJET- Customer Buying Prediction using Machine-Learning Techniques: A SurveyIRJET- Customer Buying Prediction using Machine-Learning Techniques: A Survey
IRJET- Customer Buying Prediction using Machine-Learning Techniques: A SurveyIRJET Journal
 
Loan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning TechniquesLoan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning TechniquesIRJET Journal
 
Credit risk assessment with imbalanced data sets using SVMs
Credit risk assessment with imbalanced data sets using SVMsCredit risk assessment with imbalanced data sets using SVMs
Credit risk assessment with imbalanced data sets using SVMsIRJET Journal
 
A Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningA Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningIRJET Journal
 
A Comparative Study on Online Transaction Fraud Detection by using Machine Le...
A Comparative Study on Online Transaction Fraud Detection by using Machine Le...A Comparative Study on Online Transaction Fraud Detection by using Machine Le...
A Comparative Study on Online Transaction Fraud Detection by using Machine Le...IRJET Journal
 
Credit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningCredit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningIRJET Journal
 
Credit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningCredit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningIRJET Journal
 
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNINGCREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNINGIRJET Journal
 
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Melissa Moody
 

Ähnlich wie B05840510 (20)

Supervised and unsupervised data mining approaches in loan default prediction
Supervised and unsupervised data mining approaches in loan default prediction Supervised and unsupervised data mining approaches in loan default prediction
Supervised and unsupervised data mining approaches in loan default prediction
 
A data mining approach to predict
A data mining approach to predictA data mining approach to predict
A data mining approach to predict
 
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
 
A rule-based machine learning model for financial fraud detection
A rule-based machine learning model for financial fraud detectionA rule-based machine learning model for financial fraud detection
A rule-based machine learning model for financial fraud detection
 
Data mining on Financial Data
Data mining on Financial DataData mining on Financial Data
Data mining on Financial Data
 
BANK LOAN PREDICTION USING MACHINE LEARNING
BANK LOAN PREDICTION USING MACHINE LEARNINGBANK LOAN PREDICTION USING MACHINE LEARNING
BANK LOAN PREDICTION USING MACHINE LEARNING
 
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRYPROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
PROVIDING A METHOD FOR DETERMINING THE INDEX OF CUSTOMER CHURN IN INDUSTRY
 
Applications of Data Science in Banking and Financial sector.pptx
Applications of Data Science in Banking and Financial sector.pptxApplications of Data Science in Banking and Financial sector.pptx
Applications of Data Science in Banking and Financial sector.pptx
 
B510519.pdf
B510519.pdfB510519.pdf
B510519.pdf
 
IRJET- Customer Buying Prediction using Machine-Learning Techniques: A Survey
IRJET- Customer Buying Prediction using Machine-Learning Techniques: A SurveyIRJET- Customer Buying Prediction using Machine-Learning Techniques: A Survey
IRJET- Customer Buying Prediction using Machine-Learning Techniques: A Survey
 
Loan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning TechniquesLoan Default Prediction Using Machine Learning Techniques
Loan Default Prediction Using Machine Learning Techniques
 
Credit risk assessment with imbalanced data sets using SVMs
Credit risk assessment with imbalanced data sets using SVMsCredit risk assessment with imbalanced data sets using SVMs
Credit risk assessment with imbalanced data sets using SVMs
 
A Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine LearningA Compendium of Various Applications of Machine Learning
A Compendium of Various Applications of Machine Learning
 
A Comparative Study on Online Transaction Fraud Detection by using Machine Le...
A Comparative Study on Online Transaction Fraud Detection by using Machine Le...A Comparative Study on Online Transaction Fraud Detection by using Machine Le...
A Comparative Study on Online Transaction Fraud Detection by using Machine Le...
 
Credit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningCredit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine Learning
 
Credit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine LearningCredit Card Fraud Detection Using Machine Learning
Credit Card Fraud Detection Using Machine Learning
 
Credit iconip
Credit iconipCredit iconip
Credit iconip
 
20 ccp using logistic
20 ccp using logistic20 ccp using logistic
20 ccp using logistic
 
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNINGCREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
CREDIT CARD FRAUD DETECTION USING MACHINE LEARNING
 
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
Improving Credit Card Fraud Detection: Using Machine Learning to Profile and ...
 

Mehr von IOSR-JEN

Mehr von IOSR-JEN (20)

C05921721
C05921721C05921721
C05921721
 
B05921016
B05921016B05921016
B05921016
 
A05920109
A05920109A05920109
A05920109
 
J05915457
J05915457J05915457
J05915457
 
I05914153
I05914153I05914153
I05914153
 
H05913540
H05913540H05913540
H05913540
 
G05913234
G05913234G05913234
G05913234
 
F05912731
F05912731F05912731
F05912731
 
E05912226
E05912226E05912226
E05912226
 
D05911621
D05911621D05911621
D05911621
 
C05911315
C05911315C05911315
C05911315
 
B05910712
B05910712B05910712
B05910712
 
A05910106
A05910106A05910106
A05910106
 
I05844759
I05844759I05844759
I05844759
 
H05844346
H05844346H05844346
H05844346
 
G05843942
G05843942G05843942
G05843942
 
F05843238
F05843238F05843238
F05843238
 
D05842227
D05842227D05842227
D05842227
 
C05841121
C05841121C05841121
C05841121
 
B05840510
B05840510B05840510
B05840510
 

Kürzlich hochgeladen

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 

B05840510

  • 1. IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 08 (August. 2015), ||V4|| PP 05-10 International organization of Scientific Research 5 | P a g e Application of Meta learning in Banking Sector Sanjay Kumar Sen, Dr. B.K. Ratha. Assistant Professor, Dept. of CSE . Orissa Engineering College, Bhubaneswar, Odisha, India sanjaysen2k@gmail.com Reader, Dept. of Computer Science and Application, Utkal University, Vani Vihar, Bhubaneswar. vkramus@yahoo.com Abstract: - The data mining technology is a process of identifying patterns and information from a huge quantity of data. In a single repository data base where data is stored in central site, then applying data mining algorithms on these data base, patterns are extracted which are converted into information. It becomes important area for financial organization like banking sector, insurance sector, stock market etc. Banking systems gather huge amount of data like customer information, transaction details, loan details, credit card details etc. It helps to find hidden patterns in a group and discover unknown relationship in the data. Instead of quantitative and statistical data characteristics, this technique helps in data interpretations for the banking sector. Data mining tools helpful for leading banking for credit scoring service and approval predicting payment lapse, fraud detecting etc. By applying data mining techniques bankers are getting advantage in competitive market. It is also helpful for the retailers for customer buying tradition and also desires. This proposed work in this paper is the combination of supervised machine learning algorithms, Classification and Regression Tree (CART), Adaboost and Logitboost, Bagging and Dagging are proposed for classification of banking data. These resulted forms help researchers to detect fraud in banking data. The experimental result shows the performance analysis of different meta-learning algorithms and also compared on the basis of misclassification and correct classification rate. Smaller misclassification reveals that bagging algorithm performs better classification of banking data fraud detection technique.. The proposed work in this paper is the combination of five supervised machine learning algorithms, Classification and Regression Tree (CART), Adaboost, Grading, Bagging are proposed for classification of banking data. The experimental result shows the performance analysis of different meta-learning algorithms and also compared on the basis of misclassification and correct classification rate. Smaller misclassification reveals that bagging algorithm performs better classification of banking data fraud detection technique. I. INTRODUCTION The modern technology has great influence on banking business. All traditional banks compelled to adopt and implement new technological approach not only to improve financial and customer relationship but also to reduce time and cost to survive in this competitive market. Some automated software which radically changed the basic definition of the definition of the banking business. Data mining is the process of extracting hidden and unknown knowledge by applying statistical and machine-learning techniques for extracting interesting patterns from huge data base. Data mining is the application of statistical and machine-learning techniques for extracting interesting patterns from raw data [4] The strong security systems maintained in banking industries to avoid fraud in internet banking. Though fraud in banking can not be removed drastically., but to the some extent can be minimized. Programs for Machine Learning, published in 1993 [1], that many applications of artificial intelligence are based on a model of knowledge that is usually employed by a human specialist. This paper helps to minimize the bank fraud by using different meta learning algorithm. Initial work on the forecasting system of banking system is done by Frankel and Rose using some indicators in relation to the emerging currency markets[2]. The first group indicates integrated indicators of interest rates of interest rates and output growth[3]. The second group includes national macroeconomic indicators like sudden changes the rate of production[3]. The third category includes indicators of price revaluation, the current account deficit and the level of debt. The fourth class of variables describes the determinants of a debt structure [10]. 1.1Application of Data Mining in Banking Sector Various areas where data mining can be used in financial sectors [5][6][7] like customer segmentation and profitability, credit analysis, predicting payment default, marketing, fraudulent transactions, ranking investments, optimizing stock portfolios, cash management and forecasting operations, high risk loan applicants, most profitable Credit Card Customers and Cross Selling. Certain examples where banking industry has been utilizing the data mining technology effectively as follows.
  • 2. Application of Meta learning in Banking Sector International organization of Scientific Research 6 | P a g e 1.2Fraud Detection Fraud detection [8][9] [10][11] [12] is the recognition of symptoms of fraud where no priorm suspicion or tendency to fraud exists. Fraud is defined as „a deception deliberately practiced in order to secure unfair of unlawful gain. Fraud detection is the detection of criminal activities which occurs in commercial organizations such as banks, credit card issuing organizations, insurance agencies, mobile companies, stock market. Themmalicious users might be the actual customers of the organization or might be posing as a customer (also known as identity theft) [11]. Financial Organizations especially banking sectors follows mainly two approaches[5] [12]towards determining the fraud patterns, online transaction check and Offline transaction Check. 1.3 Risk Management Data Mining is used to identify the risk factors in each department of banking business [6]. Credit Approval authorities in the financial organization used data mining techniques to determine the risk factors in lending decisions[13] by analyzing the data based on nationality, repayment capacity and so on. Retail marketing department uses data mining methodologies to find the reliability[14] and the behavior of credit card applicant[8] while selling the credit cards. They uses data mining techniques on existing customers to sell credit cards or increase customers credits or top up on credit card loans [15]. In commercial lending, data mining plays a vital role. In commercial lending, risk assessment is usually an attempt to quantify the risk of default or loss to the lender when making a particular lending decision or approving a credit facility [8]. Data Mining can be used to derive credit behavior [8] of individual borrowers with parameters card loans, mortgage value, repayment and using characteristics such as history of credit, employmen period and length of residency. A score is thus produced that allow a lender to evaluate the customer and decide whether the person is a good candidate for a loan, or if there is a tendency to become high risk of default[14] Customers who have been with bank for a longer periods of time, remained better with bank and have good credit history and have higher salaries/wages, are more likely to receive a loan than a new customer who has no credit history with the bank, or who earns low salaries/wages[17].Bank can reduce the risk factors to maintain a better position by knowing the chances of a customer to become default[18] [19]. II. ALGORITHM USED 1.Classification and Regression Tree(CART) It was introduce by Breimann 1984.It builds both classification and regression tree (Gini index measure is used for selecting splitting attribute. Pruning is done on training data set. It can deal with both numeric and categorical attributes and can also handle missing attributes. [12]. The CART monograph focus on the Gini rule which is similar to the better know entropy or information gain criterion [13]. For binary (0/1) target the 'Gini measure of impurity" of a node t is: Classification and regression free provide automatic construction of new features within each node and for the binary target[11]. Figure 1: Screen shot for C4.5 classifier performance 2. Adaboost It is a machine algorithm, formulated by Yeave Freud and Robert Scapire. It is a meta-learning algorithm and used in conjunction with many other learning algorithms to improve their performance. [11]AdaBoost is an algorithm for constructing a”strong” classifier as linear combination. AdaBoost is adaptive only for this reason that subsequent classifiers built are weaked in favour of those instances misclassified by previous classifiers. AdaBoost is sensitive to noisy data and outliers. In some problems, however, it can be less susceptible to the over fitting problem than most learning algorithms. The classifiers it uses can be weak (i.e., display a substantial error rate), but as long as their performance is not random (resulting in an error rate of 0.5 for binary classification), they will improve the final model.
  • 3. Application of Meta learning in Banking Sector International organization of Scientific Research 7 | P a g e Figure 2: Screen shot for Adaboost classifier performance 3. Logiboost LogitBoost[11] is a boosting algorithm formulated by Jerome Friedmome, Trevor Hastie, and Robert Tibshirani. LogitBoost represents an application of established logistic regression to the AdaBoost method. Rather than minimizing error with respect to y, weak learners are chosen to minimize the (weighted least-squares) error of with respect to , where , and . That is is the Newton-Raphson approximation of the minimizer of the log-likelihood error at stage , and the weak learner is chosen as the learner that best approximates by weighted least squares. Figure 3: Screen shot for Logiboost classifier performance
  • 4. Application of Meta learning in Banking Sector International organization of Scientific Research 8 | P a g e 4. Bagging Figure 4: Screen shot for Grading classifier performance Algorithm classification Correct Classification Rate Mis- Classification CART 88.0000 12.0000 ADABOOST 73.0000 27.0000 GRADING 54.3333 45.6667 BAGGING 90.3333 9.6667 Figure-4
  • 5. Application of Meta learning in Banking Sector International organization of Scientific Research 9 | P a g e Figure-5 .Graph for Correct Classification VS. Misclassification rate Figure-6 III. CONCLUSIONS This paper represents computational issues of four supervised machine learning algorithms i.e., Classification and Regression technique algorithm, Adaboost algorithm, Logitboost algorithm and Bagging algorithm with dedicating role of detection of weather forecast on the basis of classification rule. Among four algorithms, Bagging algorithm is the best in performance.. In order to compare the classification performance of four machine learning algorithms, classifiers are applied on same data and results are compared on the basis of misclassification and correct classification rate and according to experimental results in table 1, it can be concluded that Baging is the best as compared to adaboost, logitboost, Classification and Regression Technique.
  • 6. Application of Meta learning in Banking Sector International organization of Scientific Research 10 | P a g e REFERENCES [1] QUINLAN, J. R. (1988). C4.5: Programs for Machine Learning, Morgan Kaufmann Publishers, San Mateo, CA. [2] C4.5 Algorithm - Disponible inhttp://www.cse.unsw.edu.au/~quinlan . Accessed in 25 July 2010. [3] Bruno Carneiro da Rocha1,2 and Rafael Timóteo de Sousa Júnior2 “IDENTIFYING BANK FRAUDS USING CRISP-DM AND DECISION TREES” International journal of computer science & information Technology (IJCSIT) Vol.2, No.5, October 2010. [4] Mabroukeh, N.R. and C.I. Ezeife, 2010. A taxonomy of sequential pattern mining algorithms. ACM Comput. Surveys. DOI: 10.1145/1824795.1824798 [5] Ramageri, B.M. and B.L. Desai, 2013 Role of datamining in retail sector. Int. J. Comput. Sci. Eng., 5. Moradi, M., M. Salehi, M.E. Ghorgani and H.S. Yazdi, 2013. Financial distress prediction of Iranian companies by using data mining techniques. Organizacija, 46: 20-27. [6] Ramageri, B.M. and B.L. Desai, 2013 Role of data mining in retail sector. Int. J. Comput. Sci. Eng., 5. [7] Delamaire, L., A. Hussein and P. John, 2009. Credit card fraud and detection techniques: A review. Banks Bank Syst., 4: 57-68. [8] Ravisankar, P., V. Ravi, G.R. Rao and I. Bose, 2011. Detection of financial statement fraud and feature selection using data mining techniques. Decision Support Syst., 50: 491-500. DOI: 10.1016/j.dss.2010.11.006. [9] Raj, S.B.E. and A.A. Portia, 2011. Analysis on credit card fraud detection methods. Proceedings of the International Conference on Computer Communication and Electrical Technology, Mar. 18- 19, IEEE Xplore Press, Tamilnadu, pp: 152-156.DOI: 10.1109/ICCCET.2011.5762457. [10] Petry, F.E. and L. Zhao, 2009. Data mining by attribute generalization with fuzzy hierarchies in fuzzy databases. Fuzzy Sets Syst., 160: 2206-2223. DOI 10.1016/j.fss.2009.02.014. [11] Changdola, V., A. Banerjee and V. Kumar, 2009. Anomaly detection: A survey. ACM Comput. Surveys, 9: 1-72. [12] Moin, K.I. and Q.B. Ahmed, 2012. Use of data mining in banking. Int. J. Eng. Res. Applic., 2: 738-742. [13] Chen, I., L. Chi-Jie, L. Tian-Shyug and L. Chung-Ta, 2009. Behavioral scoring model for bank customers using data envelopment analysis. Stud. Comput. Intell., 214: 99-104. DOI: 10.1007/978-3-540-92814- 0_16 Yap, B.W., S.H. Ong and N.H.M. Hussain, 2011. Using [14] Yap, B.W., S.H. Ong and N.H.M. Hussain, 2011. Using data mining to improve assessment of credit worthiness via credit scoring models. Expert Syst. Appli., 38: 13274-13283. DOI: 10.1016/j.eswa.2011.04.147. [15] Bhattacharya, S., S. Jha, K. Tharakunnel and J.C. Westland, 2011. Data mining for credit card fraud: A comparative study. Decision Support Syst., 50: 602- 613. DOI: 10.1016/j.dss.2010.08.008 . [16] Ravisankar, P., V. Ravi, G.R. Rao and I. Bose, 2011. Detection of financial statement fraud and feature selection using data mining techniques. Decision Support Syst., 50: 491-500. DOI: [17] Ravisankar, P., V. Ravi, G.R. Rao and I. Bose, 2011.Detection of financial statement fraud and feature selection using data mining techniques. Decision Support Syst., 50: 491-500. DOI: 10.1016/j.dss.2010.11.006 . [18] Dorr, D.M. and M.D. Anne, 2009. Establishing relationships among patterns instock market data. Data Knowl. Eng., 68: 318-337. DOI 10.1016/j.datak.2008.10.001. [19] Tsai, H.H., 2012. Global data mining: An empirical study of current trends, future forecasts and technology diffusions. Expert Syst. Applic., 39: 8172-8181.