• Title/Summary/Keyword: Real Time Prediction

Search Result 1,192, Processing Time 0.031 seconds

Real-Time Building Load Prediction by the On-Line Weighted Recursive Least Square Method (실시간 가중 회기최소자승법을 사용한 익일 부하예측)

  • 한도영;이재무
    • Korean Journal of Air-Conditioning and Refrigeration Engineering
    • /
    • v.12 no.6
    • /
    • pp.609-615
    • /
    • 2000
  • The energy conservation is one of the most important issues in recent years. Especially, the energy conservation through improved control strategies is one of the most highly possible area to be implemented in the near future. The energy conservation of the ice storage system can be accomplished through the improved control strategies. A real time building load prediction algorithm was developed. The expected highest and the lowest outdoor temperature of the next day were used to estimate the next day outdoor temperature profile. The measured dry bulb temperature and the measured building load were used to estimate system parameters by using the on-line weighted recursive least square method. The estimated hourly outdoor temperatures and the estimated hourly system parameters were used to predict the next day hourly building loads. In order to see the effectiveness of the building load prediction algorithm, two different types of building models were selected and analysed. The simulation results show less than 1% in error for the prediction of the next day building loads. Therefore, this algorithm may successfully be used for the development of improved control algorithms of the ice storage system.

  • PDF

Real-Time Streaming Traffic Prediction Using Deep Learning Models Based on Recurrent Neural Network (순환 신경망 기반 딥러닝 모델들을 활용한 실시간 스트리밍 트래픽 예측)

  • Jinho, Kim;Donghyeok, An
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.12 no.2
    • /
    • pp.53-60
    • /
    • 2023
  • Recently, the demand and traffic volume for various multimedia contents are rapidly increasing through real-time streaming platforms. In this paper, we predict real-time streaming traffic to improve the quality of service (QoS). Statistical models have been used to predict network traffic. However, since real-time streaming traffic changes dynamically, we used recurrent neural network-based deep learning models rather than a statistical model. Therefore, after the collection and preprocessing for real-time streaming data, we exploit vanilla RNN, LSTM, GRU, Bi-LSTM, and Bi-GRU models to predict real-time streaming traffic. In evaluation, the training time and accuracy of each model are measured and compared.

Real-time Implementationi of the Active Adaptive Noise Controller Considering the Reflected Noise (반사 소음을 고려한 능동 적응 소음 제어기의 실시간 구현)

  • 이종필;장영수;정찬수
    • The Journal of the Acoustical Society of Korea
    • /
    • v.9 no.6
    • /
    • pp.53-61
    • /
    • 1990
  • Real-time implementations of the active adaptive noise controller are proposed and tested. There are three problems in active noise control such as real-time processing, an acoustic feedback of secondary signal and a time-delay of control system elements. For real-time processing, the DSP56001 was used. To avoid acoustic feedback, the secondary signal was excluded from prediction. And for compensation of time delay, the ahead prediction was applied. As the primary noise is reflected in space, the reflected noise should be controlled for perfect noise control. But in this case, the controller might be unstable. For solving the problem, it is proposed that the source noise and the reflected noise are predicted separately. Some experimental results show the stability and effectiveness of the proposed controller.

  • PDF

Real-time Target Tracking System by Extended Kalman Filter (확장칼만필터를 이용한 실시간 표적추적)

  • 임양남;이성철
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.15 no.7
    • /
    • pp.175-181
    • /
    • 1998
  • This paper describes realtime visual tracking system of moving object for three dimensional target using EKF(Extended Kalman Filter). We present a new realtime visual tracking using EKF algorithm and image prediction algorithm. We demonstrate the performance of these tracking algorithm through real experiment. The experimental results show the effectiveness of the EKF algorithm and image prediction algorithm for realtime tracking and estimated state value of filter, predicting the position of moving object to minimize an image processing area, and by reducing the effect by quantization noise of image.

  • PDF

Accurate Prediction of Real-Time MPEG-4 Variable Bit Rate Video Traffic

  • Lee, Kang-Yong;Kim, Moon-Seong;Jang, Hee-Seon;Cho, Kee-Seong
    • ETRI Journal
    • /
    • v.29 no.6
    • /
    • pp.823-825
    • /
    • 2007
  • In this letter, we propose a novel algorithm to predict MPEG-coded real-time variable bit rate (VBR) video traffic. From the frame size measurement, the algorithm extracts the statistical property of video traffic and utilizes it for the prediction of the next frame for I-, P-, and B- frames. The simulation results conducted with real-world MPEG-4 VBR video traces show that the proposed algorithm is capable of providing more accurate prediction than those in the research literature.

  • PDF

A Study on the Real-Time Preference Prediction for Personalized Recommendation on the Mobile Device (모바일 기기에서 개인화 추천을 위한 실시간 선호도 예측 방법에 대한 연구)

  • Lee, Hak Min;Um, Jong Seok
    • Journal of Korea Multimedia Society
    • /
    • v.20 no.2
    • /
    • pp.336-343
    • /
    • 2017
  • We propose a real time personalized recommendation algorithm on the mobile device. We use a unified collaborative filtering with reduced data. We use Fuzzy C-means clustering to obtain the reduced data and Konohen SOM is applied to get initial values of the cluster centers. The proposed algorithm overcomes data sparsity since it extends data to the similar users and similar items. Also, it enables real time service on the mobile device since it reduces computing time by data clustering. Applying the suggested algorithm to the MovieLens data, we show that the suggested algorithm has reasonable performance in comparison with collaborative filtering. We developed Android-based smart-phone application, which recommends restaurants with coupons and restaurant information.

Plurality Rule-based Density and Correlation Coefficient-based Clustering for K-NN

  • Aung, Swe Swe;Nagayama, Itaru;Tamaki, Shiro
    • IEIE Transactions on Smart Processing and Computing
    • /
    • v.6 no.3
    • /
    • pp.183-192
    • /
    • 2017
  • k-nearest neighbor (K-NN) is a well-known classification algorithm, being feature space-based on nearest-neighbor training examples in machine learning. However, K-NN, as we know, is a lazy learning method. Therefore, if a K-NN-based system very much depends on a huge amount of history data to achieve an accurate prediction result for a particular task, it gradually faces a processing-time performance-degradation problem. We have noticed that many researchers usually contemplate only classification accuracy. But estimation speed also plays an essential role in real-time prediction systems. To compensate for this weakness, this paper proposes correlation coefficient-based clustering (CCC) aimed at upgrading the performance of K-NN by leveraging processing-time speed and plurality rule-based density (PRD) to improve estimation accuracy. For experiments, we used real datasets (on breast cancer, breast tissue, heart, and the iris) from the University of California, Irvine (UCI) machine learning repository. Moreover, real traffic data collected from Ojana Junction, Route 58, Okinawa, Japan, was also utilized to lay bare the efficiency of this method. By using these datasets, we proved better processing-time performance with the new approach by comparing it with classical K-NN. Besides, via experiments on real-world datasets, we compared the prediction accuracy of our approach with density peaks clustering based on K-NN and principal component analysis (DPC-KNN-PCA).

A Study on the Development of a Technique to Predict Missing Travel Speed Collected by Taxi Probe (결측 택시 Probe 통행속도 예측기법 개발에 관한 연구)

  • Yoon, Byoung Jo
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.31 no.1D
    • /
    • pp.43-50
    • /
    • 2011
  • The monitoring system for link travel speed using taxi probe is one of key sub-systems of ITS. Link travel speed collected by taxi probe has been widely employed for both monitoring the traffic states of urban road network and providing real-time travel time information. When sample size of taxi probe is small and link travel time is longer than a length of time interval to collect travel speed data, and in turn the missing state is inevitable. Under this missing state, link travel speed data is real-timely not collected. This missing state changes from single to multiple time intervals. Existing single interval prediction techniques can not generate multiple future states. For this reason, it is necessary to replace multiple missing states with the estimations generated by multi-interval prediction method. In this study, a multi-interval prediction method to generate the speed estimations of single and multiple future time step is introduced overcoming the shortcomings of short-term techniques. The model is developed based on Non-Parametric Regression (NPR), and outperformed single-interval prediction methods in terms of prediction accuracy in spite of multi-interval prediction scheme.

Real-time modeling prediction for excavation behavior

  • Ni, Li-Feng;Li, Ai-Qun;Liu, Fu-Yi;Yin, Honore;Wu, J.R.
    • Structural Engineering and Mechanics
    • /
    • v.16 no.6
    • /
    • pp.643-654
    • /
    • 2003
  • Two real-time modeling prediction (RMP) schemes are presented in this paper for analyzing the behavior of deep excavations during construction. The first RMP scheme is developed from the traditional AR(p) model. The second is based on the simplified Elman-style recurrent neural networks. An on-line learning algorithm is introduced to describe the dynamic behavior of deep excavations. As a case study, in-situ measurements of an excavation were recorded and the measured data were used to verify the reliability of the two schemes. They proved to be both effective and convenient for predicting the behavior of deep excavations during construction. It is shown through the case study that the RMP scheme based on the neural network is more accurate than that based on the traditional AR(p) model.

A Study on Improving the Precision of Quantitative Prediction of Cold Forging Die Life Cycle Through Real Time Forging Load Measurement (실시간 성형하중 계측을 통한 냉간단조 금형수명 정량예측 정밀도 향상 연구)

  • Seo, Y.H.
    • Transactions of Materials Processing
    • /
    • v.30 no.4
    • /
    • pp.172-178
    • /
    • 2021
  • The cold forging process induces material deformation in an enclosed space, generating a very high forging load. Therefore, it is mainly designed as a multi-stage process, and fatigue failure occurs in forging die due to cyclic load. Studies have been conducted previously to quantitatively predict the fatigue limit of cold forging dies, however, there was a limit to field application due to the large error range and the need for expert intervention. To solve this problem, we conducted a study on the introduction of a real-time forging load measurement technology and an automated system for quantitative prediction of die life cycle. As a result, it was possible to reduce the error range of the quantitative prediction of die life cycle to within ±7%, and it became possible to use the die life cycle calculation algorithm into an automated system.