SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 4809
PREDICTING ACCIDENT SEVERITY USING MACHINE LEARNING
Hemanth Kumar V1, Ashwini M2
1Dept. of ISE, The National Institute of Engineering, Mysore
2Asst. Professor, Dept. of ISE, The National Institute of Engineering, Mysore, Karnataka, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract –Accordingto WorldHealthOrganization(WHO),
every year the lives of approximately 1.35 million people are
cut short as a result of a road traffic crash. Between 20 and 50
million more people suffer non-fatal injuries, with many
incurring a disability as a result of their injury. Road traffic
injuries cause considerable economic losses to individuals,
their families, and to nations as a whole. Road traffic crashes
cost most countries 3% of their gross domestic product. These
effects can be reduced to a considerable amount by using
modern technologies. TechnologylikeMachine Learningwhich
is a sub-branch of Artificial Intelligence (AI) providesdifferent
types of techniques that can be applied to existing traffic
accident data set. This study establishes aproceduretoselecta
number of influential factors and to build up a model for
identifying relationship between different types of accidents
and different types of injuries. Among different techniques of
Machine Learning, unsupervisedlearningisemployedwherein
a model is built and devoured with required dataset of
particular place and Eclat algorithm identifies and displays
the patterns among different types of accidents as well as
different types of injuries which can be used by public, traffic
departments and doctors for analysis purpose.
Key Words: WHO, Non-fatal injuries, Economic loss,
Machine Learning, Unsupervised Learning, Patterns,
Eclat.
1. INTRODUCTION
Motorization has enhanced the lives ofmanyindividualsand
societies, but the benefits have come with a price. Although
the number of lives lost in road accidents in high-income
countries indicate a downward trend in recent decades, for
most of the world's population, the burden of road-traffic
injury—in terms of societal and economic costs—is rising
substantially. Injury and deaths due to road traffic accidents
(RTA) are a major public health problem in developing
countries where more than 85% of all deaths and 90% of
disability-adjusted life years were lost from road traffic
injuries. The costs of fatalities and injuriesduetoroadtraffic
accidents (RTAs) have a tremendous impactonsocietal well-
being and socioeconomic development. Road traffic crashes
result in the deaths of approximately 1.35 million people
around the world each year and leave between 20 and 50
million people with non-fatal injuries. In addition to the
human suffering caused by road traffic injuries, they also
incur a heavy economic burden on victimsandtheirfamilies,
both through treatment costs for the injured and through
loss of productivity of those killed or disabled.More broadly,
road traffic injuries have a serious impact on national
economies, costing countries 3% of their annual gross
domestic product.
In recent years, many researchers studied the impact of
influencing factors of traffic accidents, mainly focusing on
people, cars, roads or theenvironment.Someresearchers[8-
9] studied on driver's behavior and analyzed the
characteristics of the process during changing the lanes to
identify dangerous driving behaviors. There are alsostudies
[10] on the impact of road conditions on traffic accidents,
they proposed a point that high and steep roadbed will
undermine the traffic safety. Also other studies [11] focused
on the impact of weather or dynamic traffic flow on
accidents. However, most ofthesestudiesfocusedona single
factor (people, cars, roads, and the environment) on the
impact of traffic accidents. Another study [1] focuses on
different parameters that are affecting the road accidents. In
most of the cases, some type of injuries occurs in a pair with
other type of injuries like broken bones andbraininjuries. In
this study, we’ll propose a model that uses Eclat algorithm
to show different pattern among the accidents as well as
these types of related injuries. With the developmentofdata
mining technology, a variety of data mining approaches can
be used to study the pattern in the road accidents. Among
them, the association rule mining can be used to analyze the
relationship between the influencing factors of traffic
accidents. Association rule learning is a rule-based machine
learning method for discovering interesting relations
between variables in large databases. It is intended to
identify strong rules discovered in databases using some
measures of interestingness. The strong association rules
can be used to find a pattern hidden in the accident data. In
order to select interesting rules from the set of all possible
rules, constraints on various measures of significance and
interest are used. The best-known constraints are minimum
thresholds on support and confidence.
The rest of the paper is organized into Related Work,
Methodology, Conclusions and References.
2. RELATED WORK
The study “Research on Automated Modeling Algorithm
Using Association Rules for Traffic Accidents “focuses on
different type of factors responsible for accidents. In this
paper, the traffic accidents of Shanghai Expressway from
April to June 2014 were excavated using association rule
mining which generated lots of frequent item sets. The
strong rules hidden in thesefrequentitemsetsoftenuncover
the association between influencing factors of accidents,
which can be used to reduce the occurrence of accidents by
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 4810
breaking them. The rules can also be used to probe usual
scenes of accidents, and some corresponding security
improvement measures can be taken to prevent the
accidents, and ultimately improve the city's traffic safety
level. General speaking, association rule miningcanproduce
tons of weak rules, the study first designed a method to
calculate minimal Support value of training parameters,and
further put forward a way to extract strong rules
automatically. The results of the experiments showed that
these methods proposed in the paper are effective.
Therefore, an automatic modeling algorithm using
association rules was finally established to promote the
effective application of association rule miningonintelligent
transportation system.
Tibebe Beshah, Shawndra Hill in their work, applied data
mining technologies to link recorded road characteristics to
accident severity in Ethiopia, and developed a set of rules
that could be used by the Ethiopian Traffic Agency to
improve safety.
The study “Comparison of Machine Learning Algorithms
for Predicting Traffic Accident Severity” establishes
models to select a set of influential factors and to build up a
model for classifying the severity of injuries. These models
are formulated by various machine learning techniques.
Supervised machine learning algorithms, such as AdaBoost,
Logistic Regression (LR), Naive Bayes (NB), and Random
Forests (RF) are implemented on traffic accident data.
SMOTE algorithm is used to handle data imbalance. The
findings of this study indicate that the RF model can be a
promising tool for predicting the injury severity of traffic
accidents. RF algorithm has shown better performance with
75.5% accuracy than LR with 74.5%, NB with 73.1%, and
AdaBoost with 74.5% accuracy.
The paper “Analysis on Traffic Accident Injury Level
Using Classification” presents some models to predict the
severity of injury using some data mining algorithms. The
study focused on collecting the real data from previous
research and obtains the injury severity level of traffic
accident data.
2. METHODOLGY
Figure 1 summarizes the different steps involved in the
prediction of patternsamong differenttypesofaccidents and
as well as injuries.
Figure 1: Architecture Diagram
1. Data Pre-processing
Data preprocessing is a data mining technique that involves
transforming raw data into an understandable format. Real-
world data is often incomplete, inconsistent, and/or lacking
in certain behaviors or trends, and is likely to contain many
errors. Data preprocessing is a proven method of resolving
such issues. Data preprocessing prepares raw data for
further processing.
The dataset used in this study consists of several columns
like year, Speed Limit, Weather Condition,RoadMenatwork
etc. But we are only interested in accidents andinjuries so all
the irrelevant data are preprocessed (removed) and only
relevant columns are taken into study.
2. Association Learning
Association rule learning is a rule-based machine learning
method for discovering interesting relations between
variables in large databases. It is intended to identify strong
rules discovered in databases using some measures of
interestingness.
Several algorithms can be used to generating association
rules. Some of popular algorithms are Apriori, Eclat and FP-
Growth.
In this study we have used Eclat algorithm since it works
efficiently for both small and large data sets, more efficient
and scalable version of the Apriori algorithm.
2.1 Eclat Algorithm
The ECLAT algorithm stands for Equivalence Class
Clustering and bottom-up Lattice Traversal. It is one of the
popular methods of Association Rule mining. ECLAT
algorithm works in a vertical manner just like the Depth-
First Search of a graph.
When using the algorithm, we have considered two
indicators to evaluate the rules, namely Support and
Confidence. Supportisthefrequencyof whichfrequentitems
appear in a transaction set. Assumingthattherearefrequent
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 4811
item X and the transaction set D, then the Support of X
presents the frequency of which X appears in D. For a rule
like X => Y in which X is called Left-Hand-Side (LHS) and Y is
called Right-Hand-Side (RHS), its Support is shown in
Equation 1. The Confidence is the degree of trustworthiness
of association rules, as shown in Equation 2.
Support(X=>Y) = Support (XUY) (1)
Confidence(X=>Y)=P(Y|X)=Support(XUY)/Support(X) (2)
In the implementation of algorithm, we have set minimum
support count as 2 and confidence as 80%. The data from
dataset contains different types of informationsuchastypes
of accidents like Hit n run, Over Speed, Inexperience etc.and
different types of injuries like Broken Bones, Brain Injuries,
Rib Fracture, Spine Fractures etc. This informationserves as
input to the Eclat algorithm as shown in figure.
3. Generating Rules and Pattern Prediction
The input above mentioned are processed by the algorithm
and based on the constraints the weak rulesarerejectedand
algorithm generates strongassociationrulesthroughseveral
iterations. These strong association rules are then selected
for confidence of 80%, thus results in different types of
pattern among different types of accidents and injuries.
4. Result Analysis
The proposed model gives the patternamongdifferenttypes
of accidents and as well as injuries like the relation between
brain injuries and broken bones or like relation between
over speed and Hit & Run etc. In this study we’ve set
minimum support count to 2 and confidence as
80%.Depending on the dataset these parameters can be set
to different level and hence more precise results can be
obtained.
3. CONCLUSION
In this paper, we used the association rules to analyze the
relationship between the influencing factors of traffic
accidents and proposeda model whichprovidesthedifferent
patterns among accidents and injuries. In contrast with the
previously published work of the authors, here we focused
not only on the type of accidents but also on the different
injuries that occur together more frequently. The results
help in studying the accidents severity. The results of this
study could be used by the respective stakeholders to
promote road safety. While the methods are simple, the
results of this work could have tremendous impact.Thenext
step in the modeling will be to combine road-related factors
with driver information for better predictions, and to find
interactions between the different attributes.
4. ACKNOWLEDGEMENT
We are proud and grateful to havebeengivenanopportunity
to present an idea such as ours. To our principal, Dr.Rohini
Nagapadma, we are extremely grateful for her kind
permission to carry out our work. Our sincere thanks to the
Department of Information Science and Engineering, NIE,
Mysuru.
I’m indebted to Ms.Ashwini M, our project guide for her
constant support and valuable insights to the project.
5. REFERENCES
[1] Zhen Gao, Ruifeng Pan, Xuesong Wang, Rongjie Yu,
“Research on Automated Modeling Algorithm Using
Association Rules for Traffic Accidents”, 2018 IEEE
International Conference on Big Data and Smart
Computing.
[2] Tibebe Beshah, Shawndra Hill, “Mining Road Traffic
Accident Data to Improve Safety: Role of Road-related
Factors on Accident Severity in Ethiopia”.
[3] Rabia Emhamed Al, Keneth Morgan Kwayu, Maha Reda
Alkasisbeh, Abdulbaset Ali Frefer, “Comparison of
Machine Learning Algorithms for Predicting Traffic
Accident Severity”, 2019 IEEE JordanInternational Joint
Conference on Electrical Engineering and Information
Technology (JEEIT).
[4] K. Geetha, C. Vaishnavi,”Analysis on Traffic Accident
Injury Level Using Classification”, Volume 5, Issue 2,
February 2015, ISSN: 2277 128X, International Journal
of Advanced Research in Computer Science and
Software Engineering.
[5] Vichika Iragavarapu, P.E., Dominique Lord, Ph.D, P.Eng.,
Kay Fitzpatrick, Ph.D., P.E.,” ANALYSIS OF INJURY
SEVERITY IN PEDESTRIAN CRASHES USING
CLASSIFICATION REGRESSION TREES”. Submitted to
the Transportation Research Board 94th Annual
Meeting January 11-15, 2015, Washington D.C.
[6] World Health Organization (WHO).
[7] Worrall R D, Bullen A G R. AN EMPIRICAL ANALYSIS OF
LANE
[8] CHANGING ON MULTILANE HIGHWAYS[J]. Highway
Research Record, 1970(303).
[9] Xu H, Cheng G, Pei Y. Study on effect of lane-changing
behavioral characteristic to capacity [J]. Sciencepaper
Online, 2010.
[10] Yulong P, Ji M, Research on countermeasures for road
condition causes of traffic accidents [J]. China Journal of
Highway and Transport, 2003, 16(4):77-82.
[11] Das S, Sun X. Investigating the Pattern of Traffic Crashes
Under Rainy Weather by Association Rules in Data
Mining [J]. Transportation Research Board Annual
Meeting, 2014.

More Related Content

Similar to IRJET - Predicting Accident Severity using Machine Learning

IRJET- Smart Automated Modelling using ECLAT Algorithm for Traffic Accident P...
IRJET- Smart Automated Modelling using ECLAT Algorithm for Traffic Accident P...IRJET- Smart Automated Modelling using ECLAT Algorithm for Traffic Accident P...
IRJET- Smart Automated Modelling using ECLAT Algorithm for Traffic Accident P...IRJET Journal
 
IRJET- Algorithms for the Prediction of Traffic Accidents
IRJET-  	  Algorithms for the Prediction of Traffic AccidentsIRJET-  	  Algorithms for the Prediction of Traffic Accidents
IRJET- Algorithms for the Prediction of Traffic AccidentsIRJET Journal
 
IRJET- Accident Information Mining and Insurance Dispute Resolution
IRJET- Accident Information Mining and Insurance Dispute ResolutionIRJET- Accident Information Mining and Insurance Dispute Resolution
IRJET- Accident Information Mining and Insurance Dispute ResolutionIRJET Journal
 
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...IRJET Journal
 
A survey paper on Optimal Solution on Vehicular Adhoc Network for Congestion ...
A survey paper on Optimal Solution on Vehicular Adhoc Network for Congestion ...A survey paper on Optimal Solution on Vehicular Adhoc Network for Congestion ...
A survey paper on Optimal Solution on Vehicular Adhoc Network for Congestion ...IRJET Journal
 
Analysis of Machine Learning Algorithm with Road Accidents Data Sets
Analysis of Machine Learning Algorithm with Road Accidents Data SetsAnalysis of Machine Learning Algorithm with Road Accidents Data Sets
Analysis of Machine Learning Algorithm with Road Accidents Data SetsDr. Amarjeet Singh
 
ROAD SAFETY BY DETECTING DROWSINESS AND ACCIDENT USING MACHINE LEARNING
ROAD SAFETY BY DETECTING DROWSINESS AND ACCIDENT USING MACHINE LEARNINGROAD SAFETY BY DETECTING DROWSINESS AND ACCIDENT USING MACHINE LEARNING
ROAD SAFETY BY DETECTING DROWSINESS AND ACCIDENT USING MACHINE LEARNINGIRJET Journal
 
IRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET- Road Accident Prediction using Machine Learning AlgorithmIRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET- Road Accident Prediction using Machine Learning AlgorithmIRJET Journal
 
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET Journal
 
Accident Prediction System Using Machine Learning
Accident Prediction System Using Machine LearningAccident Prediction System Using Machine Learning
Accident Prediction System Using Machine LearningIRJET Journal
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGIRJET Journal
 
PREDICTING ACCIDENT SEVERITY: AN ANALYSIS OF FACTORS AFFECTING ACCIDENT SEVER...
PREDICTING ACCIDENT SEVERITY: AN ANALYSIS OF FACTORS AFFECTING ACCIDENT SEVER...PREDICTING ACCIDENT SEVERITY: AN ANALYSIS OF FACTORS AFFECTING ACCIDENT SEVER...
PREDICTING ACCIDENT SEVERITY: AN ANALYSIS OF FACTORS AFFECTING ACCIDENT SEVER...IJCI JOURNAL
 
Analysis of Roadway Fatal Accidents using Ensemble-based Meta-Classifiers
Analysis of Roadway Fatal Accidents using Ensemble-based Meta-ClassifiersAnalysis of Roadway Fatal Accidents using Ensemble-based Meta-Classifiers
Analysis of Roadway Fatal Accidents using Ensemble-based Meta-Classifiersgerogepatton
 
ANALYSIS OF ROADWAY FATAL ACCIDENTS USING ENSEMBLE-BASED META-CLASSIFIERS
ANALYSIS OF ROADWAY FATAL ACCIDENTS USING ENSEMBLE-BASED META-CLASSIFIERSANALYSIS OF ROADWAY FATAL ACCIDENTS USING ENSEMBLE-BASED META-CLASSIFIERS
ANALYSIS OF ROADWAY FATAL ACCIDENTS USING ENSEMBLE-BASED META-CLASSIFIERSijaia
 
IRJET- Road Traffic Prediction using Machine Learning
IRJET- Road Traffic Prediction using Machine LearningIRJET- Road Traffic Prediction using Machine Learning
IRJET- Road Traffic Prediction using Machine LearningIRJET Journal
 
IRJET - Driving Safety Risk Analysis using Naturalistic Driving Data
IRJET - Driving Safety Risk Analysis using Naturalistic Driving DataIRJET - Driving Safety Risk Analysis using Naturalistic Driving Data
IRJET - Driving Safety Risk Analysis using Naturalistic Driving DataIRJET Journal
 
Black spots identification on rural roads based on extremelearning machine
Black spots identification on rural roads based on extremelearning machineBlack spots identification on rural roads based on extremelearning machine
Black spots identification on rural roads based on extremelearning machineIJECEIAES
 
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...IJERA Editor
 
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...IJERA Editor
 
IRJET-Road Traffic Accident Analysis and Prediction Model: A Case Study of Va...
IRJET-Road Traffic Accident Analysis and Prediction Model: A Case Study of Va...IRJET-Road Traffic Accident Analysis and Prediction Model: A Case Study of Va...
IRJET-Road Traffic Accident Analysis and Prediction Model: A Case Study of Va...IRJET Journal
 

Similar to IRJET - Predicting Accident Severity using Machine Learning (20)

IRJET- Smart Automated Modelling using ECLAT Algorithm for Traffic Accident P...
IRJET- Smart Automated Modelling using ECLAT Algorithm for Traffic Accident P...IRJET- Smart Automated Modelling using ECLAT Algorithm for Traffic Accident P...
IRJET- Smart Automated Modelling using ECLAT Algorithm for Traffic Accident P...
 
IRJET- Algorithms for the Prediction of Traffic Accidents
IRJET-  	  Algorithms for the Prediction of Traffic AccidentsIRJET-  	  Algorithms for the Prediction of Traffic Accidents
IRJET- Algorithms for the Prediction of Traffic Accidents
 
IRJET- Accident Information Mining and Insurance Dispute Resolution
IRJET- Accident Information Mining and Insurance Dispute ResolutionIRJET- Accident Information Mining and Insurance Dispute Resolution
IRJET- Accident Information Mining and Insurance Dispute Resolution
 
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
 
A survey paper on Optimal Solution on Vehicular Adhoc Network for Congestion ...
A survey paper on Optimal Solution on Vehicular Adhoc Network for Congestion ...A survey paper on Optimal Solution on Vehicular Adhoc Network for Congestion ...
A survey paper on Optimal Solution on Vehicular Adhoc Network for Congestion ...
 
Analysis of Machine Learning Algorithm with Road Accidents Data Sets
Analysis of Machine Learning Algorithm with Road Accidents Data SetsAnalysis of Machine Learning Algorithm with Road Accidents Data Sets
Analysis of Machine Learning Algorithm with Road Accidents Data Sets
 
ROAD SAFETY BY DETECTING DROWSINESS AND ACCIDENT USING MACHINE LEARNING
ROAD SAFETY BY DETECTING DROWSINESS AND ACCIDENT USING MACHINE LEARNINGROAD SAFETY BY DETECTING DROWSINESS AND ACCIDENT USING MACHINE LEARNING
ROAD SAFETY BY DETECTING DROWSINESS AND ACCIDENT USING MACHINE LEARNING
 
IRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET- Road Accident Prediction using Machine Learning AlgorithmIRJET- Road Accident Prediction using Machine Learning Algorithm
IRJET- Road Accident Prediction using Machine Learning Algorithm
 
IRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysisIRJET- Traffic Prediction Techniques: Comprehensive analysis
IRJET- Traffic Prediction Techniques: Comprehensive analysis
 
Accident Prediction System Using Machine Learning
Accident Prediction System Using Machine LearningAccident Prediction System Using Machine Learning
Accident Prediction System Using Machine Learning
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
 
PREDICTING ACCIDENT SEVERITY: AN ANALYSIS OF FACTORS AFFECTING ACCIDENT SEVER...
PREDICTING ACCIDENT SEVERITY: AN ANALYSIS OF FACTORS AFFECTING ACCIDENT SEVER...PREDICTING ACCIDENT SEVERITY: AN ANALYSIS OF FACTORS AFFECTING ACCIDENT SEVER...
PREDICTING ACCIDENT SEVERITY: AN ANALYSIS OF FACTORS AFFECTING ACCIDENT SEVER...
 
Analysis of Roadway Fatal Accidents using Ensemble-based Meta-Classifiers
Analysis of Roadway Fatal Accidents using Ensemble-based Meta-ClassifiersAnalysis of Roadway Fatal Accidents using Ensemble-based Meta-Classifiers
Analysis of Roadway Fatal Accidents using Ensemble-based Meta-Classifiers
 
ANALYSIS OF ROADWAY FATAL ACCIDENTS USING ENSEMBLE-BASED META-CLASSIFIERS
ANALYSIS OF ROADWAY FATAL ACCIDENTS USING ENSEMBLE-BASED META-CLASSIFIERSANALYSIS OF ROADWAY FATAL ACCIDENTS USING ENSEMBLE-BASED META-CLASSIFIERS
ANALYSIS OF ROADWAY FATAL ACCIDENTS USING ENSEMBLE-BASED META-CLASSIFIERS
 
IRJET- Road Traffic Prediction using Machine Learning
IRJET- Road Traffic Prediction using Machine LearningIRJET- Road Traffic Prediction using Machine Learning
IRJET- Road Traffic Prediction using Machine Learning
 
IRJET - Driving Safety Risk Analysis using Naturalistic Driving Data
IRJET - Driving Safety Risk Analysis using Naturalistic Driving DataIRJET - Driving Safety Risk Analysis using Naturalistic Driving Data
IRJET - Driving Safety Risk Analysis using Naturalistic Driving Data
 
Black spots identification on rural roads based on extremelearning machine
Black spots identification on rural roads based on extremelearning machineBlack spots identification on rural roads based on extremelearning machine
Black spots identification on rural roads based on extremelearning machine
 
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
 
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
Comparing the two techniques Tripod Beta and Mort at a critical accident anal...
 
IRJET-Road Traffic Accident Analysis and Prediction Model: A Case Study of Va...
IRJET-Road Traffic Accident Analysis and Prediction Model: A Case Study of Va...IRJET-Road Traffic Accident Analysis and Prediction Model: A Case Study of Va...
IRJET-Road Traffic Accident Analysis and Prediction Model: A Case Study of Va...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 

Recently uploaded (20)

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 

IRJET - Predicting Accident Severity using Machine Learning

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 4809 PREDICTING ACCIDENT SEVERITY USING MACHINE LEARNING Hemanth Kumar V1, Ashwini M2 1Dept. of ISE, The National Institute of Engineering, Mysore 2Asst. Professor, Dept. of ISE, The National Institute of Engineering, Mysore, Karnataka, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract –Accordingto WorldHealthOrganization(WHO), every year the lives of approximately 1.35 million people are cut short as a result of a road traffic crash. Between 20 and 50 million more people suffer non-fatal injuries, with many incurring a disability as a result of their injury. Road traffic injuries cause considerable economic losses to individuals, their families, and to nations as a whole. Road traffic crashes cost most countries 3% of their gross domestic product. These effects can be reduced to a considerable amount by using modern technologies. TechnologylikeMachine Learningwhich is a sub-branch of Artificial Intelligence (AI) providesdifferent types of techniques that can be applied to existing traffic accident data set. This study establishes aproceduretoselecta number of influential factors and to build up a model for identifying relationship between different types of accidents and different types of injuries. Among different techniques of Machine Learning, unsupervisedlearningisemployedwherein a model is built and devoured with required dataset of particular place and Eclat algorithm identifies and displays the patterns among different types of accidents as well as different types of injuries which can be used by public, traffic departments and doctors for analysis purpose. Key Words: WHO, Non-fatal injuries, Economic loss, Machine Learning, Unsupervised Learning, Patterns, Eclat. 1. INTRODUCTION Motorization has enhanced the lives ofmanyindividualsand societies, but the benefits have come with a price. Although the number of lives lost in road accidents in high-income countries indicate a downward trend in recent decades, for most of the world's population, the burden of road-traffic injury—in terms of societal and economic costs—is rising substantially. Injury and deaths due to road traffic accidents (RTA) are a major public health problem in developing countries where more than 85% of all deaths and 90% of disability-adjusted life years were lost from road traffic injuries. The costs of fatalities and injuriesduetoroadtraffic accidents (RTAs) have a tremendous impactonsocietal well- being and socioeconomic development. Road traffic crashes result in the deaths of approximately 1.35 million people around the world each year and leave between 20 and 50 million people with non-fatal injuries. In addition to the human suffering caused by road traffic injuries, they also incur a heavy economic burden on victimsandtheirfamilies, both through treatment costs for the injured and through loss of productivity of those killed or disabled.More broadly, road traffic injuries have a serious impact on national economies, costing countries 3% of their annual gross domestic product. In recent years, many researchers studied the impact of influencing factors of traffic accidents, mainly focusing on people, cars, roads or theenvironment.Someresearchers[8- 9] studied on driver's behavior and analyzed the characteristics of the process during changing the lanes to identify dangerous driving behaviors. There are alsostudies [10] on the impact of road conditions on traffic accidents, they proposed a point that high and steep roadbed will undermine the traffic safety. Also other studies [11] focused on the impact of weather or dynamic traffic flow on accidents. However, most ofthesestudiesfocusedona single factor (people, cars, roads, and the environment) on the impact of traffic accidents. Another study [1] focuses on different parameters that are affecting the road accidents. In most of the cases, some type of injuries occurs in a pair with other type of injuries like broken bones andbraininjuries. In this study, we’ll propose a model that uses Eclat algorithm to show different pattern among the accidents as well as these types of related injuries. With the developmentofdata mining technology, a variety of data mining approaches can be used to study the pattern in the road accidents. Among them, the association rule mining can be used to analyze the relationship between the influencing factors of traffic accidents. Association rule learning is a rule-based machine learning method for discovering interesting relations between variables in large databases. It is intended to identify strong rules discovered in databases using some measures of interestingness. The strong association rules can be used to find a pattern hidden in the accident data. In order to select interesting rules from the set of all possible rules, constraints on various measures of significance and interest are used. The best-known constraints are minimum thresholds on support and confidence. The rest of the paper is organized into Related Work, Methodology, Conclusions and References. 2. RELATED WORK The study “Research on Automated Modeling Algorithm Using Association Rules for Traffic Accidents “focuses on different type of factors responsible for accidents. In this paper, the traffic accidents of Shanghai Expressway from April to June 2014 were excavated using association rule mining which generated lots of frequent item sets. The strong rules hidden in thesefrequentitemsetsoftenuncover the association between influencing factors of accidents, which can be used to reduce the occurrence of accidents by
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 4810 breaking them. The rules can also be used to probe usual scenes of accidents, and some corresponding security improvement measures can be taken to prevent the accidents, and ultimately improve the city's traffic safety level. General speaking, association rule miningcanproduce tons of weak rules, the study first designed a method to calculate minimal Support value of training parameters,and further put forward a way to extract strong rules automatically. The results of the experiments showed that these methods proposed in the paper are effective. Therefore, an automatic modeling algorithm using association rules was finally established to promote the effective application of association rule miningonintelligent transportation system. Tibebe Beshah, Shawndra Hill in their work, applied data mining technologies to link recorded road characteristics to accident severity in Ethiopia, and developed a set of rules that could be used by the Ethiopian Traffic Agency to improve safety. The study “Comparison of Machine Learning Algorithms for Predicting Traffic Accident Severity” establishes models to select a set of influential factors and to build up a model for classifying the severity of injuries. These models are formulated by various machine learning techniques. Supervised machine learning algorithms, such as AdaBoost, Logistic Regression (LR), Naive Bayes (NB), and Random Forests (RF) are implemented on traffic accident data. SMOTE algorithm is used to handle data imbalance. The findings of this study indicate that the RF model can be a promising tool for predicting the injury severity of traffic accidents. RF algorithm has shown better performance with 75.5% accuracy than LR with 74.5%, NB with 73.1%, and AdaBoost with 74.5% accuracy. The paper “Analysis on Traffic Accident Injury Level Using Classification” presents some models to predict the severity of injury using some data mining algorithms. The study focused on collecting the real data from previous research and obtains the injury severity level of traffic accident data. 2. METHODOLGY Figure 1 summarizes the different steps involved in the prediction of patternsamong differenttypesofaccidents and as well as injuries. Figure 1: Architecture Diagram 1. Data Pre-processing Data preprocessing is a data mining technique that involves transforming raw data into an understandable format. Real- world data is often incomplete, inconsistent, and/or lacking in certain behaviors or trends, and is likely to contain many errors. Data preprocessing is a proven method of resolving such issues. Data preprocessing prepares raw data for further processing. The dataset used in this study consists of several columns like year, Speed Limit, Weather Condition,RoadMenatwork etc. But we are only interested in accidents andinjuries so all the irrelevant data are preprocessed (removed) and only relevant columns are taken into study. 2. Association Learning Association rule learning is a rule-based machine learning method for discovering interesting relations between variables in large databases. It is intended to identify strong rules discovered in databases using some measures of interestingness. Several algorithms can be used to generating association rules. Some of popular algorithms are Apriori, Eclat and FP- Growth. In this study we have used Eclat algorithm since it works efficiently for both small and large data sets, more efficient and scalable version of the Apriori algorithm. 2.1 Eclat Algorithm The ECLAT algorithm stands for Equivalence Class Clustering and bottom-up Lattice Traversal. It is one of the popular methods of Association Rule mining. ECLAT algorithm works in a vertical manner just like the Depth- First Search of a graph. When using the algorithm, we have considered two indicators to evaluate the rules, namely Support and Confidence. Supportisthefrequencyof whichfrequentitems appear in a transaction set. Assumingthattherearefrequent
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 4811 item X and the transaction set D, then the Support of X presents the frequency of which X appears in D. For a rule like X => Y in which X is called Left-Hand-Side (LHS) and Y is called Right-Hand-Side (RHS), its Support is shown in Equation 1. The Confidence is the degree of trustworthiness of association rules, as shown in Equation 2. Support(X=>Y) = Support (XUY) (1) Confidence(X=>Y)=P(Y|X)=Support(XUY)/Support(X) (2) In the implementation of algorithm, we have set minimum support count as 2 and confidence as 80%. The data from dataset contains different types of informationsuchastypes of accidents like Hit n run, Over Speed, Inexperience etc.and different types of injuries like Broken Bones, Brain Injuries, Rib Fracture, Spine Fractures etc. This informationserves as input to the Eclat algorithm as shown in figure. 3. Generating Rules and Pattern Prediction The input above mentioned are processed by the algorithm and based on the constraints the weak rulesarerejectedand algorithm generates strongassociationrulesthroughseveral iterations. These strong association rules are then selected for confidence of 80%, thus results in different types of pattern among different types of accidents and injuries. 4. Result Analysis The proposed model gives the patternamongdifferenttypes of accidents and as well as injuries like the relation between brain injuries and broken bones or like relation between over speed and Hit & Run etc. In this study we’ve set minimum support count to 2 and confidence as 80%.Depending on the dataset these parameters can be set to different level and hence more precise results can be obtained. 3. CONCLUSION In this paper, we used the association rules to analyze the relationship between the influencing factors of traffic accidents and proposeda model whichprovidesthedifferent patterns among accidents and injuries. In contrast with the previously published work of the authors, here we focused not only on the type of accidents but also on the different injuries that occur together more frequently. The results help in studying the accidents severity. The results of this study could be used by the respective stakeholders to promote road safety. While the methods are simple, the results of this work could have tremendous impact.Thenext step in the modeling will be to combine road-related factors with driver information for better predictions, and to find interactions between the different attributes. 4. ACKNOWLEDGEMENT We are proud and grateful to havebeengivenanopportunity to present an idea such as ours. To our principal, Dr.Rohini Nagapadma, we are extremely grateful for her kind permission to carry out our work. Our sincere thanks to the Department of Information Science and Engineering, NIE, Mysuru. I’m indebted to Ms.Ashwini M, our project guide for her constant support and valuable insights to the project. 5. REFERENCES [1] Zhen Gao, Ruifeng Pan, Xuesong Wang, Rongjie Yu, “Research on Automated Modeling Algorithm Using Association Rules for Traffic Accidents”, 2018 IEEE International Conference on Big Data and Smart Computing. [2] Tibebe Beshah, Shawndra Hill, “Mining Road Traffic Accident Data to Improve Safety: Role of Road-related Factors on Accident Severity in Ethiopia”. [3] Rabia Emhamed Al, Keneth Morgan Kwayu, Maha Reda Alkasisbeh, Abdulbaset Ali Frefer, “Comparison of Machine Learning Algorithms for Predicting Traffic Accident Severity”, 2019 IEEE JordanInternational Joint Conference on Electrical Engineering and Information Technology (JEEIT). [4] K. Geetha, C. Vaishnavi,”Analysis on Traffic Accident Injury Level Using Classification”, Volume 5, Issue 2, February 2015, ISSN: 2277 128X, International Journal of Advanced Research in Computer Science and Software Engineering. [5] Vichika Iragavarapu, P.E., Dominique Lord, Ph.D, P.Eng., Kay Fitzpatrick, Ph.D., P.E.,” ANALYSIS OF INJURY SEVERITY IN PEDESTRIAN CRASHES USING CLASSIFICATION REGRESSION TREES”. Submitted to the Transportation Research Board 94th Annual Meeting January 11-15, 2015, Washington D.C. [6] World Health Organization (WHO). [7] Worrall R D, Bullen A G R. AN EMPIRICAL ANALYSIS OF LANE [8] CHANGING ON MULTILANE HIGHWAYS[J]. Highway Research Record, 1970(303). [9] Xu H, Cheng G, Pei Y. Study on effect of lane-changing behavioral characteristic to capacity [J]. Sciencepaper Online, 2010. [10] Yulong P, Ji M, Research on countermeasures for road condition causes of traffic accidents [J]. China Journal of Highway and Transport, 2003, 16(4):77-82. [11] Das S, Sun X. Investigating the Pattern of Traffic Crashes Under Rainy Weather by Association Rules in Data Mining [J]. Transportation Research Board Annual Meeting, 2014.