• Title/Summary/Keyword: 확률론적 신경망

Search Result 35, Processing Time 0.029 seconds

Design and Implementation of Trip Generation Model Using the Bayesian Networks (베이지안 망을 이용한 통행발생 모형의 설계 및 구축)

  • Kim, Hyun-Gi;Lee, Sang-Min;Kim, Kang-Soo
    • Journal of Korean Society of Transportation
    • /
    • v.22 no.7 s.78
    • /
    • pp.79-90
    • /
    • 2004
  • In this study, we applied the Bayesian Networks for the case of the trip generation models using the Seoul metropolitan area's house trip survey Data. The household income was used for the independent variable for the explanation of household size and the number of cars in a household, and the relationships between the trip generation and the households' social characteristics were identified by the Bayesian Networks. Furthermore, trip generation's characteristics such as the household income, household size and the number of cars in a household were also used for explanatory variables and the trip generation model was developed. It was found that the Bayesian Networks were useful tool to overcome the problems which were in the traditional trip generation models. In particular the various transport policies could be evaluated in the very short time by the established relationships. It is expected that the Bayesian Networks will be utilized as the important tools for the analysis of trip patterns.

Analysis of Chaos Characterization and Forecasting of Daily Streamflow (일 유량 자료의 카오스 특성 및 예측)

  • Wang, W.J.;Yoo, Y.H.;Lee, M.J.;Bae, Y.H.;Kim, H.S.
    • Journal of Wetlands Research
    • /
    • v.21 no.3
    • /
    • pp.236-243
    • /
    • 2019
  • Hydrologic time series has been analyzed and forecasted by using classical linear models. However, there is growing evidence of nonlinear structure in natural phenomena and hydrologic time series associated with their patterns and fluctuations. Therefore, the classical linear techniques for time series analysis and forecasting may not be appropriate for nonlinear processes. Daily streamflow series at St. Johns river near Cocoa, Florida, USA showed an interesting result of a low dimensional, nonlinear dynamical system but daily inflow at Soyang reservoir, South Korea showed stochastic property. Based on the chaotic dynamical characteristic, DVS (deterministic versus stochastic) algorithm is used for short-term forecasting, as well as for exploring the properties of the system. In addition to the use of DVS algorithm, a neural network scheme for the forecasting of the daily streamflow series can be used and the two techniques are compared in this study. As a result, the daily streamflow which has chaotic property showed much more accurate result in short term forecasting than stochastic data.

Stochastic Real-time Demand Prediction for Building and Charging and Discharging Technique of ESS Based on Machine-Learning (머신러닝기반 확률론적 실시간 건물에너지 수요예측 및 BESS충방전 기법)

  • Yang, Seung Kwon;Song, Taek Ho
    • KEPCO Journal on Electric Power and Energy
    • /
    • v.5 no.3
    • /
    • pp.157-163
    • /
    • 2019
  • K-BEMS System was introduced to reduce peak load and to save total energy of the 120 buildings that KEPCO headquarter and branch offices use. K-BEMS system is composed of PV, battery, and hybrid PCS. In this system, ESS, PV, lighting is used to save building energy based on demand prediction. Currently, neural network technique for short past data is applied to demand prediction, and fixed scheduling method by operator for ESS charging/discharging is used. To enhance this system, KEPCO research institute has carried out this K-BEMS research project for 3 years since January 2016. As the result of this project, we developed new real-time highly reliable building demand prediction technique with error free and optimized automatic ESS charging/discharging technique. Through several field test, we can certify the developed algorithm performance successfully. So we will describe the details in this paper.

Reliable Assessment of Rainfall-Induced Slope Instability (강우로 인한 사면의 불안정성에 대한 신뢰성 있는 평가)

  • Kim, Yun-Ki;Choi, Jung-Chan;Lee, Seung-Rae;Seong, Joo-Hyun
    • Journal of the Korean Geotechnical Society
    • /
    • v.25 no.5
    • /
    • pp.53-64
    • /
    • 2009
  • Many slope failures are induced by rainfall infiltration. A lot of recent researches are therefore focused on rainfall-induced slope instability and the rainfall infiltration is recognized as the important triggering factor. The rainfall infiltrates into the soil slope and makes the matric suction lost in the slope and even the positive pore water pressure develops near the surface of the slope. They decrease the resisting shear strength. In Korea, a few public institutions suggested conservative slope design guidelines that assume a fully saturated soil condition. However, this assumption is irrelevant and sometimes soil properties are misused in the slope design method to fulfill the requirement. In this study, a more relevant slope stability evaluation method is suggested to take into account the real rainfall infiltration phenomenon. Unsaturated soil properties such as shear strength, soil-water characteristic curve and permeability for Korean weathered soils were obtained by laboratory tests and also estimated by artificial neural network models. For real-time assessment of slope instability, failure warning criteria of slope based on deterministic and probabilistic analyses were introduced to complement uncertainties of field measurement data. The slope stability evaluation technique can be combined with field measurement data of important factors, such as matric suction and water content, to develop an early warning system for probably unstable slopes due to the rainfall.

Anomaly Detection for User Action with Generative Adversarial Networks (적대적 생성 모델을 활용한 사용자 행위 이상 탐지 방법)

  • Choi, Nam woong;Kim, Wooju
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.3
    • /
    • pp.43-62
    • /
    • 2019
  • At one time, the anomaly detection sector dominated the method of determining whether there was an abnormality based on the statistics derived from specific data. This methodology was possible because the dimension of the data was simple in the past, so the classical statistical method could work effectively. However, as the characteristics of data have changed complexly in the era of big data, it has become more difficult to accurately analyze and predict the data that occurs throughout the industry in the conventional way. Therefore, SVM and Decision Tree based supervised learning algorithms were used. However, there is peculiarity that supervised learning based model can only accurately predict the test data, when the number of classes is equal to the number of normal classes and most of the data generated in the industry has unbalanced data class. Therefore, the predicted results are not always valid when supervised learning model is applied. In order to overcome these drawbacks, many studies now use the unsupervised learning-based model that is not influenced by class distribution, such as autoencoder or generative adversarial networks. In this paper, we propose a method to detect anomalies using generative adversarial networks. AnoGAN, introduced in the study of Thomas et al (2017), is a classification model that performs abnormal detection of medical images. It was composed of a Convolution Neural Net and was used in the field of detection. On the other hand, sequencing data abnormality detection using generative adversarial network is a lack of research papers compared to image data. Of course, in Li et al (2018), a study by Li et al (LSTM), a type of recurrent neural network, has proposed a model to classify the abnormities of numerical sequence data, but it has not been used for categorical sequence data, as well as feature matching method applied by salans et al.(2016). So it suggests that there are a number of studies to be tried on in the ideal classification of sequence data through a generative adversarial Network. In order to learn the sequence data, the structure of the generative adversarial networks is composed of LSTM, and the 2 stacked-LSTM of the generator is composed of 32-dim hidden unit layers and 64-dim hidden unit layers. The LSTM of the discriminator consists of 64-dim hidden unit layer were used. In the process of deriving abnormal scores from existing paper of Anomaly Detection for Sequence data, entropy values of probability of actual data are used in the process of deriving abnormal scores. but in this paper, as mentioned earlier, abnormal scores have been derived by using feature matching techniques. In addition, the process of optimizing latent variables was designed with LSTM to improve model performance. The modified form of generative adversarial model was more accurate in all experiments than the autoencoder in terms of precision and was approximately 7% higher in accuracy. In terms of Robustness, Generative adversarial networks also performed better than autoencoder. Because generative adversarial networks can learn data distribution from real categorical sequence data, Unaffected by a single normal data. But autoencoder is not. Result of Robustness test showed that he accuracy of the autocoder was 92%, the accuracy of the hostile neural network was 96%, and in terms of sensitivity, the autocoder was 40% and the hostile neural network was 51%. In this paper, experiments have also been conducted to show how much performance changes due to differences in the optimization structure of potential variables. As a result, the level of 1% was improved in terms of sensitivity. These results suggest that it presented a new perspective on optimizing latent variable that were relatively insignificant.