Freeway Travel Time Prediction Using Takagi Sugeno Kang Fuzzy Neural Network

Size: px
Start display at page:

Download "Freeway Travel Time Prediction Using Takagi Sugeno Kang Fuzzy Neural Network"

Transcription

1 Computer-Aided Civil and Infrastructure Engineering 28 (2013) Freeway Travel Time Prediction Using Takagi Sugeno Kang Fuzzy Neural Network Yunlong Zhang* & Hancheng Ge Zachry Department of Civil Engineering, Texas A&M University, TX, USA Abstract: This article presents a Takagi Sugeno Kang Fuzzy Neural Network (TSKFNN) approach to predict freeway corridor travel time with an online computing algorithm. TSKFNN, a combination of a Takagi Sugeno Kang (TSK) type fuzzy logic system and a neural network, produces strong prediction performance because of its high accuracy and quick convergence. Real world data collected from US-290 in Houston, Texas are used to train and validate the network. The prediction performance of the TSKFNN is investigated with different combinations of traffic count, occupancy, and speed as input options. The comparison between online TSKFNN, offline TSKFNN, the back propagation neural network (BPNN) and the time series model (ARIMA) is made to evaluate the performance of TSKFNN. The results show that using count, speed, and occupancy together as input produces the best TSKFNN predictions. The online TSKFNN outperforms other commonly used models and is a promising tool for reliable travel time prediction on a freeway corridor. 1 INTRODUCTION With an increasing need of accurate and reliable realtime traffic information for Intelligent Transportation Systems (ITS), travel time as an important traffic variable has become increasingly crucial to traffic analysis and operations. For instance, as the input to the Dynamic Route Guidance System (DRGS), travel time information can be used to produce the shortest path between an origin and a destination. Due to the heterogeneity of different circumstances and nonlinear interactions between drivers and traffic facilities, the prediction of traffic condition in the near future is playing a more and more important role in many ITS applications such as Advanced Traveler Informa- *To whom correspondence should be addressed. yzhang@civil.tamu.edu. tion Systems (ATIS), Advanced Traffic Management Systems (ATMS), and Emergency Management Systems (EMS). As travel time is one of the most important measures of the traffic system and it is also critical to system users, its prediction has both theoretical and practical significance (Chen et al., 1999). In this article we present a freeway corridor travel time prediction model using Takagi Sugeno Kang Fuzzy Neural Network (TSKFNN) (Takagi and Sugeno, 1985) that not only has the capabilities of neural networks but also takes into account the human-like thinking and reasoning of fuzzy logic systems. 2 PREVIOUS STUDIES There have been many methods used to predict travel time. Earlier methods include time series models (Oda, 1990; Al-Deek et al., 1998; Anderson, 1994), machine learning methods (You and Kim, 2000), and regression models (Zhang et al., 2003; Wu et al., 2004; Li et al., 2008). In recent years, the applications of artificial intelligence, especially the techniques of neural networks, have garnered much attention and have been considered as effective tools for travel time predictions (Dharia and Adeli, 2003; Steven et al., 2002; Hoogendoorn et al., 2005; Park and Rilett, 1998; Rilett and Park, 1999; Park and Rilett, 1999; Van Lint, 2006; Krikke, 2002; Chien et al., 2002). A hybrid model combining the use of the empirical mode decomposition (EMD) and a multilayer feed forward neural network with back propagation was developed for travel time prediction (Hamad et al., 2009). The key part of EMD in this study is the Hilbert Huang transform to address highly nonlinear and nonstationary speed series. The prediction performance of this proposed method was found to be superior to previous forecasting techniques based on loop data from I-66 in Virginia. A model (Yeon et al., 2008) was conducted C 2013 Computer-Aided Civil and Infrastructure Engineering. DOI: /mice.12014

2 Freeway travel time prediction using TSKFNN 595 to predict travel time using Discrete Time Markov Chains (DTMC). The model demonstrated that predicted travel time using DTMC does not differ from the measured travel time at the 99% confidence level. It was concluded that DTMC had a good ability to predict travel time in both uncongested and congested conditions. Even though most of the studies on travel time prediction were on freeway segments, travel time characteristics on signalized networks were studied based on loop and probe data (Bhaskar et al., 2011). Moreover, traffic performance including travel time was explored by the fusion of different data sources (Heilmann et al., 2011). Neural network based models were often used in travel time predictions on signalized arterials (Liu et al., 2009; Singh and Abu-Lebdeh, 2007). Generally neural networks have played an important role in the prediction of travel time due to their strong ability of nonlinear approximation. However, neural networks are difficult to design and implement because the opaqueness of the trained networks cannot be easily understood. Importantly, neural networks require a long training time and the values of parameters such as initial weights and training rate can significantly affect the performance. Another drawback of neural networks is that the local minima are very difficult to be avoided because neural networks use the gradient descent method, a technique that is very sensitive to the initial weights to obtain optimized weights. Besides these, neural networks also have difficulties approximating human reasoning capabilities to humanlike thinking. A fuzzy system, which can model human expertise, is potentially an effective tool to predict the travel time, as it has a systematic calculus to deal with such information linguistically. Because of this, fuzzy representation and fuzzy systems are applied in many recent studies in civil engineering (Hsiao et al., 2012; Bianchini, 2012; Tagherouit et al., 2011). However, the inadaptability to deal with changing external environment and the difficulty to model the complex system are the main drawbacks of fuzzy system. Moreover, the design of fuzzy rules and membership functions is mainly based on the experts experience without numerical criteria. Therefore, there is a need to create a more efficient tool combining the capabilities of neural networks and fuzzy systems in many fields. In this case, the fuzzy neural network (FNN), which can automatically generate a set of expert rules to model the problem and subsequently use the rules independently, arouses researchers interest. The advantages of the FNN include adaptability, parallelism, robustness, ruggedness, optimality, and the ability to solve system uncertainty with the fuzzy set theory. The FNN is also adept at overcoming the local minima and fast converging (Jang and Roger, 1993). FNN models have been applied to several areas of transportation engineering in recent years. The application areas included incident detection (Samant and Adeli, 2001; Karim and Adeli, 2002), work zone capacity estimation (Adeli and Jiang, 2003), and signal control (Srinivasan et al., 2006). However, there have not been many FNN applications in freeway travel time prediction. Prasad et al. (1999) studied travel time prediction with the fuzzy logic and neural networks based on the loop detector data. They used fuzzy logic to convert detector data to travel time and classified the detector data. The neural network predicted the travel time based on the clustering of the data. The fuzzy logic and neural network produced improved estimates of travel time when compared with results from the linear regression model. However, they did not use a true sense of FNNs to predict travel time. It is considered to be a regular neural network, and fuzzy logic is used to prepare inputs to the neural network. In this study, TSKFNN was developed to predict the freeway corridor travel time with an online computing algorithm. TSKFNN simultaneously adjusts parameters of membership functions in the fuzzy logic part based upon feedback from neural networks. In all, all parameters of fuzzy logic and neural network will be updated simultaneously and interactively in the training process. The relationships between traffic variables and the prediction performance were investigated. Volume, speed, and occupancy were considered as input options and ground-truth travel times were used in evaluation. 3.1 TSKFNN model 3 METHODOLOGY TSKFNN embeds a TSK type fuzzy inference system in a general structure of a neural network using a neural network training method to find parameters of the fuzzy inference system. The TSKFNN is one of the most frequently used FNN schemes developed due to its powerful representation and prediction. Moreover, as the TSK model has an explicit analytical output, it is possible to incorporate mathematical knowledge into the real-time control and easily combine it with optimization and adaptive theories. The general structure of TSKFNN is given in Figure 1 with multi-input and single output. TSKFNN consists of two parts: one is antecedent network (AN) and the other is consequent network (CN). The functions of AN are to cluster the input space and to match the antecedent of fuzzy rules. Different kinds of specific travel variable patterns are denoted by clusters. The function of the CN is to generate the consequence of fuzzy rules. The input of the model is the sampled traffic

3 596 Zhang & Ge A1, A2,..., and An denote the antecedent fuzzy rules expressed by natural language. y is the output of the system, expressed by a linear function. The number of An is determined by the number of clusters in the membership function. In this study a TSK type fuzzy system is embedded into the structure of a neural network, which consists of four layers as shown in Figure 1. The first layer, the input layer, is used to connect each component of the input vectors for transmitting the input to the next layer directly, and the number of the node of the first layer is the same as the number of the input. In the second layer, each node represents a value of the linguistic variable, which is used to calculate the membership function μ j i (x) to which each component of the input vectors belongs. After testing three types of membership functions such as Triangular function, Gaussian function, and Trapezoidal function, the following Gaussian function is adopted as the general membership function in this article due to reported good performance (Kreinovich et al., 1992). Fig. 1. The structure of fuzzy neural network. variables data including volume, speed, and occupancy at time k 1, and the output of the model is the predicted travel time of the same corridor at time k. The details with respect to the structure of Figure 1 are stated in the following sections. 3.2 Antecedent network AN, simulating the antecedent fuzzy rules, is the main part of a fuzzy system. The core of AN is a set of IF- THEN rules with fuzzy implications, as well as the membership function, a generalization of the indicator function in classical sets. The membership function μ A (x) expresses the degree that x belongs to fuzzy set A. Therefore, the fuzzy set can be defined as A = {(x,μ A (x)) x X} where X is a collection of objectives. The general rule of TSK fuzzy inference is as following: Input: x = [x 1, x 2,...,x n ] T where T is denoted as the transpose of a matrix (1) Output: y (2) Rule: if X 1 is A1 AND X 2 is A2... AND X n is An, n then y = p 0 + p i x i 1 (3) (x i c ij ) 2 μ j σ i (x) = e ij 2 (4) where i = 1, 2,..., n, j = 1, 2,..., m i. n is the dimension of the input. m i is the number of the clustering data x i. The parameters of c ij and σ ij denote the center and the width of the membership function, respectively. The input can be directly transformed into linguistic information (fuzzification) by using the Equation (1). In the third layer, each node represents a fuzzy rule to match the antecedent of fuzzy rules and calculate the membership grade of the rules α j. α j = min { μ i 1 1,μ i 2 2,...,μ i } n n (5) where i 1 {1, 2,...,m 1 }, i 2 {1, 2,...,m 2 },..., i n {1, 2,...,m n }, j = 1, 2,...m, m = n i=1 m i. The number of nodes in the third layer is the same as the number of fuzzy rules. The fourth layer is for normalization, which has the same number of nodes as that of the third layer. α j = α j (6) m α i It should be noticed that the initial weights of c ij and σ ij were determined by Fuzzy Subtractive Clustering (FSC), which generates rules by enumerating all possible combinations of membership functions of all inputs. FSC considers each data point as a potential cluster center and calculates the likelihood of being a cluster center based on the density of surrounding data points. The data point selected as a cluster center has the highest i=1

4 Freeway travel time prediction using TSKFNN 597 density in a certain area. Meanwhile, data points around this potential cluster center point are excluded as a potential center. For the data points {q 1, q 2,...,q n },the density for each data point q i is defined as: D i = n e j=1 ( ) q i q2 j (ra /2) 2 (7) where r a is a positive constant which represents a neighborhood. It is obvious that the data point surrounded by more data points in the area of the radius r a would have the higher density value D i. After calculating the density of each data point, the data point with the highest density D c1 is selected to be the first cluster center denoted by q c1. Then, the density Di New is recalculated for all other data points excluding q c1 according to the revised formula: D New i = D i D c1 e ( ) q i q2 c1 (r b /2) 2 (8) Thus, the influence of the data points near the first cluster center will be significantly reduced because these points are excluded in the further calculation after the first cluster center is picked up. This process stated above repeats until an adequate number of cluster centers is generated. In this study, the input data of volume, speed, and occupancy are initially categorized by FSC. When completing the subtractive clustering, each of the cluster centers and radii can generate initial membership functions in the fuzzy inference system. The initial weights of c ij and σ ij were determined using the following equations (Chiu 1994): c ij = x ij (9) σ ij = r ij (q ij max q ij min ) 8 (10) where x ij is the center of the cluster j of the input q i, r ij is the radius for the cluster j of the input q i in the calculation of subtractive clustering, q ij max and q ij min are the maximum and minimum values in the cluster j of the input q i, respectively. However, a large number of inputs would result in a huge number of IF-THEN rules. 3.3 Consequent network The CN is used to generate the consequence of fuzzy rules embedded in the structure of the neural network, which consists of three layers. The first layer is used to transmit the input vectors to the next layer. In the second layer, m nodes represent fuzzy rules and are used to calculate the consequence of each fuzzy rule. The subnet of CN for the cluster c is shown in Figure 1. y c = w ci q i (k 1) (11) i I The third layer is used to calculate the output of TSKFNN, the weighted sum of the consequence of fuzzy rules. The predicted travel time at time interval k is: T (k) = α c y c (12) c C The weight is the output of AN stated previously, which is the normalized degree of membership. 3.4 Algorithm of learning process The learning algorithm is developed and adjusted based on the back-propagation algorithm of the BP neural network because TSKFNN is essentially a feed-forward network. Only the connection weight of CN w ci,the center c ij and the width σ ij of the membership function need to be adjusted. All parameters would be calibrated at the same time during the process of the optimization. The output of the network is T (k) = α c y c = α c w ci q i (k 1) (13) c C c C i I Minimizing the square of error represented by (11) determines all parameters. E = 1 2 (T k T (k)) 2 (14) where T (k) is the actual output and T k is the observed value. The derivation of the square of error is given as following: E = E T (k) w ci T (k) y c y c w ci = (T (k) T k ) α c q i (k 1) (15) Then, the updated parameter w ci can be calculated by w ci (k + 1) = w ci (k) β E w ci = w ci (k) + β (T k T (k)) α c q i (k 1) (16) where c is the number of cluster, i is the number of dimension of the input, and β is the training rate. After computing the predicted corridor travel time T (k), the connection weights of CN should be updated based on the Equation (13) above.

5 598 Zhang & Ge 3.5 Online computing algorithm for travel time prediction Online adaptive freeway corridor travel time prediction demands a faster convergent speed. The online computing process consists of four steps: data input, online training, input data updating, and corridor travel time prediction. The first step inputs data in previous n intervals, including sampled traffic variables denoted by q i (t), t = k n 1,...,k 2 and the corridor travel times denoted by T t, t = k n,...,k 1. The second step trains the coefficients of TSKFNN including the connection weights and parameters of the membership function after inputting the data into the TSKFNN. In the third step, the data set is updated by collecting the new traffic and travel time data at time k, and then shifting the input data by one interval. The traffic variables and corridor travel time data are then passed back to the first step to update the coefficients of the system. The final step calculates the predicted value of corridor travel time using the updated input data of the traffic variables. This online computing process is shown in Figure 2. Contrarily, without the iterative updating process, the training process is considered offline. In offline training, all training data items are used whereas online training only uses the data from the most recent n intervals. 4 DATA DESCRIPTION The actual data were collected on a freeway segment located on US-290, in an urban area northwest of Houston, Texas shown in Figure 3. This corridor is on one of the busiest commuting routes that connect the downtown commercial districts and suburb an residential areas. The study corridor, the section from node 31 to node 32, is a 2.9-mile section. There are five Automated Vehicle Identification (AVI) stations denoted as 3997, 3890, 4026, 4010, and 4003 in this section. Speed, volume, and occupancy data were collected with microwave detectors, and travel time data were from AVI stations, all obtained from the Houston TranStar transportation management center. TranStar operates 24/7 and has been archiving AVI travel time and speed data since October The data collected by recording vehicle toll tag IDs and the corresponding time stamps when each time vehicles are passing the AVI stations are used to determine the travel time for each vehicle traveling on AVI segment (32 31), as shown in Figure 3. The data reduction and fusion is a necessary step in selecting a study period, aggregating data, filtering out false data entries, and interpolating missing data. Eventually, data from three Fridays, February 1st, 8th, and 29th in 2008, were reduced, and chosen as the base- Fig. 2. The online computing process. Fig. 3. The study corridor on US-290. line data set to predict and validate TSKFNN. Fridays were chosen because the travel time variations are typically the largest, making it most difficult for prediction. The data of volume, speed, and occupancy were aggregated into 5-minute intervals. Within each 5 minutes,

6 Freeway travel time prediction using TSKFNN 599 the ground-truth travel time was determined by averaging all collected travel times for all vehicles passing the AVI stations between 31 and 32. The data on February 1st and 8th were used to train TSKFNN, whereas the data on February 29th were used to validate and test TSKFNN. The ranges of all variables are from 49 to 445 vehicles for 5-minute count, from 14 to 72 mph for speed, from 0.5 to 22.7% for occupancy, and from 133 to 839 seconds for travel time. 5 PERFORMANCE MEASURE The root mean square error (RMSE) between the predicted and observed values of the travel time is used to assess the performance of the TSKFNN model. The RMSE is calculated according to Equation (17): RMSE = 1 N (T k T (k)) 2 (17) N k=1 where N is the number of time intervals, T k is the observed travel time for interval k, and T (k) is the predicted travel time for interval k. 6 PRELIMINARY DATA ANALYSIS The correlation analysis, as a preliminary analysis, was used to identify the relationship among the collected traffic data, and examine the reliability of the data to see whether the variables have expected relationships. In particular, the Pearson correlation shown in Equation (18) was adopted to analyze the relationship between traffic variables. The purpose of this analysis is to choose proper traffic variables as the input of TSKFNN. x i x i y i n yi r xy = x i ( ) xi y ( ) yi 2 n 2 2 n i2 (18) Here, r xy is the correlation coefficient, x i, y i are collected data points of two traffic variables, and n is the number of observations. The result of correlation analysis is summarized in Table 1. Based on Table 1, the correlation value between occupancy and volume is 0.73, the value between occupancy and speed is 0.95, and the value between speed and volume is Speed and occupancy had a higher correlation with travel time than volume, naturally speed and occupancy should be considered as the input. Volume as a variable could be left out of the fur- Table 1 Correlation analysis between traffic variables Volume Speed Occupancy Travel time Volume Speed Occupancy Table 2 RMSE (seconds) for training and testing TSKFNN with different inputs Input 1 Input 2 Input 3 Training Testing ther analysis because of the low correlation with travel time, however, because it is correlated with occupancy, it can still be considered as one input item for travel time prediction. 7 RESULTS AND ANALYSIS Three different input options (Input 1: Volume and Occupancy, Input 2: Speed and Occupancy, and Input 3: Volume, Occupancy, and Speed) were used to evaluate the performance of TSKFNN with the online computing algorithm to predict corridor travel time. AVI travel time data are used as ground truth for training and testing. It was found that the TSKFNN fit the training data very well with a low RMSE as shown in Table 2, meaning that the TSKFNN can be developed to model the training data very well. Moreover, the training error decreased very fast from the beginning of training then stayed stable, indicating a very fast convergence with a short training time. Input option 3 produced the lowest training RMSE when compared to the RMSEs of the other options, indicating that TSKFNN can perform better in the training process with all three variables as input items. After the TSKFNN was trained, the data set on February 29th was used for testing to evaluate TSKFNN s ability to predict the corridor travel time. The RMSE results for testing are also provided in Table 2. The overall RMSEs are lower than 33 seconds, indicating that the TSKFNN has a strong ability to accurately predict the tendency of the testing data. The prediction results with testing data for all three input options are demonstrated in Figure 4. As stated previously, with the aggregation interval of 5 minutes, the whole day (1,440 minutes from 00:00 to 24:00) has 288 time intervals. Figure 4 shows that TSKFNN

7 600 Zhang & Ge Fig. 4. Prediction results for different input options. performed very well in prediction, as predicted values match well with the observed values for the three different input options. Although the three plots do not have significant differences, TSKFNN did not perform very well from time interval 170 to 180 and from 210 to 220 for Input 1, and also performed poorly in Input 2 from 180 to 210. On the contrary, the prediction with Input 3 has better performance than with the other two input options. This indicates that volume provided extra useful information for better TSKFFN predictions, even though the correlation between volume and travel time was not very high. This conclusion was supported by results in both Table 2 and Figure 4. We further extract and present the results by flow condition in four categories: off-peak (Time 1 to 150 and 251 to 288), congestion buildup (Time 150 to 200), recovery (Time 201 to 220), and peak (Time 221 to 250). RMSEs for different corresponding periods are summarized in the following table. Considering the travel times in non-off peak periods have much higher values (illustrated in Figure 4), though elevated, these RMSE values are all satisfactory. In particular, with Input scenario 3, the RMSE for the peak is 40.1 seconds corresponding to an observed travel time of about 850 seconds. Based on Tables 2 and 3, the overall RMSEs indicate that the TSKFNN has a strong ability to accurately predict the tendency of the testing data. The convergence of the TSKFNN was also very fast. Moreover, it can be found that Input 3 has the lowest RMSE in each sce- Table 3 RMSE (seconds) of different periods for different input patterns Off-peak Buildup Peak Recovery Input Input Input nario, proving that TSKFNN can predict the most accurate results with this combination of input variables. We also evaluated the performance of TSKFNN using only the time series of travel time as input. The travel time T(k-2), T(k-1), and T(k) of the corridor were used as input of the TSKFNN to predict the travel time T(k+1). The data set was the same Friday baseline data set. The data of February 1st and 8th were again used for training and the data of February 29th were used for testing. After training the whole network the training RMSE was 15.3 seconds, which was low compared to previous values in Table 2. Figure 5 also illustrated that the performance of TSKFNN with the time series of travel time as the input seemed to look even better than some of the predictions in Figure 4. The RMSE of seconds is better than those from prediction with Input options 1 and 2, 28.4 and 32.4 seconds respectively, even though it is slightly worse than the RSME of 25.1 seconds from Input 3. Overall, the TSKFNN

8 Freeway travel time prediction using TSKFNN 601 Fig. 5. Prediction results for inputs of past travel time. prediction from the time series of past travel times can produce good performance, however, the travel time history we have from the AVI data is not commonly available while speed, volume, and occupancy data are commonly available from loop detectors that are widely deployed. Model performance was also investigated on an expanded data set. This expanded data set was collected on weekdays from February 1st to 22th, The weekdays in the first two weeks are used for training, and the weekdays in the third week are employed for validating the model. Count, speed, and occupancy are used as inputs, and the results are summarized below. RMSEs from Monday to Friday are 27.5, 28.7, 38.8, 33.5, and 24.1, respectively. The RMSE for Wednesday prediction is somewhat higher than that for other days, but the travel times during the peak on that day were also significantly larger. An investigation of a separate incident database revealed that there were several severe incidents during the peak period on that day. Overall, the prediction performance was very similar to that of the single-day prediction reported previously from the baseline data set. It should be noted the baseline Friday data set was selected also because it was affected by incidents to a lesser degree. 8 COMPARISON EXPERIMENTS The comparison of performance in corridor travel time prediction was made among online TSKFNN, offline TSKFNN, the back propagation neural network (BPNN) and the time series model (ARIMA) using the Friday baseline data set. Rilett et al. (1999), Van Lint et al. (2005), and Guin (2006) indicated that Neural Network (NN) and ARIMA have good performance in the prediction of travel time, we wanted to compare the performance of the TSKFNN with the results from these two commonly used approaches. Online TSKFNN and offline TSKFNN were compared to illustrate the advantage of the online computing algorithm. Speed, volume, and occupancy are used as input to the TSKFNN. The BPNN consisted of three layers with three input neurons and one output neuron. The sigmoid activation function was used for each neuron and the back propagation training procedure was adopted. The performance of BPNN in the prediction is significantly affected by the number of neurons in the hidden layer and the training rate. To minimize the RMSE between the predicted and observed results, 10 neurons in the hidden layer and a training rate of 0.25 were found to produce the best results by the BPNN. Auto Regressive Integrated Moving Average (ARIMA) model is generally referred to as ARIMA (p, d, q) where p, d and q are the order of the autoregressive, integrated, and moving average parts of the model respectively. After the optimization on parameters based on minimum resulting AIC value, ARIMA (3, 1, 5) was adopted to predict the corridor travel time. The numerical result on RMSEs in Figure 6 confirmed that the two TSKFNN predictions have clearly outperformed BPNN and ARIMA (reduced RMSE

9 602 Zhang & Ge Fig. 6. RMSEs of the comparison experiment. by 30%). It is also obvious that online TSKFNN outperformed offline TSKFNN. The comparison strongly indicated that the TSKFNN performed better than commonly used BPNN and ARIMA and online computing algorithm enhanced the prediction accuracy for TSKFNN. 9 CONCLUSIONS Based on the theory of intelligent control system, a TSKFNN model was developed to predict the corridor travel time on a freeway with an online computing algorithm that enhances the predictive ability. With the structure of multi-input and single output, the TSKFNN consists of two parts: AN and CN. The functions of AN are to cluster the input space and to match the antecedent of fuzzy rules. The function of CN is to generate the consequence of fuzzy rules. Based on the result of prediction based on the data collected from US-290 it was found that online TSKFNN can accurately predict future travel time in the corridor. Moreover, it was demonstrated that the online TSKFNN performed better than a regular neural network (BPNN) and the ARIMA model in the prediction performance as online TSKFNN is able to adaptively adjust its coefficients with the recent training data prior to the prediction. TSKFNN with an online computing algorithm performed best with volume, speed, and occupancy as the input. This prediction performance is as good as the TSKFNN prediction performance with past travel time history as the input when the travel time history is available. The performance of the online TSKFNN can be further improved by changing the function of membership or by increasing the number of clusters used. Testing and validation of the online TSKFNN with other data sets should also be conducted in the future. REFERENCES Adeli, H. & Jiang, X. (2003), Neuro-fuzzy logic model for freeway work zone capacity estimation, Journal of Transportation Engineering, 129(5), Al-Deek, H., D Angelo, M. &. Wang, M. (1998), Travel time prediction with non-linear time series, Proceedings of the ASCE th International Conference on Applications of Advanced Technologies in Transportation, Newport Beach, CA, pp Anderson, J., Bell, M., Sayers, T., Busch, F. & Heymann, G. (1994), The short-term prediction of link travel time in signal controlled road networks, Proceedings of the IFAC/IFORS 7th Symposium on Transportation Systems: Theory and Application of Advanced Technology, Tianjin, China, pp Bhaskar, A., Chung, E. & Dumont, A. G. (2011), Fusing loop detector and probe vehicle data to estimate travel time statistics on signalized urban networks, Computer-Aided Civil and Infrastructure Engineering, 26(6), Bianchini, A. (2012), Fuzzy representation of pavement condition for efficient pavement management, Computer-Aided Civil and Infrastructure Engineering, 27(8), Chen, P. S. T., Srinivasan, K. K., Mahmassani, H. S. (1999), Effect of information quality on compliance behavior of commuters under real-time traffic information, in Proceedings of the 77th Transportation Research Board Annual Meeting, National Academies Press, Washington DC, USA. Chien, S., Ding, Y. & Wei, C. (2002), Dynamic bus arrival time prediction with artificial neural network, Journal of Transportation Engineering, 128(5),

10 Freeway travel time prediction using TSKFNN 603 Chiu, S. (1994), Fuzzy model identification based on cluster estimation, Journal of Intelligent & Fuzzy Systems, 2(3), Dharia, A. & Adeli, H. (2003), Neural network model for rapid forecasting of freeway link travel time, Engineering Applications of Artificial Intelligence, 16(7 8), Guin, A. (2006), Travel time prediction using a seasonal autoregressive integrated moving average time series model, in Proceedings of the 2006 IEEE Intelligent Transportation Systems Conference, Toronto, Canada, September Hamad, K., Lee, E., Shourijeh, M. T. & Faghri, A. (2009), Near-term travel time prediction utilizing Hilbert-Huang transform, Computer-Aided Civil and Infrastructure Engineering, 24(8), Heilmann, B., El Faouzi, N. E., de Mouzon, O., Hainitz, N., Koller, H., Bauder, D. & Antoniou, C. (2011), Predicting motorway traffic performance by data fusion of local sensor data and electronic toll collection data, Computer-Aided Civil and Infrastructure Engineering, 26(6), Hsiao, F. Y., Wang, S. S., Wang, W. C., Wen, C. P. & Yu, W. D. (2012), Neuro-fuzzy cost estimation model enhanced by fast messy genetic algorithms for semiconductor hookup construction, Computer-Aided Civil and Infrastructure Engineering, 27(10), Jang, J-S. R. (1993), ANFIS: adaptive-network-based fuzzy inference system, IEEE Transactions on Systems, Man, and Cybernetics, 23(18), Karim, A. & Adeli, H. (2002), Comparison of the fuzzy wavelet RBFNN freeway incident detection model with the California Algorithm, Journal of Transportation Engineering, 128(1), Kreinovich, V., Quintana, C. & Reznik, L. (1992), Gaussian membership functions are most adequate in representing uncertainty in measurements, in Proceedings of NAFIPS 92: North American Fuzzy Information Processing Society Conference, Puerto Vallarta, Mexico, Vol. II, pp Krikke, R. (2002), Short-range travel time prediction using an artificial neural network, in Proceedings of 9th World Congress on Intelligent Transport Systems, Chicago, Illinois, USA. Li, Z., Yu, H., Liu, Y. & Liu, F. (2008), An improved adaptive exponential smoothing model for short-term travel time forecasting of urban arterial street, Acta Automatica Sinica, 34(11), Liu, H., Zhang, K., He, R. & Li, J. (2009), A neural network model for travel time prediction, in Proceedings of the IEEE International Conference Intelligent Computing and Intelligent Systems, Shanghai, China. Oda, T. (1990), An algorithm for prediction of travel time using vehicle sensor data, in Proceedings of the IEE 3rd International Conference on Road Traffic Control, London, pp Park, D. & Rilett, R. (1998), Forecasting multiple-period freeway link travel time using modular neural network, Transportation Research Record, No , TRB, National Research Council, Washington DC. Park, D. & Laurence, R. (1999), Forecasting freeway link travel times with a multilayer feedforward neural network. Computer-Aided Civil and Infrastructure Engineering, 14, Prasad, V. P. & Nelson, P. C. (1999), Application of fuzzy logic and neural networks for dynamic travel time estimation, International Transactions in Operational Research, 6, Rilett, L. & Park, D. (1999), Direct forecasting of freeway corridor travel times using spectral basis neural networks, Presented at the 78th TRB Annual Meeting (CD-ROM), Washington DC. Samant, A. & Adeli, H. (2001), Enhancing neural network incident detection algorithms using wavelets, Computer- Aided Civil and Infrastructure Engineering, 16(4), Singh, A. & Abu-Lebdeh, G. (2007), Arterial network travel time estimation using conditional independence graphs and state space neural networks, in Proceedings of the 18th IASTED Conference on Modelling and Simulation, Montreal, Quebec, Canada. Srinivasan, D., Choy, M. & Cheu, R. (2006), Neural networks for real-time traffic signal control, IEEE Transactions on Intelligent Transportation Systems, 7(3), Tagherouit, W. B., Bengassem, J. & Bennis, S. (2011), A fuzzy expert system for prioritizing rehabilitation sewer networks, Computer-Aided Civil and Infrastructure Engineering, 26(2), Takagi, T. & Sugeno, M. (1985), Fuzzy identification of systems and its applications to modeling and control. IEEE Trans actions on Systems, Man, and Cybernetics, 15(1), Van Lint, J. W. C. (2006), Reliable real-time framework for short-term freeway travel time prediction. Journal of Transportation Engineering, 132(12), Van Lint, J. W. C., Hoogendoorn, S. P. & Van Zuyle, H. J. (2005), Accurate freeway travel time prediction with statespace neural networks under missing data, Transportation Research Part C, 13, Wu, C. H., Ho, J. M. & Lee, D. T. (2004), Travel time prediction with support vector regression. IEEE Transactions on Intelligent Transportation System, 5(4), Yeon, J., Elefteriadou, L. & Lawphongpanich, S. (2008), Travel time estimation on a freeway using discrete time Markov chain, Transportation Research Part B 42, You, J. & Kim, J. (2000), Development and evaluation of a hybrid travel time forecasting model. Transportation Research Part C 8, Zhang, X. & Rice, J. (2003), Short-term travel time prediction. Transportation Research Part C 11(3 4),

Freeway Travel Time Forecast Using Artifical Neural Networks With Cluster Method

Freeway Travel Time Forecast Using Artifical Neural Networks With Cluster Method 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 Freeway Travel Time Forecast Using Artifical Neural Networks With Cluster Method Ying LEE Department of Hospitality

More information

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE

A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE A FUZZY NEURAL NETWORK MODEL FOR FORECASTING STOCK PRICE Li Sheng Institute of intelligent information engineering Zheiang University Hangzhou, 3007, P. R. China ABSTRACT In this paper, a neural network-driven

More information

Real-Time Travel Time Prediction Using Multi-level k-nearest Neighbor Algorithm and Data Fusion Method

Real-Time Travel Time Prediction Using Multi-level k-nearest Neighbor Algorithm and Data Fusion Method 1861 Real-Time Travel Time Prediction Using Multi-level k-nearest Neighbor Algorithm and Data Fusion Method Sehyun Tak 1, Sunghoon Kim 2, Kiate Jang 3 and Hwasoo Yeo 4 1 Smart Transportation System Laboratory,

More information

CHAPTER 5 FORECASTING TRAVEL TIME WITH NEURAL NETWORKS

CHAPTER 5 FORECASTING TRAVEL TIME WITH NEURAL NETWORKS CHAPTER 5 FORECASTING TRAVEL TIME WITH NEURAL NETWORKS 5.1 - Introduction The estimation and predication of link travel times in a road traffic network are critical for many intelligent transportation

More information

Publication List PAPERS IN REFEREED JOURNALS. Submitted for publication

Publication List PAPERS IN REFEREED JOURNALS. Submitted for publication Publication List YU (MARCO) NIE SEPTEMBER 2010 Department of Civil and Environmental Engineering Phone: (847) 467-0502 2145 Sheridan Road, A328 Technological Institute Fax: (847) 491-4011 Northwestern

More information

Improving the travel time prediction by using the real-time floating car data

Improving the travel time prediction by using the real-time floating car data Improving the travel time prediction by using the real-time floating car data Krzysztof Dembczyński Przemys law Gawe l Andrzej Jaszkiewicz Wojciech Kot lowski Adam Szarecki Institute of Computing Science,

More information

TRAVEL TIME PREDICTION BY ADVANCED NEURAL NETWORK

TRAVEL TIME PREDICTION BY ADVANCED NEURAL NETWORK PERIODICA POLYTECHNICA SER. CIV. ENG. VOL. 46, NO. 1, PP. 15 32 (2002) TRAVEL TIME PREDICTION BY ADVANCED NEURAL NETWORK Lajos KISGYÖRGY and Laurence R. RILETT Department of Highway and Railway Engineering

More information

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH

MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH ISSN 1726-4529 Int j simul model 9 (2010) 2, 74-85 Original scientific paper MODELLING OF TOOL LIFE, TORQUE AND THRUST FORCE IN DRILLING: A NEURO-FUZZY APPROACH Roy, S. S. Department of Mechanical Engineering,

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

More information

Predicting freeway traffic in the Bay Area

Predicting freeway traffic in the Bay Area Predicting freeway traffic in the Bay Area Jacob Baldwin Email: jtb5np@stanford.edu Chen-Hsuan Sun Email: chsun@stanford.edu Ya-Ting Wang Email: yatingw@stanford.edu Abstract The hourly occupancy rate

More information

Short-term traffic volume prediction using neural networks

Short-term traffic volume prediction using neural networks Short-term traffic volume prediction using neural networks Nassim Sohaee Hiranya Garbha Kumar Aswin Sreeram Abstract There are many modeling techniques that can predict the behavior of complex systems,

More information

Yu (Marco) Nie. Appointment Northwestern University Assistant Professor, Department of Civil and Environmental Engineering, Fall present.

Yu (Marco) Nie. Appointment Northwestern University Assistant Professor, Department of Civil and Environmental Engineering, Fall present. Yu (Marco) Nie A328 Technological Institute Civil and Environmental Engineering 2145 Sheridan Road, Evanston, IL 60202-3129 Phone: (847) 467-0502 Fax: (847) 491-4011 Email: y-nie@northwestern.edu Appointment

More information

Chapter 2 Travel Time Definitions

Chapter 2 Travel Time Definitions Chapter 2 Travel Time Definitions Abstract In this Chapter, travel time definitions are analytically presented. Also, a trajectory reconstruction algorithm necessary in order to navigate between different

More information

MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH

MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH Proceedings ITRN2013 5-6th September, FITZGERALD, MOUTARI, MARSHALL: Hybrid Aidan Fitzgerald MODELLING TRAFFIC FLOW ON MOTORWAYS: A HYBRID MACROSCOPIC APPROACH Centre for Statistical Science and Operational

More information

Encapsulating Urban Traffic Rhythms into Road Networks

Encapsulating Urban Traffic Rhythms into Road Networks Encapsulating Urban Traffic Rhythms into Road Networks Junjie Wang +, Dong Wei +, Kun He, Hang Gong, Pu Wang * School of Traffic and Transportation Engineering, Central South University, Changsha, Hunan,

More information

Nonlinear System Identification Based on a Novel Adaptive Fuzzy Wavelet Neural Network

Nonlinear System Identification Based on a Novel Adaptive Fuzzy Wavelet Neural Network Nonlinear System Identification Based on a Novel Adaptive Fuzzy Wavelet Neural Network Maryam Salimifard*, Ali Akbar Safavi** *School of Electrical Engineering, Amirkabir University of Technology, Tehran,

More information

An Application of Neural Network on Traffic Speed Prediction Under Adverse Weather Condition

An Application of Neural Network on Traffic Speed Prediction Under Adverse Weather Condition See discussions, stats, and author profiles for this publication at: https://wwwresearchgatenet/publication/265318230 An Application of Neural Network on Traffic Speed Prediction Under Adverse Weather

More information

ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS

ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS ADAPTIVE NEURO-FUZZY INFERENCE SYSTEMS RBFN and TS systems Equivalent if the following hold: Both RBFN and TS use same aggregation method for output (weighted sum or weighted average) Number of basis functions

More information

Urban Bus Arrival Time Prediction: A Review of Computational Models

Urban Bus Arrival Time Prediction: A Review of Computational Models International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-2, Issue-4, September 2013 Urban Bus Arrival Time Prediction: A Review of Computational Models Mehmet Altinkaya,

More information

SHORT-TERM traffic forecasting is a vital component of

SHORT-TERM traffic forecasting is a vital component of , October 19-21, 2016, San Francisco, USA Short-term Traffic Forecasting Based on Grey Neural Network with Particle Swarm Optimization Yuanyuan Pan, Yongdong Shi Abstract An accurate and stable short-term

More information

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method Journal of Intelligent Learning Systems and Applications, 2013, 5, 227-231 Published Online November 2013 (http://www.scirp.org/journal/jilsa) http://dx.doi.org/10.4236/jilsa.2013.54026 227 The Research

More information

TRAFFIC FLOW MODELING AND FORECASTING THROUGH VECTOR AUTOREGRESSIVE AND DYNAMIC SPACE TIME MODELS

TRAFFIC FLOW MODELING AND FORECASTING THROUGH VECTOR AUTOREGRESSIVE AND DYNAMIC SPACE TIME MODELS TRAFFIC FLOW MODELING AND FORECASTING THROUGH VECTOR AUTOREGRESSIVE AND DYNAMIC SPACE TIME MODELS Kamarianakis Ioannis*, Prastacos Poulicos Foundation for Research and Technology, Institute of Applied

More information

A Wavelet Neural Network Forecasting Model Based On ARIMA

A Wavelet Neural Network Forecasting Model Based On ARIMA A Wavelet Neural Network Forecasting Model Based On ARIMA Wang Bin*, Hao Wen-ning, Chen Gang, He Deng-chao, Feng Bo PLA University of Science &Technology Nanjing 210007, China e-mail:lgdwangbin@163.com

More information

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Song Li 1, Peng Wang 1 and Lalit Goel 1 1 School of Electrical and Electronic Engineering Nanyang Technological University

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING *

A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL FUZZY CLUSTERING * No.2, Vol.1, Winter 2012 2012 Published by JSES. A SEASONAL FUZZY TIME SERIES FORECASTING METHOD BASED ON GUSTAFSON-KESSEL * Faruk ALPASLAN a, Ozge CAGCAG b Abstract Fuzzy time series forecasting methods

More information

Real-time, Adaptive Prediction of Incident Delay for Advanced Traffic Management Systems

Real-time, Adaptive Prediction of Incident Delay for Advanced Traffic Management Systems Real-time, Adaptive Prediction of Incident Delay for Advanced Traffic Management Systems Liping Fu and Bruce Hellinga Department of Civil Engineering, University of Waterloo, Waterloo, Canada Phone: 59

More information

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption

Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption Application of Artificial Neural Networks in Evaluation and Identification of Electrical Loss in Transformers According to the Energy Consumption ANDRÉ NUNES DE SOUZA, JOSÉ ALFREDO C. ULSON, IVAN NUNES

More information

Available online at ScienceDirect. Procedia Computer Science 22 (2013 )

Available online at   ScienceDirect. Procedia Computer Science 22 (2013 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 1121 1125 17 th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

More information

Assessing the uncertainty in micro-simulation model outputs

Assessing the uncertainty in micro-simulation model outputs Assessing the uncertainty in micro-simulation model outputs S. Zhu 1 and L. Ferreira 2 1 School of Civil Engineering, Faculty of Engineering, Architecture and Information Technology, The University of

More information

Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference System

Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference System 54th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference April 8-11, 2013, Boston, Massachusetts AIAA 2013-1918 Modeling of Hysteresis Effect of SMA using Neuro Fuzzy Inference

More information

Study of a neural network-based system for stability augmentation of an airplane

Study of a neural network-based system for stability augmentation of an airplane Study of a neural network-based system for stability augmentation of an airplane Author: Roger Isanta Navarro Annex 1 Introduction to Neural Networks and Adaptive Neuro-Fuzzy Inference Systems (ANFIS)

More information

N. Sarikaya Department of Aircraft Electrical and Electronics Civil Aviation School Erciyes University Kayseri 38039, Turkey

N. Sarikaya Department of Aircraft Electrical and Electronics Civil Aviation School Erciyes University Kayseri 38039, Turkey Progress In Electromagnetics Research B, Vol. 6, 225 237, 2008 ADAPTIVE NEURO-FUZZY INFERENCE SYSTEM FOR THE COMPUTATION OF THE CHARACTERISTIC IMPEDANCE AND THE EFFECTIVE PERMITTIVITY OF THE MICRO-COPLANAR

More information

FREEWAY SHORT-TERM TRAFFIC FLOW FORECASTING BY CONSIDERING TRAFFIC VOLATILITY DYNAMICS AND MISSING DATA SITUATIONS. A Thesis YANRU ZHANG

FREEWAY SHORT-TERM TRAFFIC FLOW FORECASTING BY CONSIDERING TRAFFIC VOLATILITY DYNAMICS AND MISSING DATA SITUATIONS. A Thesis YANRU ZHANG FREEWAY SHORT-TERM TRAFFIC FLOW FORECASTING BY CONSIDERING TRAFFIC VOLATILITY DYNAMICS AND MISSING DATA SITUATIONS A Thesis by YANRU ZHANG Submitted to the Office of Graduate Studies of Texas A&M University

More information

Parking Occupancy Prediction and Pattern Analysis

Parking Occupancy Prediction and Pattern Analysis Parking Occupancy Prediction and Pattern Analysis Xiao Chen markcx@stanford.edu Abstract Finding a parking space in San Francisco City Area is really a headache issue. We try to find a reliable way to

More information

Examining travel time variability using AVI data

Examining travel time variability using AVI data CAITR 2004 Examining travel time variability using AVI data by Ruimin li ruimin.li@eng.monash.edu.au 8-10 December 2004 INSTITUTE OF TRANSPORT STUDIES The Australian Key Centre in Transport Management

More information

A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model

A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model 142 IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 18, NO. 1, MARCH 2003 A Boiler-Turbine System Control Using A Fuzzy Auto-Regressive Moving Average (FARMA) Model Un-Chul Moon and Kwang Y. Lee, Fellow,

More information

Predicting Link Travel Times from Floating Car Data

Predicting Link Travel Times from Floating Car Data MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Predicting Link Travel Times from Floating Car Data Jones, M.; Geng, Y.; Nikovski, D.; Hirata, T. TR2013-095 October 2013 Abstract We study

More information

Individual speed variance in traffic flow: analysis of Bay Area radar measurements

Individual speed variance in traffic flow: analysis of Bay Area radar measurements Individual speed variance in traffic flow: analysis of Bay Area radar measurements Sebastien Blandin 1, Amir Salam, Alex Bayen Submitted For Publication 1 th Annual Meeting of the Transportation Research

More information

Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems

Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems A Framework for Analysis Urban Transportation Center University

More information

Validation of ATIS Journey Time and Traffic Speed Estimates by Floating Car Survey

Validation of ATIS Journey Time and Traffic Speed Estimates by Floating Car Survey Validation of ATIS Journey Time and Traffic Speed Estimates by Floating Car Survey Mei Lam TAM a, William H.K. LAM b a,b Department of Civil and Environmental Engineering, The Hong Kong Polytechnic University,

More information

Traffic Flow Forecasting for Urban Work Zones

Traffic Flow Forecasting for Urban Work Zones TRAFFIC FLOW FORECASTING FOR URBAN WORK ZONES 1 Traffic Flow Forecasting for Urban Work Zones Yi Hou, Praveen Edara, Member, IEEE and Carlos Sun Abstract None of numerous existing traffic flow forecasting

More information

AN INVESTIGATION INTO THE IMPACT OF RAINFALL ON FREEWAY TRAFFIC FLOW

AN INVESTIGATION INTO THE IMPACT OF RAINFALL ON FREEWAY TRAFFIC FLOW AN INVESTIGATION INTO THE IMPACT OF RAINFALL ON FREEWAY TRAFFIC FLOW Brian L. Smith Assistant Professor Department of Civil Engineering University of Virginia PO Box 400742 Charlottesville, VA 22904-4742

More information

DYNAMICALLY PREDICTING CORRIDOR TRAVEL TIME UNDER INCIDENT CONDITIONS USING A NEURAL NETWORK APPROACH

DYNAMICALLY PREDICTING CORRIDOR TRAVEL TIME UNDER INCIDENT CONDITIONS USING A NEURAL NETWORK APPROACH DYNAMICALLY PREDICTING CORRIDOR TRAVEL TIME UNDER INCIDENT CONDITIONS USING A NEURAL NETWORK APPROACH A Thesis by XIAOSI ZENG Submitted to the Office of Graduate Studies of Texas A&M University in partial

More information

Regression Methods for Spatially Extending Traffic Data

Regression Methods for Spatially Extending Traffic Data Regression Methods for Spatially Extending Traffic Data Roberto Iannella, Mariano Gallo, Giuseppina de Luca, Fulvio Simonelli Università del Sannio ABSTRACT Traffic monitoring and network state estimation

More information

COGS Q250 Fall Homework 7: Learning in Neural Networks Due: 9:00am, Friday 2nd November.

COGS Q250 Fall Homework 7: Learning in Neural Networks Due: 9:00am, Friday 2nd November. COGS Q250 Fall 2012 Homework 7: Learning in Neural Networks Due: 9:00am, Friday 2nd November. For the first two questions of the homework you will need to understand the learning algorithm using the delta

More information

MODELING FUZZY TIME SERIES WITH MULTIPLE OBSERVATIONS. Received April 2011; revised August 2011

MODELING FUZZY TIME SERIES WITH MULTIPLE OBSERVATIONS. Received April 2011; revised August 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 10(B), October 2012 pp. 7415 7426 MODELING FUZZY TIME SERIES WITH MULTIPLE

More information

FUZZY TIME SERIES FORECASTING MODEL USING COMBINED MODELS

FUZZY TIME SERIES FORECASTING MODEL USING COMBINED MODELS International Journal of Management, IT & Engineering Vol. 8 Issue 8, August 018, ISSN: 49-0558 Impact Factor: 7.119 Journal Homepage: Double-Blind Peer Reviewed Refereed Open Access International Journal

More information

A Soft Computing Approach for Fault Prediction of Electronic Systems

A Soft Computing Approach for Fault Prediction of Electronic Systems A Soft Computing Approach for Fault Prediction of Electronic Systems Ajith Abraham School of Computing & Information Technology Monash University (Gippsland Campus), Victoria 3842, Australia Email: Ajith.Abraham@infotech.monash.edu.au

More information

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK

FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK FORECASTING OF ECONOMIC QUANTITIES USING FUZZY AUTOREGRESSIVE MODEL AND FUZZY NEURAL NETWORK Dusan Marcek Silesian University, Institute of Computer Science Opava Research Institute of the IT4Innovations

More information

Weighted Fuzzy Time Series Model for Load Forecasting

Weighted Fuzzy Time Series Model for Load Forecasting NCITPA 25 Weighted Fuzzy Time Series Model for Load Forecasting Yao-Lin Huang * Department of Computer and Communication Engineering, De Lin Institute of Technology yaolinhuang@gmail.com * Abstract Electric

More information

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR.

A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH AN APPLICATION TO FORECAST THE EXCHANGE RATE BETWEEN THE TAIWAN AND US DOLLAR. International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 7(B), July 2012 pp. 4931 4942 A FUZZY TIME SERIES-MARKOV CHAIN MODEL WITH

More information

Improving forecasting under missing data on sparse spatial networks

Improving forecasting under missing data on sparse spatial networks Improving forecasting under missing data on sparse spatial networks J. Haworth 1, T. Cheng 1, E. J. Manley 1 1 SpaceTimeLab, Department of Civil, Environmental and Geomatic Engineering, University College

More information

INTRODUCTION PURPOSE DATA COLLECTION

INTRODUCTION PURPOSE DATA COLLECTION DETERMINATION OF VEHICLE OCCUPANCY ON THE KATY AND NORTHWEST FREEWAY MAIN LANES AND FRONTAGE ROADS Mark Ojah and Mark Burris Houston Value Pricing Project, March 2004 INTRODUCTION In the late 1990s, an

More information

Unit III. A Survey of Neural Network Model

Unit III. A Survey of Neural Network Model Unit III A Survey of Neural Network Model 1 Single Layer Perceptron Perceptron the first adaptive network architecture was invented by Frank Rosenblatt in 1957. It can be used for the classification of

More information

A Hybrid Time-delay Prediction Method for Networked Control System

A Hybrid Time-delay Prediction Method for Networked Control System International Journal of Automation and Computing 11(1), February 2014, 19-24 DOI: 10.1007/s11633-014-0761-1 A Hybrid Time-delay Prediction Method for Networked Control System Zhong-Da Tian Xian-Wen Gao

More information

Gaussian Processes for Short-Term Traffic Volume Forecasting

Gaussian Processes for Short-Term Traffic Volume Forecasting Gaussian Processes for Short-Term Traffic Volume Forecasting Yuanchang Xie, Kaiguang Zhao, Ying Sun, and Dawei Chen The accurate modeling and forecasting of traffic flow data such as volume and travel

More information

Appendix BAL Baltimore, Maryland 2003 Annual Report on Freeway Mobility and Reliability

Appendix BAL Baltimore, Maryland 2003 Annual Report on Freeway Mobility and Reliability (http://mobility.tamu.edu/mmp) Office of Operations, Federal Highway Administration Appendix BAL Baltimore, Maryland 2003 Annual Report on Freeway Mobility and Reliability This report is a supplement to:

More information

Path and travel time inference from GPS probe vehicle data

Path and travel time inference from GPS probe vehicle data Path and travel time inference from GPS probe vehicle data Timothy Hunter Department of Electrical Engineering and Computer Science University of California, Berkeley tjhunter@eecs.berkeley.edu Pieter

More information

Development of Stochastic Artificial Neural Networks for Hydrological Prediction

Development of Stochastic Artificial Neural Networks for Hydrological Prediction Development of Stochastic Artificial Neural Networks for Hydrological Prediction G. B. Kingston, M. F. Lambert and H. R. Maier Centre for Applied Modelling in Water Engineering, School of Civil and Environmental

More information

Urban Link Travel Time Estimation Using Large-scale Taxi Data with Partial Information

Urban Link Travel Time Estimation Using Large-scale Taxi Data with Partial Information Urban Link Travel Time Estimation Using Large-scale Taxi Data with Partial Information * Satish V. Ukkusuri * * Civil Engineering, Purdue University 24/04/2014 Outline Introduction Study Region Link Travel

More information

Long-Term Evaluation of the Operational Performance of Fixed Time Ramp Metering Control Strategy: A Freeway Corridor Study

Long-Term Evaluation of the Operational Performance of Fixed Time Ramp Metering Control Strategy: A Freeway Corridor Study Canadian Journal of Civil Engineering Long-Term Evaluation of the Operational Performance of Fixed Time Ramp Metering Control Strategy: A Freeway Corridor Study Journal: Canadian Journal of Civil Engineering

More information

Travel Time Calculation With GIS in Rail Station Location Optimization

Travel Time Calculation With GIS in Rail Station Location Optimization Travel Time Calculation With GIS in Rail Station Location Optimization Topic Scope: Transit II: Bus and Rail Stop Information and Analysis Paper: # UC8 by Sutapa Samanta Doctoral Student Department of

More information

MURDOCH RESEARCH REPOSITORY

MURDOCH RESEARCH REPOSITORY MURDOCH RESEARCH REPOSITORY http://researchrepository.murdoch.edu.au/86/ Kajornrit, J. (22) Monthly rainfall time series prediction using modular fuzzy inference system with nonlinear optimization techniques.

More information

Measuring Wave Velocities on Highways during Congestion using Cross Spectral Analysis

Measuring Wave Velocities on Highways during Congestion using Cross Spectral Analysis Measuring Wave Velocities on Highways during Congestion using Cross Spectral Analysis Yun Wang, Member, IEEE, Diane Foster, and Benjamin Coifman, Member, IEEE Abstract Previous research has shown that

More information

A Travel Time Prediction Algorithm Scalable to Freeway Networks with Many Nodes with Arbitrary Travel Routes

A Travel Time Prediction Algorithm Scalable to Freeway Networks with Many Nodes with Arbitrary Travel Routes A Travel Time Prediction Algorithm Scalable to Freeway Networks with Many Nodes with Arbitrary Travel Routes Jaimyoung Kwon* Department of Statistics and Institute of Transportation Studies University

More information

Modelling Multivariate Data by Neuro-Fuzzy Systems

Modelling Multivariate Data by Neuro-Fuzzy Systems In Proceedings of IEEE/IAFE Concerence on Computational Inteligence for Financial Engineering, New York City, 999 Modelling Multivariate Data by Neuro-Fuzzy Systems Jianwei Zhang and Alois Knoll Faculty

More information

AN ARTIFICIAL NEURAL NETWORK MODEL FOR ROAD ACCIDENT PREDICTION: A CASE STUDY OF KHULNA METROPOLITAN CITY

AN ARTIFICIAL NEURAL NETWORK MODEL FOR ROAD ACCIDENT PREDICTION: A CASE STUDY OF KHULNA METROPOLITAN CITY Proceedings of the 4 th International Conference on Civil Engineering for Sustainable Development (ICCESD 2018), 9~11 February 2018, KUET, Khulna, Bangladesh (ISBN-978-984-34-3502-6) AN ARTIFICIAL NEURAL

More information

Univariate Short-Term Prediction of Road Travel Times

Univariate Short-Term Prediction of Road Travel Times MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Univariate Short-Term Prediction of Road Travel Times D. Nikovski N. Nishiuma Y. Goto H. Kumazawa TR2005-086 July 2005 Abstract This paper

More information

Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study

Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study IAENG International Journal of Computer Science, 37:1, IJCS_37_1_8 Data Quality in Hybrid Neuro-Fuzzy based Soft-Sensor Models: An Experimental Study S. Jassar, Student Member, IEEE, Z. Liao, Member, ASHRAE,

More information

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network An Improved Method of Power System Short Term Load Forecasting Based on Neural Network Shunzhou Wang School of Electrical and Electronic Engineering Huailin Zhao School of Electrical and Electronic Engineering

More information

Urban Expressway Travel Time Prediction Method Based on Fuzzy Adaptive Kalman Filter

Urban Expressway Travel Time Prediction Method Based on Fuzzy Adaptive Kalman Filter Appl. Math. Inf. Sci. 7, No. 2L, 625-630 (2013) 625 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/072l36 Urban Expressway Travel Time Prediction Method

More information

A new method for short-term load forecasting based on chaotic time series and neural network

A new method for short-term load forecasting based on chaotic time series and neural network A new method for short-term load forecasting based on chaotic time series and neural network Sajjad Kouhi*, Navid Taghizadegan Electrical Engineering Department, Azarbaijan Shahid Madani University, Tabriz,

More information

Stability Analysis of the Simplest Takagi-Sugeno Fuzzy Control System Using Popov Criterion

Stability Analysis of the Simplest Takagi-Sugeno Fuzzy Control System Using Popov Criterion Stability Analysis of the Simplest Takagi-Sugeno Fuzzy Control System Using Popov Criterion Xiaojun Ban, X. Z. Gao, Xianlin Huang 3, and Hang Yin 4 Department of Control Theory and Engineering, Harbin

More information

PREDICTION OF BUS TRAVEL TIME USING ARTIFICIAL NEURAL NETWORK

PREDICTION OF BUS TRAVEL TIME USING ARTIFICIAL NEURAL NETWORK DOI: http://dx.doi.org/10.7708/ijtte.2015.5(4).06 UDC: 656.132:004.032.26 PREDICTION OF BUS TRAVEL TIME USING ARTIFICIAL NEURAL NETWORK Johar Amita 1, Jain Sukhvir Singh 2, Garg Pradeep Kumar 3 1, 2, 3

More information

Traffic Volume Time-Series Analysis According to the Type of Road Use

Traffic Volume Time-Series Analysis According to the Type of Road Use Computer-Aided Civil and Infrastructure Engineering 15 (2000) 365 373 Traffic Volume Time-Series Analysis According to the Type of Road Use Pawan Lingras* Department of Mathematics and Computing Science,

More information

California Urban Infill Trip Generation Study. Jim Daisa, P.E.

California Urban Infill Trip Generation Study. Jim Daisa, P.E. California Urban Infill Trip Generation Study Jim Daisa, P.E. What We Did in the Study Develop trip generation rates for land uses in urban areas of California Establish a California urban land use trip

More information

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter

Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter Artificial Neural Networks Francesco DI MAIO, Ph.D., Politecnico di Milano Department of Energy - Nuclear Division IEEE - Italian Reliability Chapter (Chair) STF - China Fellow francesco.dimaio@polimi.it

More information

DEVELOPMENT OF ROAD SURFACE TEMPERATURE PREDICTION MODEL

DEVELOPMENT OF ROAD SURFACE TEMPERATURE PREDICTION MODEL International Journal of Civil, Structural, Environmental and Infrastructure Engineering Research and Development (IJCSEIERD) ISSN(P): 2249-6866; ISSN(E): 2249-7978 Vol. 6, Issue 6, Dec 2016, 27-34 TJPRC

More information

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L.

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L. WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES Abstract Z.Y. Dong X. Li Z. Xu K. L. Teo School of Information Technology and Electrical Engineering

More information

One-Hour-Ahead Load Forecasting Using Neural Network

One-Hour-Ahead Load Forecasting Using Neural Network IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 17, NO. 1, FEBRUARY 2002 113 One-Hour-Ahead Load Forecasting Using Neural Network Tomonobu Senjyu, Member, IEEE, Hitoshi Takara, Katsumi Uezato, and Toshihisa Funabashi,

More information

5.1 Introduction. 5.2 Data Collection

5.1 Introduction. 5.2 Data Collection Chapter 5 Traffic Analysis 5.1 Introduction This chapter of the EIS assesses the traffic impacts of the proposed N5 Westport to Turlough Road Project (the proposed scheme). The proposed scheme will provide

More information

Cipra D. Revised Submittal 1

Cipra D. Revised Submittal 1 Cipra D. Revised Submittal 1 Enhancing MPO Travel Models with Statewide Model Inputs: An Application from Wisconsin David Cipra, PhD * Wisconsin Department of Transportation PO Box 7913 Madison, Wisconsin

More information

Comparison of Necessary Conditions for Typical Takagi Sugeno and Mamdani Fuzzy Systems as Universal Approximators

Comparison of Necessary Conditions for Typical Takagi Sugeno and Mamdani Fuzzy Systems as Universal Approximators 508 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART A: SYSTEMS AND HUMANS, VOL. 29, NO. 5, SEPTEMBER 1999 [15] A. F. Sheta and K. D. Jong, Parameter estimation of nonlinear system in noisy environments

More information

Reading, UK 1 2 Abstract

Reading, UK 1 2 Abstract , pp.45-54 http://dx.doi.org/10.14257/ijseia.2013.7.5.05 A Case Study on the Application of Computational Intelligence to Identifying Relationships between Land use Characteristics and Damages caused by

More information

Lyapunov Function Based Design of Heuristic Fuzzy Logic Controllers

Lyapunov Function Based Design of Heuristic Fuzzy Logic Controllers Lyapunov Function Based Design of Heuristic Fuzzy Logic Controllers L. K. Wong F. H. F. Leung P. IS.S. Tam Department of Electronic Engineering Department of Electronic Engineering Department of Electronic

More information

A New Method to Forecast Enrollments Using Fuzzy Time Series

A New Method to Forecast Enrollments Using Fuzzy Time Series International Journal of Applied Science and Engineering 2004. 2, 3: 234-244 A New Method to Forecast Enrollments Using Fuzzy Time Series Shyi-Ming Chen a and Chia-Ching Hsu b a Department of Computer

More information

Use of Weather Inputs in Traffic Volume Forecasting

Use of Weather Inputs in Traffic Volume Forecasting ISSC 7, Derry, Sept 13 14 Use of Weather Inputs in Traffic Volume Forecasting Shane Butler, John Ringwood and Damien Fay Department of Electronic Engineering NUI Maynooth, Maynooth Co. Kildare, Ireland

More information

1348 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 3, JUNE 2004

1348 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 3, JUNE 2004 1348 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL 34, NO 3, JUNE 2004 Direct Adaptive Iterative Learning Control of Nonlinear Systems Using an Output-Recurrent Fuzzy Neural

More information

CONGESTION REPORT 1 st Quarter 2016

CONGESTION REPORT 1 st Quarter 2016 CONGESTION REPORT 1 st Quarter 2016 A quarterly update of the National Capital Region s traffic congestion, travel time reliability, top-10 bottlenecks and featured spotlight April 20, 2016 ABOUT TPB Transportation

More information

Transportation and Road Weather

Transportation and Road Weather Portland State University PDXScholar TREC Friday Seminar Series Transportation Research and Education Center (TREC) 4-18-2014 Transportation and Road Weather Rhonda Young University of Wyoming Let us know

More information

This is the published version.

This is the published version. Li, A.J., Khoo, S.Y., Wang, Y. and Lyamin, A.V. 2014, Application of neural network to rock slope stability assessments. In Hicks, Michael A., Brinkgreve, Ronald B.J.. and Rohe, Alexander. (eds), Numerical

More information

VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA. Candra Kartika 2015

VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA. Candra Kartika 2015 VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA Candra Kartika 2015 OVERVIEW Motivation Background and State of The Art Test data Visualization methods Result

More information

Study on Shandong Expressway Network Planning Based on Highway Transportation System

Study on Shandong Expressway Network Planning Based on Highway Transportation System Study on Shandong Expressway Network Planning Based on Highway Transportation System Fei Peng a, Yimeng Wang b and Chengjun Shi c School of Automobile, Changan University, Xian 71000, China; apengfei0799@163.com,

More information

Load Forecasting Using Artificial Neural Networks and Support Vector Regression

Load Forecasting Using Artificial Neural Networks and Support Vector Regression Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September -7, 2007 3 Load Forecasting Using Artificial Neural Networks and Support Vector Regression SILVIO MICHEL

More information

Freeway rear-end collision risk for Italian freeways. An extreme value theory approach

Freeway rear-end collision risk for Italian freeways. An extreme value theory approach XXII SIDT National Scientific Seminar Politecnico di Bari 14 15 SETTEMBRE 2017 Freeway rear-end collision risk for Italian freeways. An extreme value theory approach Gregorio Gecchele Federico Orsini University

More information

Figure 8.2a Variation of suburban character, transit access and pedestrian accessibility by TAZ label in the study area

Figure 8.2a Variation of suburban character, transit access and pedestrian accessibility by TAZ label in the study area Figure 8.2a Variation of suburban character, transit access and pedestrian accessibility by TAZ label in the study area Figure 8.2b Variation of suburban character, commercial residential balance and mix

More information

NEURO-FUZZY SYSTEM BASED ON GENETIC ALGORITHM FOR ISOTHERMAL CVI PROCESS FOR CARBON/CARBON COMPOSITES

NEURO-FUZZY SYSTEM BASED ON GENETIC ALGORITHM FOR ISOTHERMAL CVI PROCESS FOR CARBON/CARBON COMPOSITES NEURO-FUZZY SYSTEM BASED ON GENETIC ALGORITHM FOR ISOTHERMAL CVI PROCESS FOR CARBON/CARBON COMPOSITES Zhengbin Gu, Hejun Li, Hui Xue, Aijun Li, Kezhi Li College of Materials Science and Engineering, Northwestern

More information

Classification of High Spatial Resolution Remote Sensing Images Based on Decision Fusion

Classification of High Spatial Resolution Remote Sensing Images Based on Decision Fusion Journal of Advances in Information Technology Vol. 8, No. 1, February 2017 Classification of High Spatial Resolution Remote Sensing Images Based on Decision Fusion Guizhou Wang Institute of Remote Sensing

More information

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Journal of Electrical Engineering 3 (205) 30-35 doi: 07265/2328-2223/2050005 D DAVID PUBLISHING Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Olga

More information