SlideShare a Scribd company logo
2
Most read
3
Most read
5
Most read
Credit Card Fraud Detection using Machine
learning
Data Alcott Systems
Ph/ Whatsapp 9600095046
Check demo: www.finalsemprojects.com
Data Alcott Systems Contact 9600095046
Due to increase of fraud which results in loss of money across the globe, several
methodologies and techniques developed for detecting frauds Fraud detection involves
analysing the activities of users in order to understand the malicious behaviour of users.
Malicious behaviour is a broad term including delinquency, fraud, intrusion, and account
defaulting. This paper presents a survey of current techniques used in credit card fraud
detection and evaluates a new hybrid approach to identify fraud detection. In the proposed
work, we analyze credit card fraud detection using machine learning algorithm namely logistic
regression and Decision Tree. To make the learning process efficient, we used Principal
component for feature selection.
Abstract
Data Alcott Systems Contact 9600095046
Algorithm Used
 Principal component analysis
 Feature selection
 Decision Tree and Regression
 Decision Tree and Regression used for fraud detection
Data Alcott Systems Contact 9600095046
Introduction
 With the emerging rise of technology today, the dependency on e-commerce and the online
payments has grown exponentially. As the credit card provides convenience to the users but frauds
caused due to these activities causes inconvenience. The credit card information is confidential,
the bank and the other financial enterprises doesn't want to disclose the information about their
customers. Risk management is critical for financial enterprises to survive in such competing
industry. The provisional loss arises due to the “bad” accounts bank lends the money to customers
who eventually do not have capability to pay back. In the risk management, the chances of false
negative (false “good” accounts) could still be high. However, by leveraging their performance such
as credit card utilization, payment information, risks can further be managed to control
provisional loss. In this paper, a focus on risk management as well as fraud detection is depicted.
Data Alcott Systems Contact 9600095046
Figure: Overview of Machine learning
Data Alcott Systems Contact 9600095046
Existing System
 Advanced oversampling methods like SMOTE generate synthetic training instances from
the minority class by interpolation, instead of sample replication.
 The weighting strategy of AdaBoost is equivalent to resampling the data space [6], which
are applicable to most classification systems without changing their learning methods.
 Bahnesonet. al in expanded the transaction aggregation strategy, and proposed to create
a new set of features based on analyzing the periodic behavior of the time of a
transaction using the vonMises distribution. Then, using a real credit card fraud data set
provided by a large European card processing company.
 Halvaieeet. al in addressed credit card fraud detection using Artificial Immune Systems
(AIS), and introduced a new model called AIS-based Fraud Detection Model (AFDM).
The author used an immune system inspired algorithm (AIRS) and improved it for fraud
detection.
Data Alcott Systems Contact 9600095046
Disadvantages
 AIS optimized the data and learning rate but the accuracy arrived is less.
 Different sets of features had an impact on the results.
 SOMTE drawbacks is that undersampling may lose some potential
information, and oversampling may lead the overfitting.
 AdaBoost is mostly used classification whereas extra learning cost is a burden.
Data Alcott Systems Contact 9600095046
Proposed System
 Credit card logs mining is one of the most significant fields in the
area of data mining. There have been a large number of data mining
algorithms rooted in these fields to perform different data analysis
tasks.
 Apply Principal component analysis algorithm to find best features,
then apply decision tree classifier for credit card fraud prediction.
Data Alcott Systems Contact 9600095046
Advantages
 Best accuracy for the study
 PCA gets best features
Data Alcott Systems Contact 9600095046
SYSTEM REQUIREMENTS
 Software Requirements
1. Windows Xp, Windows 7(ultimate, enterprise)
2. Python 3.6 and related libraries
 Hardware Components
1. Processor – i3
2. Hard Disk – 5 GB
3. Memory – 1GB RAM
Data Alcott Systems Contact 9600095046
SYSTEM ARCHITECTURE
Data Alcott Systems Contact 9600095046
IMPLEMENTATION
 The proposed work is implemented in Python 3.6.4 with libraries scikit-
learn, pandas, matplotlib and other mandatory libraries. We downloaded
dataset from kaggle.com. The data downloaded contains train set and test
set separately with two different classes 0 and 1. The traindataset
considered as train set and testdataset considered as test set. Machine
learning algorithm is applied such as logistic regression and DT used.
Data Alcott Systems Contact 9600095046
DATA PRE-PROCESSING
 We have taken multiple attribute in our case study, dataset 16 features/
attributes are taken fr study. Pre-processing of dataset is done for
converting the string attributes to numerals and missing data records are
dropped. The pre-processed data is stored in “dataset.csv” file, which is
given as input for machine learning models.
Data Alcott Systems Contact 9600095046
Principal component analysis feature selection
 Principal Component Analysis, or PCA, is a dimensionality-reduction
method that is often used to reduce the dimensionality of large data sets,
by transforming a large set of variables into a smaller one that still
contains most of the information in the large set.
 Reducing the number of variables of a data set naturally comes at the
expense of accuracy, but the trick in dimensionality reduction is to trade a
little accuracy for simplicity. Because smaller data sets are easier to explore
and visualize and make analyzing data much easier and faster for machine
learning algorithms without extraneous variables to process.
Data Alcott Systems Contact 9600095046
EXPERIMENTAL RESULTS AND EVALUATIONS
 Implemented two machine learning algorithm on the given dataset for
credit card fraud detection shows that Logistics regression model
outperforms other models. The accuracy of Regression is high compared
to decision tree classification machine learning algorithms.
Algorithm Accuracy
Decision Tree 71.41
Logistic Regression 79.91
Data Alcott Systems Contact 9600095046
Metrics
Data Alcott Systems Contact 9600095046
CONCLUSION
 In this study, a new method for data generation of imbalanced data set's
minority class was proposed to enhance fraud detection in credit card by
machine learning and PCA algorithm as an oversampling strategy.
 Although PCA algorithms have been applied in many areas, our
application domain aims to handle imbalanced data set issue by
generating new minority class instances to gain new training sets.
Applying this algorithm into bank credit card fraud detection system aims
to reduce fraudulent transaction and decrease the number of false alert.
Data Alcott Systems Contact 9600095046
FUTURE ENHANCEMENTS
 A further work is to implement this approach using python programming
language, this will allow us to validate our work and produce pertinent
experimental results.
Data Alcott Systems Contact 9600095046
REFERENCES
 [1] H. Lei et al., ``A deeply supervised residual network for HEp-2 cell classification via cross-modal transfer learning,'' Pattern Recognit.,
vol. 79, pp. 290 302, Jul. 2018.
 [2] P. Wang, L. Li, Y. Jin, and G. Wang, ``Detection of unwanted traffic congestion based on existing surveillance system using in freeway
via a CNN-architecture trafficNet,'' in Proc. 13th IEEE Conf. Ind. Electron. Appl., May/Jun. 2018, pp. 1134 1139.
 [3] X. Zhu, Y.Wang, J. Dai, L. Yuan, and Y.Wei, ``Flow-guided feature aggregation for video object detection,'' in Proc. ICCV, Mar. 2017, pp.
408 417.
 [4] Z. Zhao,W. Chen, X.Wu, P. C. Chen, and J. Liu, ``LSTM network: A deep learning approach for short-term traffic forecast,'' IET Intell.
Transp. Syst., vol. 11, no. 2, pp. 68 75, Mar. 2017.
 [5] P. Li, D. Wang, L. Wang, and H. Lu, ``Deep visual tracking: Review and experimental comparison,'' Pattern Recognit., vol. 76, pp.
323 338, Apr. 2018.
 [6] P. Wang and J. Di, ``Deep learning-based object classification through multimode fiber via a CNN-architecture SpeckleNet,'' Appl.
Opt., vol. 57, no. 28, pp. 8258 8263, 2018.
 [7] J. Zhao, Z. Zhang, W. Yu, and T.-K. Truong, ``A cascade coupled convolutional neural network guided visual attention method for ship
detection from SAR images,'' IEEE Access, vol. 6, pp. 50693-50708, 2018.
 [8] T. Pamula, ``Road traffic conditions classification based on multilevel filtering of image content using convolutional neural
networks,'' IEEE Intell. Transp. Syst. Mag., vol. 10, no. 3, pp. 11 21, Jun. 2018.
 [9] M. Barth and K. Boriboonsomsin, ``Environmentally beneficial intelligent transportation systems,'' IFAC Proc. Volumes, vol. 42, no.
15, pp. 342 345, 2009.
 [10] A. Krizhevsky, I. Sutskever, and G. E. Hinton, ``Imagenet classification with deep convolutional neural networks,'' in Proc. Adv.
Neural Inf. Pro-cess. Syst., 2012, pp. 1097 1105.
Data Alcott Systems Contact 9600095046
Thank You
Data Alcott Systems Contact 9600095046

More Related Content

PPTX
Credit card fraud detection using machine learning Algorithms
PPTX
Credit card fraud detection
PPTX
Credit card fraud detection
PPTX
Credit Card Fraudulent Transaction Detection Research Paper
PDF
Fraud detection with Machine Learning
PDF
Credit Card Fraud Detection Using ML In Databricks
PPTX
Credit card fraud detection using python machine learning
PPTX
Credit card fraud dection
Credit card fraud detection using machine learning Algorithms
Credit card fraud detection
Credit card fraud detection
Credit Card Fraudulent Transaction Detection Research Paper
Fraud detection with Machine Learning
Credit Card Fraud Detection Using ML In Databricks
Credit card fraud detection using python machine learning
Credit card fraud dection

What's hot (20)

PDF
Adaptive Machine Learning for Credit Card Fraud Detection
PPTX
Credit Card Fraud Detection
PPTX
Housing price prediction
PPTX
CREDIT CARD FRAUD DETECTION
PPT
Credit card fraud detection pptx (1) (1)
PPTX
Machine Learning and Real-World Applications
PPTX
Introduction to Machine Learning
PDF
Introduction to data analytics
PPTX
House Price Prediction.pptx
PDF
Machine Learning for Fraud Detection
PDF
Fraud Detection presentation
PPTX
Machine Learning ppt.pptx
PPTX
Types of Machine Learning
PPT
Machine learning
PDF
Hand gesture recognition system(FYP REPORT)
PPTX
Convolution Neural Network (CNN)
PPTX
Naive bayes
PPTX
Machine Learning for Disease Prediction
PPTX
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Algori...
Adaptive Machine Learning for Credit Card Fraud Detection
Credit Card Fraud Detection
Housing price prediction
CREDIT CARD FRAUD DETECTION
Credit card fraud detection pptx (1) (1)
Machine Learning and Real-World Applications
Introduction to Machine Learning
Introduction to data analytics
House Price Prediction.pptx
Machine Learning for Fraud Detection
Fraud Detection presentation
Machine Learning ppt.pptx
Types of Machine Learning
Machine learning
Hand gesture recognition system(FYP REPORT)
Convolution Neural Network (CNN)
Naive bayes
Machine Learning for Disease Prediction
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Algori...
Ad

Similar to Credit card fraud detection through machine learning (20)

PDF
Concept drift and machine learning model for detecting fraudulent transaction...
PDF
Welcome to International Journal of Engineering Research and Development (IJERD)
PPT
CREDIT_CARD.ppt
PDF
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
PDF
Analysis on Fraud Detection Mechanisms Using Machine Learning Techniques
PDF
A Comparative Study on Credit Card Fraud Detection
PDF
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
PDF
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
PPTX
Project PPT sem 2.pptx
PDF
A Review of deep learning techniques in detection of anomaly incredit card tr...
PDF
An Identification and Detection of Fraudulence in Credit Card Fraud Transacti...
PDF
Top 10 Machine Learning Algorithms in 2025.pdf
PDF
E-Healthcare monitoring System for diagnosis of Heart Disease using Machine L...
PDF
IRJET- Credit Card Fraud Detection using Machine Learning
PDF
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
PDF
Titles with Abstracts_2023-2024_Data Mining.pdf
PDF
Comparative Study of Enchancement of Automated Student Attendance System Usin...
PDF
Credit Card Fraud Detection Using Machine Learning & Data Science
PDF
Credit Card Fraud Detection Using Machine Learning & Data Science
PDF
Tanvi_Sharma_Shruti_Garg_pre.pdf.pdf
Concept drift and machine learning model for detecting fraudulent transaction...
Welcome to International Journal of Engineering Research and Development (IJERD)
CREDIT_CARD.ppt
A Comparative Study for Credit Card Fraud Detection System using Machine Lear...
Analysis on Fraud Detection Mechanisms Using Machine Learning Techniques
A Comparative Study on Credit Card Fraud Detection
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
Project PPT sem 2.pptx
A Review of deep learning techniques in detection of anomaly incredit card tr...
An Identification and Detection of Fraudulence in Credit Card Fraud Transacti...
Top 10 Machine Learning Algorithms in 2025.pdf
E-Healthcare monitoring System for diagnosis of Heart Disease using Machine L...
IRJET- Credit Card Fraud Detection using Machine Learning
Unfolding the Credit Card Fraud Detection Technique by Implementing SVM Algor...
Titles with Abstracts_2023-2024_Data Mining.pdf
Comparative Study of Enchancement of Automated Student Attendance System Usin...
Credit Card Fraud Detection Using Machine Learning & Data Science
Credit Card Fraud Detection Using Machine Learning & Data Science
Tanvi_Sharma_Shruti_Garg_pre.pdf.pdf
Ad

More from dataalcott (20)

PDF
Speech emotion recognition from audio converted
PDF
Voice based email
PPT
Diabetes prediction using machine learning
PDF
Phishing websitre detection using machine learning
PDF
Image deblur using lstm model- Deep learning algorithm
PDF
Crop prediction using machine learning
PDF
Crime data analysis and prediction
PDF
Cricket match outcome prediction using machine learning
PDF
Brain tumor detection and Classification using deep learning techniques
PDF
Breast cancer detection through histopathology image classification
PDF
Blood cell classification using deep learning
PDF
Sales prediction on black friday dataset using machine learning
PDF
Face recognition, eye blink for password authentication
PDF
Cardiac arrhythmia prediction
PDF
Bitcoin price prediction
PDF
Anomaly acitivity detecion
PDF
Animal classification using cnn and faster rcnn algorithm
PDF
Air pollution prediction in python
PDF
Human action recognition project in python
PDF
Project topics in Python with New Ideas
Speech emotion recognition from audio converted
Voice based email
Diabetes prediction using machine learning
Phishing websitre detection using machine learning
Image deblur using lstm model- Deep learning algorithm
Crop prediction using machine learning
Crime data analysis and prediction
Cricket match outcome prediction using machine learning
Brain tumor detection and Classification using deep learning techniques
Breast cancer detection through histopathology image classification
Blood cell classification using deep learning
Sales prediction on black friday dataset using machine learning
Face recognition, eye blink for password authentication
Cardiac arrhythmia prediction
Bitcoin price prediction
Anomaly acitivity detecion
Animal classification using cnn and faster rcnn algorithm
Air pollution prediction in python
Human action recognition project in python
Project topics in Python with New Ideas

Recently uploaded (20)

PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
master seminar digital applications in india
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Classroom Observation Tools for Teachers
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Cell Structure & Organelles in detailed.
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Pharma ospi slides which help in ospi learning
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPH.pptx obstetrics and gynecology in nursing
Sports Quiz easy sports quiz sports quiz
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
master seminar digital applications in india
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Anesthesia in Laparoscopic Surgery in India
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Classroom Observation Tools for Teachers
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Cell Structure & Organelles in detailed.
STATICS OF THE RIGID BODIES Hibbelers.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Pharma ospi slides which help in ospi learning
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
TR - Agricultural Crops Production NC III.pdf
O7-L3 Supply Chain Operations - ICLT Program
Final Presentation General Medicine 03-08-2024.pptx

Credit card fraud detection through machine learning

  • 1. Credit Card Fraud Detection using Machine learning Data Alcott Systems Ph/ Whatsapp 9600095046 Check demo: www.finalsemprojects.com Data Alcott Systems Contact 9600095046
  • 2. Due to increase of fraud which results in loss of money across the globe, several methodologies and techniques developed for detecting frauds Fraud detection involves analysing the activities of users in order to understand the malicious behaviour of users. Malicious behaviour is a broad term including delinquency, fraud, intrusion, and account defaulting. This paper presents a survey of current techniques used in credit card fraud detection and evaluates a new hybrid approach to identify fraud detection. In the proposed work, we analyze credit card fraud detection using machine learning algorithm namely logistic regression and Decision Tree. To make the learning process efficient, we used Principal component for feature selection. Abstract Data Alcott Systems Contact 9600095046
  • 3. Algorithm Used  Principal component analysis  Feature selection  Decision Tree and Regression  Decision Tree and Regression used for fraud detection Data Alcott Systems Contact 9600095046
  • 4. Introduction  With the emerging rise of technology today, the dependency on e-commerce and the online payments has grown exponentially. As the credit card provides convenience to the users but frauds caused due to these activities causes inconvenience. The credit card information is confidential, the bank and the other financial enterprises doesn't want to disclose the information about their customers. Risk management is critical for financial enterprises to survive in such competing industry. The provisional loss arises due to the “bad” accounts bank lends the money to customers who eventually do not have capability to pay back. In the risk management, the chances of false negative (false “good” accounts) could still be high. However, by leveraging their performance such as credit card utilization, payment information, risks can further be managed to control provisional loss. In this paper, a focus on risk management as well as fraud detection is depicted. Data Alcott Systems Contact 9600095046
  • 5. Figure: Overview of Machine learning Data Alcott Systems Contact 9600095046
  • 6. Existing System  Advanced oversampling methods like SMOTE generate synthetic training instances from the minority class by interpolation, instead of sample replication.  The weighting strategy of AdaBoost is equivalent to resampling the data space [6], which are applicable to most classification systems without changing their learning methods.  Bahnesonet. al in expanded the transaction aggregation strategy, and proposed to create a new set of features based on analyzing the periodic behavior of the time of a transaction using the vonMises distribution. Then, using a real credit card fraud data set provided by a large European card processing company.  Halvaieeet. al in addressed credit card fraud detection using Artificial Immune Systems (AIS), and introduced a new model called AIS-based Fraud Detection Model (AFDM). The author used an immune system inspired algorithm (AIRS) and improved it for fraud detection. Data Alcott Systems Contact 9600095046
  • 7. Disadvantages  AIS optimized the data and learning rate but the accuracy arrived is less.  Different sets of features had an impact on the results.  SOMTE drawbacks is that undersampling may lose some potential information, and oversampling may lead the overfitting.  AdaBoost is mostly used classification whereas extra learning cost is a burden. Data Alcott Systems Contact 9600095046
  • 8. Proposed System  Credit card logs mining is one of the most significant fields in the area of data mining. There have been a large number of data mining algorithms rooted in these fields to perform different data analysis tasks.  Apply Principal component analysis algorithm to find best features, then apply decision tree classifier for credit card fraud prediction. Data Alcott Systems Contact 9600095046
  • 9. Advantages  Best accuracy for the study  PCA gets best features Data Alcott Systems Contact 9600095046
  • 10. SYSTEM REQUIREMENTS  Software Requirements 1. Windows Xp, Windows 7(ultimate, enterprise) 2. Python 3.6 and related libraries  Hardware Components 1. Processor – i3 2. Hard Disk – 5 GB 3. Memory – 1GB RAM Data Alcott Systems Contact 9600095046
  • 11. SYSTEM ARCHITECTURE Data Alcott Systems Contact 9600095046
  • 12. IMPLEMENTATION  The proposed work is implemented in Python 3.6.4 with libraries scikit- learn, pandas, matplotlib and other mandatory libraries. We downloaded dataset from kaggle.com. The data downloaded contains train set and test set separately with two different classes 0 and 1. The traindataset considered as train set and testdataset considered as test set. Machine learning algorithm is applied such as logistic regression and DT used. Data Alcott Systems Contact 9600095046
  • 13. DATA PRE-PROCESSING  We have taken multiple attribute in our case study, dataset 16 features/ attributes are taken fr study. Pre-processing of dataset is done for converting the string attributes to numerals and missing data records are dropped. The pre-processed data is stored in “dataset.csv” file, which is given as input for machine learning models. Data Alcott Systems Contact 9600095046
  • 14. Principal component analysis feature selection  Principal Component Analysis, or PCA, is a dimensionality-reduction method that is often used to reduce the dimensionality of large data sets, by transforming a large set of variables into a smaller one that still contains most of the information in the large set.  Reducing the number of variables of a data set naturally comes at the expense of accuracy, but the trick in dimensionality reduction is to trade a little accuracy for simplicity. Because smaller data sets are easier to explore and visualize and make analyzing data much easier and faster for machine learning algorithms without extraneous variables to process. Data Alcott Systems Contact 9600095046
  • 15. EXPERIMENTAL RESULTS AND EVALUATIONS  Implemented two machine learning algorithm on the given dataset for credit card fraud detection shows that Logistics regression model outperforms other models. The accuracy of Regression is high compared to decision tree classification machine learning algorithms. Algorithm Accuracy Decision Tree 71.41 Logistic Regression 79.91 Data Alcott Systems Contact 9600095046
  • 16. Metrics Data Alcott Systems Contact 9600095046
  • 17. CONCLUSION  In this study, a new method for data generation of imbalanced data set's minority class was proposed to enhance fraud detection in credit card by machine learning and PCA algorithm as an oversampling strategy.  Although PCA algorithms have been applied in many areas, our application domain aims to handle imbalanced data set issue by generating new minority class instances to gain new training sets. Applying this algorithm into bank credit card fraud detection system aims to reduce fraudulent transaction and decrease the number of false alert. Data Alcott Systems Contact 9600095046
  • 18. FUTURE ENHANCEMENTS  A further work is to implement this approach using python programming language, this will allow us to validate our work and produce pertinent experimental results. Data Alcott Systems Contact 9600095046
  • 19. REFERENCES  [1] H. Lei et al., ``A deeply supervised residual network for HEp-2 cell classification via cross-modal transfer learning,'' Pattern Recognit., vol. 79, pp. 290 302, Jul. 2018.  [2] P. Wang, L. Li, Y. Jin, and G. Wang, ``Detection of unwanted traffic congestion based on existing surveillance system using in freeway via a CNN-architecture trafficNet,'' in Proc. 13th IEEE Conf. Ind. Electron. Appl., May/Jun. 2018, pp. 1134 1139.  [3] X. Zhu, Y.Wang, J. Dai, L. Yuan, and Y.Wei, ``Flow-guided feature aggregation for video object detection,'' in Proc. ICCV, Mar. 2017, pp. 408 417.  [4] Z. Zhao,W. Chen, X.Wu, P. C. Chen, and J. Liu, ``LSTM network: A deep learning approach for short-term traffic forecast,'' IET Intell. Transp. Syst., vol. 11, no. 2, pp. 68 75, Mar. 2017.  [5] P. Li, D. Wang, L. Wang, and H. Lu, ``Deep visual tracking: Review and experimental comparison,'' Pattern Recognit., vol. 76, pp. 323 338, Apr. 2018.  [6] P. Wang and J. Di, ``Deep learning-based object classification through multimode fiber via a CNN-architecture SpeckleNet,'' Appl. Opt., vol. 57, no. 28, pp. 8258 8263, 2018.  [7] J. Zhao, Z. Zhang, W. Yu, and T.-K. Truong, ``A cascade coupled convolutional neural network guided visual attention method for ship detection from SAR images,'' IEEE Access, vol. 6, pp. 50693-50708, 2018.  [8] T. Pamula, ``Road traffic conditions classification based on multilevel filtering of image content using convolutional neural networks,'' IEEE Intell. Transp. Syst. Mag., vol. 10, no. 3, pp. 11 21, Jun. 2018.  [9] M. Barth and K. Boriboonsomsin, ``Environmentally beneficial intelligent transportation systems,'' IFAC Proc. Volumes, vol. 42, no. 15, pp. 342 345, 2009.  [10] A. Krizhevsky, I. Sutskever, and G. E. Hinton, ``Imagenet classification with deep convolutional neural networks,'' in Proc. Adv. Neural Inf. Pro-cess. Syst., 2012, pp. 1097 1105. Data Alcott Systems Contact 9600095046
  • 20. Thank You Data Alcott Systems Contact 9600095046