SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6598
ONLINE FAILURE PREDICTION FOR RAILWAY TRANSPORTATION SYSTEM
BASED ON FUZZY RULES AND DATA ANALYTICS
VINOTH KUMAR B1, UDHAYA KUMAR G1, SRIRAM M1, Mr R VIDHYA PRAKASH2
1STUDENT, DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING, RMK ENGINEERING COLLEGE
2PROFESSOR, DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING, RMK ENGINEERING COLLEGE
--------------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Online failure prediction provides a way to actively manage faults. It can identify during runtime whether a
failure would occur in the near future based on the assessment of the current state of the system. The available technologies
for online failure prediction need some pre-cautional knowledge, such as the model of the system or failure patterns. In our
system a new method based on fuzzy rules and time series analysis. , fuzzy rules are used to model the characteristics among
different variables, whereas univariate time series analysis is used to describe the evolution of each variable. There are two
predicted values for a dependent variable -one is from the ARIMA model, and the other is computed from fuzzy logic. A failure
in some time period occurs when there is an exceeding difference between the two values beyond a threshold. The proposed
system considers both the evolutionary trend of each variable and also the correlation among different variables. Moreover,
we do not need any prior knowledge such as system model or failure patterns. As an example to illustrate our method we
propose the railway transportation system. Online failure prediction is a way of short-term prediction made at runtime on the
basis of information obtained by monitoring the running system.
Keywords—Autoregressive integrated moving average (ARIMA), failure prediction, fuzzy rules, railway transportation
system, and time series analysis.
I. INTODUCTION
SAFETY-CRITICAL systems, such as railway control systems, may use off-the-shelf hardware and software developed by
different companies. This increases the probability of the occurrence of faults, which may be propagated to others, raising the
risk to stagnate the entire system. With the increasing growth of the complexity and the dynamicity of computer systems,
classical reliability cannot reflect the real status of the systems. Online failure prediction provides a way to actively manage
faults. It can identify during runtime whether a failure would occur in the near future based on the assessment of the current
state of the system.
The goal of online failure prediction is to forecast, while the system is running, whether a failure may occur at some time in the
future. Specifically, at present time t, the potential occurrence of a failure is predicted with the lead time Δtl based on the data
of the system monitored within a data window of length intends to predict reliability metrics, such as failure rates, from the
characteristics of software or development process. The main difference between them is that software reliability prediction
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6599
deals with long-term forecast, whereas online failure prediction deals with comparatively short time intervals and must be
conducted at the current system state.
II. OVERVIEW
This overview consists of four sections

 Dataset fetching
 Preprocessing

 Estimation

 Prediction
2.1 DATASET FETCHING
Three datasets are involved for estimation and prediction. The GPS dataset contains the GPS coordinates of every train every
20-40 seconds. The smart card dataset records every smartcard’s users’ boarding event. The train route map is static data and
used for mapping the passenger’s boarding event to the station. We collect these three datasets to localize the boarding events.
2.2 PREPROCESSING
In preprocessing phase the symbolic attributes are converted to numerical attribute. Also we filter the noise data by filtering
missing attribute. Data are converted to format need for estimation phase. In this phase symbols are converted into numerical
and filtered.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6600
2.3 ESTIMATION PHASE
We further propose a probabilistic model to estimate the number of the alighting passengers at each passed station. Therefore,
with both numbers of the boarding and alighting passengers, we finally obtain an estimated value of the number of the on
board passengers.
2.3.1 Time Synchronization and Boarding Event Localization
To label a smart card payment record with a station, we match the time stamps in AFC records and OBU records .We then can
locate the stations of AFC records by matching them with the OBU records.
2.3.2 Estimation of L (I , j )
Based on above time synchronization and boarding event localization process, we can then label every AFC payment with its
corresponding station.
2.3.3 Estimation of N (I , j )
With the number of getting on passengers known, the next task is to estimate the number of passengers getting off at each
station. Then we are able to output the number of passengers on the bus
2.4 PREDICTION PHASE
To predict the passenger flow, we firstly search the historical data to find the passenger flow pattern that is most similar to
current estimation.
2.4.1 Calibration Based on Extended Kalman Filter
We use predictor to calibrate the coarse prediction and output the final predictive value
III LITERATURE SURVEY
There are many technologies that have been proposed, and the typical ones are summarized as follows.
3.1 MARKOV MODEL BASED METHOD
Vaidyanathan and Trivedi construct a semi-Markov reward model in order to obtain a workload-based estimation of the
resource consumption rate. The model is then used to predict the time for resource exhaustion. . Daidone et al use a hidden
Markov model (HMM) to infer whether the true state of a monitored component is healthy or not. Some extensions of the
HMM are also proposed. For example, Zheng et al propose a failure prediction approach based on cloud theory and HMM. This
approach expands the HMM by training the model with cloud theory. Baldoni et al propose an architecture with HMM to
predict failures in an air traffic control system. Salfner and Malek use the hidden semi-Markov model for online failure
prediction.
3.2 BAYESIAN MODEL BASED METHOD
Csenki applies the Bayesian prediction analysis technique to the Jelinski–Moranda software reliability model. This method can
yield an improved estimation based on the failure probability distribution function since it benefits from the knowledge
obtained from previous failure occurrences in a Bayesian framework. Bai et al use a Markov Bayesian network model for
software failure prediction
3.3 NEURAL NETWORK BASED METHOD
Troudet et al use neural network to predict failures of the mechanical parts. Neville describes how the standard neural
network can be used for failure prediction in large-scale engineering plants. Fu and Xu build a neural network to approximate
the number of failures in a given time interval.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6601
3.4 RULE BASED METHOD
Berenji et al use Gaussian rules, a so-called diagnostic model, to compute a diagnostic signal, whose value ranges from 0 (fault
free) to 1 (faulty), based on the input and output data of components. The rule base is algorithmically derived by means of
clustering training data, which consists of input/output pairs in both faulty and fault-free cases. Kiciman and Fox construct a
decision tree from runtime paths in order to identify faulty components. Kolarik et al propose a fuzzy-rule-based method to
predict the human performance reliability. By using fuzzy rules to model the relationship between failure modes and
performance metrics, this approach can do online performance monitoring, real-time performance forecasting, and reliability
assessment.
IV. System Architecture
V. WORKING
The working methodology is explained in two different categories
Time Series Analysis
Fuzzy Logic
5.1 TIME SERIES ANALYSIS
During the running of the software system, the collected data for a single variable are a time series. There are several methods
such as exponential smoothing model and ARIMA model, that are available for prediction of time series1) generalizing
random walk models fine-tuning to eliminate all residual autocorrelation;2) generalizing exponential smoothing models
incorporating long-term trends and seasonality; and3) stationarizing regression models using lags of the dependent variables
and/or lags of the forecast errors as regressors. It easy implementation but great prediction power, the ARIMA model is
selected to predict univariate time series that can be stationarized by transformations.
Step 1: Checking stationarity of the time series. To check the stationarity of a series, we often use augmented Dickey–Fuller
(ADF) unit root testing. If there exists a unit root, the series is non stationary. Note that to do the ADF testing ,we should first
determine the order p of the AR model. There are no deterministic ways to select such a value of p. Once a stationary series is
obtained, stop the procedure. The total number of differences is the required value of d.
Step 2: Determining model parameters. We need to set the values of parameters p, q, and the coefficients after the stationarity
process for the time series. We first determine the upper bounds of p and q. This can be done with guidance of the plots of ACF
and partial autocorrelation function (PACF) . For each pair (p, q), we can compute the AR and MA coefficients with the
stationary time series. Then, we select a proper pair (p, q). This process is actually a process to select an asymptotically
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6602
optimal model. There are many criteria that can be used to select an asymptotically optimal model, among which two most
popular and widely used are Akaike information criterion (AIC) and Bayesian information criterion (BIC) . Usually, AIC focuses
more on the asymptotic efficiency, whereas BIC on the asymptotic consistence. Thus, for AIC, we want to find a model that
maximizes predictive accuracy, whereas for BIC, we expect to find the correct model.
Step 3: Forecasting. Once we have the optimal prediction model ARIMA(p, d, q), we can forecast the monitored variable’s .In
this algorithm, function Adjust is applied to stationarize the series and returns to the number of differences, Model Identify
determines the coefficients of the ARIMA model for each pair (p, q), and Parameter Estimation returns the model ARIMA(p, q)
with minimal AIC value. There are two kinds of prediction functions in this algorithm. The first one, Ipm(Zt), in function Error
Analysis is used to test the obtained model. It predicts the values of test data, and then the function Error Analysis checks
whether the sequence of the prediction error is white noise. The second one, Epm(Zt),is used to predict the future value that
we are interested in.
5.2 FUZZY LOGIC
We generate fuzzy rules based on the algorithms. To better serve the algorithm, we need to first normalize the raw data. The
most commonly used normalization methods are: min–max standardization, Z-score standardization, and standardization
decimal scaling. A single fuzzy if-then rule (or simply fuzzy rule) has the form Ri: IF x is A THEN y is B where x and y are two
linguistic variables whose domains of discourse are X and Y , respectively; A and B are their possible terms, respectively.
VI. FLOW DIAGRAM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6603
VII. CONCEPTS
For this the concepts used in the application development depends on the task we implement:
  JAVA
 JAVA API
 SOURCE CODE
 NETBEANS 8.1
 SMTP
 ODBC
 SQLYOG
 ARIMA –TIME SERIES ANALYSIS
 FUZZY LOGIC
VIII. CONCLUSION
In this paper, we present a method combining fuzzy rules and ARIMA model for online failure prediction. The main idea is that
given a set of future time instants, we predict the values of a monitored variable from fuzzy inference and the ARIMA model,
respectively. Then for each time instant, we compare these two values: If the difference is larger than a given threshold, we
conclude that a failure would occur at that time; otherwise, the system can run well at that time. By combining the time series
analysis and fuzzy rules, our method can avoid spurious regression, which is a key problem in statistic analysis
IX. REFERENCES
1) [1]Zuohua Ding ,yuan Zhou and Geguang Pu―Online Failure Predictin For Railway
Transportation Systems Based on Fuzzy Rules and Data Analysis‖.
2) K. Aho, D. Derryberry, and T. Peterson, ―Model selection for ecologists: The worldviews of AIC and BIC,‖ Ecology, vol.
95, no. 3, pp. 631–636, Mar. 2014.
3) H. Akaike, ―Information theory and an extension of the maximum likelihood principle,‖ in Proc. 2nd Int. Symp. Inf.
Theory, Budapest, Hungary, 1973, pp. 267–281.
4) Amin, A. Colman, and L. Grunske, ―An approach to forecasting QoS attributes of web services based on ARIMA and
GARCH models,‖ in Proc. IEEE 19th Int. Conf. Web Serv., Honolulu, HI, USA, Jun. 2012, pp. 74–81.
5) C. G. Bai, Q. P. Hu, M. Xie, and S. H. Ng, ―Software failure prediction based on a Markov Bayesian network model,‖
J. Syst. Softw., vol. 74, vol. 3, pp. 275–282, Feb. 2005.
6) R. Baldoni, L. Montanari, and M. Rizzuto, ―On-line failure prediction in safety-critical systems,‖ Future Gener. Comput.
Syst., vol. 45, pp. 123– 132, Apr. 2015.
7) H. Berenji, J. Ametha, and D. Vengerov,―Inductive learning for fault diagnosis,‖ in Proc. IEEE 12th Int. Conf. Fuzzy
Syst., St. Louis, MO, USA, May 2003, pp. 726–731.
8) K. Y. Cai, L. Cai, and W. D. Wang, ―On the neural network approach in software reliability modeling,‖ J. Syst. Softw.,
vol. 58, no. 1, pp. 47–62, Aug. 2001.
9) J. L. Castro, ―Fuzzy logic controllers are universal approximators,‖ IEEE Trans. Syst., Man, Cybern., vol. 25, no. 4, pp.
629–635, Apr. 1995.
10) A. Csenki, ―Bayes predictive analysis of a fundamental software reliability model,‖ IEEE Trans. Rel., vol. 39, no. 2, pp.
177–183, Jun. 1990.

More Related Content

What's hot

IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET Journal
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitIRJET Journal
 
A highway variable speed limit control system based on internet of things
A highway variable speed limit control system based on internet of thingsA highway variable speed limit control system based on internet of things
A highway variable speed limit control system based on internet of thingsijmnct
 
Train control system using can protocol
Train control system using can protocolTrain control system using can protocol
Train control system using can protocolIRJET Journal
 
Traffic Lights Control System for Indian Cities using WSN and Fuzzy Control
Traffic Lights Control System for Indian Cities using WSN and Fuzzy ControlTraffic Lights Control System for Indian Cities using WSN and Fuzzy Control
Traffic Lights Control System for Indian Cities using WSN and Fuzzy ControlIRJET Journal
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systemseSAT Publishing House
 
IRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET Journal
 
IRJET- Accident Detection and Vehicle Safety using Zigbee
IRJET-  	  Accident Detection and Vehicle Safety using ZigbeeIRJET-  	  Accident Detection and Vehicle Safety using Zigbee
IRJET- Accident Detection and Vehicle Safety using ZigbeeIRJET Journal
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical MeasuresIRJET Journal
 
NetSim VANET User Manual
NetSim VANET User ManualNetSim VANET User Manual
NetSim VANET User ManualVishal Sharma
 
A Brief review to the intelligent controllerswhich used to control trafficflow
A Brief review to the intelligent controllerswhich used to control trafficflowA Brief review to the intelligent controllerswhich used to control trafficflow
A Brief review to the intelligent controllerswhich used to control trafficflowjournal ijrtem
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking systemSujit9561
 
Realtimeoptimized trafficmanagement
Realtimeoptimized trafficmanagementRealtimeoptimized trafficmanagement
Realtimeoptimized trafficmanagementijcsit
 
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...IRJET Journal
 
Microstrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collectionMicrostrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collectioneSAT Publishing House
 
IRJET- Smart Driverless Railway Engine
IRJET- Smart Driverless Railway EngineIRJET- Smart Driverless Railway Engine
IRJET- Smart Driverless Railway EngineIRJET Journal
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 

What's hot (20)

IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADAIRJET-Intellectual 4way Traffic Control System using PLC and SCADA
IRJET-Intellectual 4way Traffic Control System using PLC and SCADA
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
 
A highway variable speed limit control system based on internet of things
A highway variable speed limit control system based on internet of thingsA highway variable speed limit control system based on internet of things
A highway variable speed limit control system based on internet of things
 
Train control system using can protocol
Train control system using can protocolTrain control system using can protocol
Train control system using can protocol
 
Icquest1518
Icquest1518Icquest1518
Icquest1518
 
Traffic Lights Control System for Indian Cities using WSN and Fuzzy Control
Traffic Lights Control System for Indian Cities using WSN and Fuzzy ControlTraffic Lights Control System for Indian Cities using WSN and Fuzzy Control
Traffic Lights Control System for Indian Cities using WSN and Fuzzy Control
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systems
 
IRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot CarIRJET- Railway Track Fault Detection System using Robot Car
IRJET- Railway Track Fault Detection System using Robot Car
 
IRJET- Accident Detection and Vehicle Safety using Zigbee
IRJET-  	  Accident Detection and Vehicle Safety using ZigbeeIRJET-  	  Accident Detection and Vehicle Safety using Zigbee
IRJET- Accident Detection and Vehicle Safety using Zigbee
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical Measures
 
NetSim VANET User Manual
NetSim VANET User ManualNetSim VANET User Manual
NetSim VANET User Manual
 
A Brief review to the intelligent controllerswhich used to control trafficflow
A Brief review to the intelligent controllerswhich used to control trafficflowA Brief review to the intelligent controllerswhich used to control trafficflow
A Brief review to the intelligent controllerswhich used to control trafficflow
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking system
 
Realtimeoptimized trafficmanagement
Realtimeoptimized trafficmanagementRealtimeoptimized trafficmanagement
Realtimeoptimized trafficmanagement
 
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
IRJET- Neural Extended Kalman Filter based Angle-Only Target Tracking with Di...
 
Microstrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collectionMicrostrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collection
 
IRJET- Smart Driverless Railway Engine
IRJET- Smart Driverless Railway EngineIRJET- Smart Driverless Railway Engine
IRJET- Smart Driverless Railway Engine
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
UAV como controlar cin PID
UAV  como controlar cin PIDUAV  como controlar cin PID
UAV como controlar cin PID
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 

Similar to ONLINE FAILURE PREDICTION

IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET Journal
 
Spatio-Temporal Data Analysis using Deep Learning
Spatio-Temporal Data Analysis using Deep LearningSpatio-Temporal Data Analysis using Deep Learning
Spatio-Temporal Data Analysis using Deep LearningIRJET Journal
 
Implementation of WAMS in Oman Transmission System
Implementation of WAMS in Oman Transmission SystemImplementation of WAMS in Oman Transmission System
Implementation of WAMS in Oman Transmission SystemPower System Operation
 
IRJET- A Literature Study on Fault Recognition in Different System
IRJET- A Literature Study on Fault Recognition in Different SystemIRJET- A Literature Study on Fault Recognition in Different System
IRJET- A Literature Study on Fault Recognition in Different SystemIRJET Journal
 
Congestion Control System Using Machine Learning
Congestion Control System Using Machine LearningCongestion Control System Using Machine Learning
Congestion Control System Using Machine LearningIRJET Journal
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET Journal
 
A Study of Message Authentication Protocol with Reduced Computation in Vehicu...
A Study of Message Authentication Protocol with Reduced Computation in Vehicu...A Study of Message Authentication Protocol with Reduced Computation in Vehicu...
A Study of Message Authentication Protocol with Reduced Computation in Vehicu...IRJET Journal
 
IRJET- Intelligent Queue Management System at Airports using Image Processing...
IRJET- Intelligent Queue Management System at Airports using Image Processing...IRJET- Intelligent Queue Management System at Airports using Image Processing...
IRJET- Intelligent Queue Management System at Airports using Image Processing...IRJET Journal
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET-  	  A Review on Accident Prevention Methods at Railway Line CrossingsIRJET-  	  A Review on Accident Prevention Methods at Railway Line Crossings
IRJET- A Review on Accident Prevention Methods at Railway Line CrossingsIRJET Journal
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNIRJET 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
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET Journal
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET Journal
 
A Comparative Study of Congestion Control Algorithm in Vehicle Ad- hoc Networ...
A Comparative Study of Congestion Control Algorithm in Vehicle Ad- hoc Networ...A Comparative Study of Congestion Control Algorithm in Vehicle Ad- hoc Networ...
A Comparative Study of Congestion Control Algorithm in Vehicle Ad- hoc Networ...IRJET Journal
 
G03403041052
G03403041052G03403041052
G03403041052theijes
 
water resources
water resourceswater resources
water resourcesunliya
 
Traffic Sign Recognition using CNNs
Traffic Sign Recognition using CNNsTraffic Sign Recognition using CNNs
Traffic Sign Recognition using CNNsIRJET Journal
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET Journal
 
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET- Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET Journal
 
Enhanced Bee Colony Optimization Mechanism In Content Recommendation System
Enhanced Bee Colony Optimization Mechanism In Content Recommendation SystemEnhanced Bee Colony Optimization Mechanism In Content Recommendation System
Enhanced Bee Colony Optimization Mechanism In Content Recommendation SystemIRJET Journal
 

Similar to ONLINE FAILURE PREDICTION (20)

IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
 
Spatio-Temporal Data Analysis using Deep Learning
Spatio-Temporal Data Analysis using Deep LearningSpatio-Temporal Data Analysis using Deep Learning
Spatio-Temporal Data Analysis using Deep Learning
 
Implementation of WAMS in Oman Transmission System
Implementation of WAMS in Oman Transmission SystemImplementation of WAMS in Oman Transmission System
Implementation of WAMS in Oman Transmission System
 
IRJET- A Literature Study on Fault Recognition in Different System
IRJET- A Literature Study on Fault Recognition in Different SystemIRJET- A Literature Study on Fault Recognition in Different System
IRJET- A Literature Study on Fault Recognition in Different System
 
Congestion Control System Using Machine Learning
Congestion Control System Using Machine LearningCongestion Control System Using Machine Learning
Congestion Control System Using Machine Learning
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
 
A Study of Message Authentication Protocol with Reduced Computation in Vehicu...
A Study of Message Authentication Protocol with Reduced Computation in Vehicu...A Study of Message Authentication Protocol with Reduced Computation in Vehicu...
A Study of Message Authentication Protocol with Reduced Computation in Vehicu...
 
IRJET- Intelligent Queue Management System at Airports using Image Processing...
IRJET- Intelligent Queue Management System at Airports using Image Processing...IRJET- Intelligent Queue Management System at Airports using Image Processing...
IRJET- Intelligent Queue Management System at Airports using Image Processing...
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET-  	  A Review on Accident Prevention Methods at Railway Line CrossingsIRJET-  	  A Review on Accident Prevention Methods at Railway Line Crossings
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNN
 
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
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management System
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 
A Comparative Study of Congestion Control Algorithm in Vehicle Ad- hoc Networ...
A Comparative Study of Congestion Control Algorithm in Vehicle Ad- hoc Networ...A Comparative Study of Congestion Control Algorithm in Vehicle Ad- hoc Networ...
A Comparative Study of Congestion Control Algorithm in Vehicle Ad- hoc Networ...
 
G03403041052
G03403041052G03403041052
G03403041052
 
water resources
water resourceswater resources
water resources
 
Traffic Sign Recognition using CNNs
Traffic Sign Recognition using CNNsTraffic Sign Recognition using CNNs
Traffic Sign Recognition using CNNs
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
 
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless NetworkIRJET-  	  Review of Real Time Control of Launch Vehicles using Wireless Network
IRJET- Review of Real Time Control of Launch Vehicles using Wireless Network
 
Enhanced Bee Colony Optimization Mechanism In Content Recommendation System
Enhanced Bee Colony Optimization Mechanism In Content Recommendation SystemEnhanced Bee Colony Optimization Mechanism In Content Recommendation System
Enhanced Bee Colony Optimization Mechanism In Content Recommendation System
 

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

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
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
 
(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
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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...
 
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
 
(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...
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 

ONLINE FAILURE PREDICTION

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6598 ONLINE FAILURE PREDICTION FOR RAILWAY TRANSPORTATION SYSTEM BASED ON FUZZY RULES AND DATA ANALYTICS VINOTH KUMAR B1, UDHAYA KUMAR G1, SRIRAM M1, Mr R VIDHYA PRAKASH2 1STUDENT, DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING, RMK ENGINEERING COLLEGE 2PROFESSOR, DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING, RMK ENGINEERING COLLEGE --------------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Online failure prediction provides a way to actively manage faults. It can identify during runtime whether a failure would occur in the near future based on the assessment of the current state of the system. The available technologies for online failure prediction need some pre-cautional knowledge, such as the model of the system or failure patterns. In our system a new method based on fuzzy rules and time series analysis. , fuzzy rules are used to model the characteristics among different variables, whereas univariate time series analysis is used to describe the evolution of each variable. There are two predicted values for a dependent variable -one is from the ARIMA model, and the other is computed from fuzzy logic. A failure in some time period occurs when there is an exceeding difference between the two values beyond a threshold. The proposed system considers both the evolutionary trend of each variable and also the correlation among different variables. Moreover, we do not need any prior knowledge such as system model or failure patterns. As an example to illustrate our method we propose the railway transportation system. Online failure prediction is a way of short-term prediction made at runtime on the basis of information obtained by monitoring the running system. Keywords—Autoregressive integrated moving average (ARIMA), failure prediction, fuzzy rules, railway transportation system, and time series analysis. I. INTODUCTION SAFETY-CRITICAL systems, such as railway control systems, may use off-the-shelf hardware and software developed by different companies. This increases the probability of the occurrence of faults, which may be propagated to others, raising the risk to stagnate the entire system. With the increasing growth of the complexity and the dynamicity of computer systems, classical reliability cannot reflect the real status of the systems. Online failure prediction provides a way to actively manage faults. It can identify during runtime whether a failure would occur in the near future based on the assessment of the current state of the system. The goal of online failure prediction is to forecast, while the system is running, whether a failure may occur at some time in the future. Specifically, at present time t, the potential occurrence of a failure is predicted with the lead time Δtl based on the data of the system monitored within a data window of length intends to predict reliability metrics, such as failure rates, from the characteristics of software or development process. The main difference between them is that software reliability prediction
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6599 deals with long-term forecast, whereas online failure prediction deals with comparatively short time intervals and must be conducted at the current system state. II. OVERVIEW This overview consists of four sections   Dataset fetching  Preprocessing   Estimation   Prediction 2.1 DATASET FETCHING Three datasets are involved for estimation and prediction. The GPS dataset contains the GPS coordinates of every train every 20-40 seconds. The smart card dataset records every smartcard’s users’ boarding event. The train route map is static data and used for mapping the passenger’s boarding event to the station. We collect these three datasets to localize the boarding events. 2.2 PREPROCESSING In preprocessing phase the symbolic attributes are converted to numerical attribute. Also we filter the noise data by filtering missing attribute. Data are converted to format need for estimation phase. In this phase symbols are converted into numerical and filtered.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6600 2.3 ESTIMATION PHASE We further propose a probabilistic model to estimate the number of the alighting passengers at each passed station. Therefore, with both numbers of the boarding and alighting passengers, we finally obtain an estimated value of the number of the on board passengers. 2.3.1 Time Synchronization and Boarding Event Localization To label a smart card payment record with a station, we match the time stamps in AFC records and OBU records .We then can locate the stations of AFC records by matching them with the OBU records. 2.3.2 Estimation of L (I , j ) Based on above time synchronization and boarding event localization process, we can then label every AFC payment with its corresponding station. 2.3.3 Estimation of N (I , j ) With the number of getting on passengers known, the next task is to estimate the number of passengers getting off at each station. Then we are able to output the number of passengers on the bus 2.4 PREDICTION PHASE To predict the passenger flow, we firstly search the historical data to find the passenger flow pattern that is most similar to current estimation. 2.4.1 Calibration Based on Extended Kalman Filter We use predictor to calibrate the coarse prediction and output the final predictive value III LITERATURE SURVEY There are many technologies that have been proposed, and the typical ones are summarized as follows. 3.1 MARKOV MODEL BASED METHOD Vaidyanathan and Trivedi construct a semi-Markov reward model in order to obtain a workload-based estimation of the resource consumption rate. The model is then used to predict the time for resource exhaustion. . Daidone et al use a hidden Markov model (HMM) to infer whether the true state of a monitored component is healthy or not. Some extensions of the HMM are also proposed. For example, Zheng et al propose a failure prediction approach based on cloud theory and HMM. This approach expands the HMM by training the model with cloud theory. Baldoni et al propose an architecture with HMM to predict failures in an air traffic control system. Salfner and Malek use the hidden semi-Markov model for online failure prediction. 3.2 BAYESIAN MODEL BASED METHOD Csenki applies the Bayesian prediction analysis technique to the Jelinski–Moranda software reliability model. This method can yield an improved estimation based on the failure probability distribution function since it benefits from the knowledge obtained from previous failure occurrences in a Bayesian framework. Bai et al use a Markov Bayesian network model for software failure prediction 3.3 NEURAL NETWORK BASED METHOD Troudet et al use neural network to predict failures of the mechanical parts. Neville describes how the standard neural network can be used for failure prediction in large-scale engineering plants. Fu and Xu build a neural network to approximate the number of failures in a given time interval.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6601 3.4 RULE BASED METHOD Berenji et al use Gaussian rules, a so-called diagnostic model, to compute a diagnostic signal, whose value ranges from 0 (fault free) to 1 (faulty), based on the input and output data of components. The rule base is algorithmically derived by means of clustering training data, which consists of input/output pairs in both faulty and fault-free cases. Kiciman and Fox construct a decision tree from runtime paths in order to identify faulty components. Kolarik et al propose a fuzzy-rule-based method to predict the human performance reliability. By using fuzzy rules to model the relationship between failure modes and performance metrics, this approach can do online performance monitoring, real-time performance forecasting, and reliability assessment. IV. System Architecture V. WORKING The working methodology is explained in two different categories Time Series Analysis Fuzzy Logic 5.1 TIME SERIES ANALYSIS During the running of the software system, the collected data for a single variable are a time series. There are several methods such as exponential smoothing model and ARIMA model, that are available for prediction of time series1) generalizing random walk models fine-tuning to eliminate all residual autocorrelation;2) generalizing exponential smoothing models incorporating long-term trends and seasonality; and3) stationarizing regression models using lags of the dependent variables and/or lags of the forecast errors as regressors. It easy implementation but great prediction power, the ARIMA model is selected to predict univariate time series that can be stationarized by transformations. Step 1: Checking stationarity of the time series. To check the stationarity of a series, we often use augmented Dickey–Fuller (ADF) unit root testing. If there exists a unit root, the series is non stationary. Note that to do the ADF testing ,we should first determine the order p of the AR model. There are no deterministic ways to select such a value of p. Once a stationary series is obtained, stop the procedure. The total number of differences is the required value of d. Step 2: Determining model parameters. We need to set the values of parameters p, q, and the coefficients after the stationarity process for the time series. We first determine the upper bounds of p and q. This can be done with guidance of the plots of ACF and partial autocorrelation function (PACF) . For each pair (p, q), we can compute the AR and MA coefficients with the stationary time series. Then, we select a proper pair (p, q). This process is actually a process to select an asymptotically
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6602 optimal model. There are many criteria that can be used to select an asymptotically optimal model, among which two most popular and widely used are Akaike information criterion (AIC) and Bayesian information criterion (BIC) . Usually, AIC focuses more on the asymptotic efficiency, whereas BIC on the asymptotic consistence. Thus, for AIC, we want to find a model that maximizes predictive accuracy, whereas for BIC, we expect to find the correct model. Step 3: Forecasting. Once we have the optimal prediction model ARIMA(p, d, q), we can forecast the monitored variable’s .In this algorithm, function Adjust is applied to stationarize the series and returns to the number of differences, Model Identify determines the coefficients of the ARIMA model for each pair (p, q), and Parameter Estimation returns the model ARIMA(p, q) with minimal AIC value. There are two kinds of prediction functions in this algorithm. The first one, Ipm(Zt), in function Error Analysis is used to test the obtained model. It predicts the values of test data, and then the function Error Analysis checks whether the sequence of the prediction error is white noise. The second one, Epm(Zt),is used to predict the future value that we are interested in. 5.2 FUZZY LOGIC We generate fuzzy rules based on the algorithms. To better serve the algorithm, we need to first normalize the raw data. The most commonly used normalization methods are: min–max standardization, Z-score standardization, and standardization decimal scaling. A single fuzzy if-then rule (or simply fuzzy rule) has the form Ri: IF x is A THEN y is B where x and y are two linguistic variables whose domains of discourse are X and Y , respectively; A and B are their possible terms, respectively. VI. FLOW DIAGRAM
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6603 VII. CONCEPTS For this the concepts used in the application development depends on the task we implement:   JAVA  JAVA API  SOURCE CODE  NETBEANS 8.1  SMTP  ODBC  SQLYOG  ARIMA –TIME SERIES ANALYSIS  FUZZY LOGIC VIII. CONCLUSION In this paper, we present a method combining fuzzy rules and ARIMA model for online failure prediction. The main idea is that given a set of future time instants, we predict the values of a monitored variable from fuzzy inference and the ARIMA model, respectively. Then for each time instant, we compare these two values: If the difference is larger than a given threshold, we conclude that a failure would occur at that time; otherwise, the system can run well at that time. By combining the time series analysis and fuzzy rules, our method can avoid spurious regression, which is a key problem in statistic analysis IX. REFERENCES 1) [1]Zuohua Ding ,yuan Zhou and Geguang Pu―Online Failure Predictin For Railway Transportation Systems Based on Fuzzy Rules and Data Analysis‖. 2) K. Aho, D. Derryberry, and T. Peterson, ―Model selection for ecologists: The worldviews of AIC and BIC,‖ Ecology, vol. 95, no. 3, pp. 631–636, Mar. 2014. 3) H. Akaike, ―Information theory and an extension of the maximum likelihood principle,‖ in Proc. 2nd Int. Symp. Inf. Theory, Budapest, Hungary, 1973, pp. 267–281. 4) Amin, A. Colman, and L. Grunske, ―An approach to forecasting QoS attributes of web services based on ARIMA and GARCH models,‖ in Proc. IEEE 19th Int. Conf. Web Serv., Honolulu, HI, USA, Jun. 2012, pp. 74–81. 5) C. G. Bai, Q. P. Hu, M. Xie, and S. H. Ng, ―Software failure prediction based on a Markov Bayesian network model,‖ J. Syst. Softw., vol. 74, vol. 3, pp. 275–282, Feb. 2005. 6) R. Baldoni, L. Montanari, and M. Rizzuto, ―On-line failure prediction in safety-critical systems,‖ Future Gener. Comput. Syst., vol. 45, pp. 123– 132, Apr. 2015. 7) H. Berenji, J. Ametha, and D. Vengerov,―Inductive learning for fault diagnosis,‖ in Proc. IEEE 12th Int. Conf. Fuzzy Syst., St. Louis, MO, USA, May 2003, pp. 726–731. 8) K. Y. Cai, L. Cai, and W. D. Wang, ―On the neural network approach in software reliability modeling,‖ J. Syst. Softw., vol. 58, no. 1, pp. 47–62, Aug. 2001. 9) J. L. Castro, ―Fuzzy logic controllers are universal approximators,‖ IEEE Trans. Syst., Man, Cybern., vol. 25, no. 4, pp. 629–635, Apr. 1995. 10) A. Csenki, ―Bayes predictive analysis of a fundamental software reliability model,‖ IEEE Trans. Rel., vol. 39, no. 2, pp. 177–183, Jun. 1990.