• Title/Summary/Keyword: 순환모델

Search Result 1,108, Processing Time 0.033 seconds

A Study on the Forecasting of Bunker Price Using Recurrent Neural Network

  • Kim, Kyung-Hwan
    • Journal of the Korea Society of Computer and Information
    • /
    • v.26 no.10
    • /
    • pp.179-184
    • /
    • 2021
  • In this paper, we propose the deep learning-based neural network model to predict bunker price. In the shipping industry, since fuel oil accounts for the largest portion of ship operation costs and its price is highly volatile, so companies can secure market competitiveness by making fuel oil purchasing decisions based on rational and scientific method. In this paper, short-term predictive analysis of HSFO 380CST in Singapore is conducted by using three recurrent neural network models like RNN, LSTM, and GRU. As a result, first, the forecasting performance of RNN models is better than LSTM and GRUs using long-term memory, and thus the predictive contribution of long-term information is low. Second, since the predictive performance of recurrent neural network models is superior to the previous studies using econometric models, it is confirmed that the recurrent neural network models should consider nonlinear properties of bunker price. The result of this paper will be helpful to improve the decision quality of bunker purchasing.

Simulation of wetland storage volume using a classification-based artificial intelligence prediction model (분류 기반의 인공지능 예측 모델을 이용한 습지 저류량 모의)

  • Ji yu Seo;Ha eun Jung;Jeong Hoon Lee;Sang Dan Kim
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2023.05a
    • /
    • pp.270-270
    • /
    • 2023
  • 습지 생태계는 복잡한 물리적 생지화학적 프로세스의 상호작용이 있으나, 습지 생태계의 건강성 회복을 위한 첫 번째 단계는 습지 생태계에서의 물순환에 대한 정확한 이해일 것이다. 또한 지역적인 물 균형 및 생태계 보전에서 습지를 활용하기 위해서도 습지 물순환에 대한 정량적인 이해는 필수적이다. 그러나, 습지 물순환의 이해를 위해 필수적인 관측 자료들은 현장 측정으로 획득하기 어려운 자료이거나 비용적인 문제로 인하여 관측이 어려운 실정이다. 이에 본 연구에서는 Sentinel-2 위성 자료를 활용하여 습지의 유입량을 추정하기 위한 절차를 제시하고자 한다. 이를 위해 한반도 동남부의 낙동강에 위치한 주요 다목적댐의 자료를 활용한 분류 기반의 인공지능 모델이 설계된다. 인공지능의 학습을 위한 입력자료는 아래와 같은 절차에 의해 만들어진다. 1) 다목적댐의 수위-물 체적 관계를 이용하여 수위-수표면적 관계 곡선 도출. 2) 수위-수표면적 관계 곡선과 DEM을 활용하여 물과 육지 영역을 구분하는 식별자를 도출. 3) Sentinel-2 위성 정보와 물-육지 식별자를 비교하는 랜덤 포레스트 모델을 설계. 4) 위성 정보의 물-육지 정보로부터 미계측 습지 지역의 물과 육지를 식별할 수 있는 식별자 도출. 이러한 과정을 경유하여 추정된 습지의 수표면적과 습지 지역의 DEM을 결합함으로써 습지의 수위-수표면적-물 체적 관계 곡선이 산정되어, 최종적으로 습지의 유입량이 모의된다. 모의된 습지 유입량은 다양한 수문 모델의 매개변수를 추정하는데 활용될 수 있을 것이며, 검증된 수문 모델을 활용하여 습지의 물순환의 이해도를 증진시킬 수 있을 것으로 기대된다.

  • 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.

Learning Recurrent Neural Networks for Activity Detection from Untrimmed Videos (비분할 비디오로부터 행동 탐지를 위한 순환 신경망 학습)

  • Song, YeongTaek;Suh, Junbae;Kim, Incheol
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2017.04a
    • /
    • pp.892-895
    • /
    • 2017
  • 본 논문에서는 비분할 비디오로부터 이 비디오에 담긴 사람의 행동을 효과적으로 탐지해내기 위한 심층 신경망 모델을 제안한다. 일반적으로 비디오에서 사람의 행동을 탐지해내는 작업은 크게 비디오에서 행동 탐지에 효과적인 특징들을 추출해내는 과정과 이 특징들을 토대로 비디오에 담긴 행동을 탐지해내는 과정을 포함한다. 본 논문에서는 특징 추출 과정과 행동 탐지 과정에 이용할 심층 신경망 모델을 제시한다. 특히 비디오로부터 각 행동별 시간적, 공간적 패턴을 잘 표현할 수 있는 특징들을 추출해내기 위해서는 C3D 및 I-ResNet 합성곱 신경망 모델을 이용하고, 시계열 특징 벡터들로부터 행동을 자동 판별해내기 위해서는 양방향 BI-LSTM 순환 신경망 모델을 이용한다. 대용량의 공개 벤치 마크 데이터 집합인 ActivityNet 비디오 데이터를 이용한 실험을 통해, 본 논문에서 제안하는 심층 신경망 모델의 성능과 효과를 확인할 수 있었다.

Study on Smoke Prediction in Heavy-duty Diesel Engine (대형 디젤기관에서 매연가스 예측에 관한 연구)

  • Baik, Doo-Sung;Lee, Jong-Sun
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.9 no.4
    • /
    • pp.865-870
    • /
    • 2008
  • The effects of exhaust gas recirculation (ECR) on smoke emissions in heavy duty diesel engine are numerically studied by using KIVA-3V CFD code. For the analysis, RNG k-$\varepsilon$ turbulence model was given as a governing equation, and mathematical models of Tab, Wave, Watkins-Park, Nagle-Strikland were applied to describe physical process of droplet breakup, atomization, wall impingement and smoke respectively.

Effects of Chaotic Signal in the Cyclic Connection Neural Networks (순환결합형 뉴럴네트워크에 있어서 카오스 신호의 영향)

  • 박철영
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.7 no.4
    • /
    • pp.22-28
    • /
    • 2002
  • It has been reported that neural network with cyclic connections generates limit cycles. The dynamics of discrete time network with cyclic connections has been analyzed. But the dynamics of cyclic network in continuous time has not been known well due to its huge calculation complexity. In this paper, we study the dynamics of the continuous time network with cyclic connections and the effect of chaotic signal in the network for transitions between limit cycles.

  • PDF

A Study on Prediction Model of Flow and Heat Transfer in the Circulating Fluidized Bed Heat Exchanger with Multiple Vertical Tubes (다관형 순환유동층 열교환기의 유동 및 전열성능 예측모델 연구)

  • Park, Sang-Il
    • Proceedings of the SAREK Conference
    • /
    • 2006.06a
    • /
    • pp.1199-1204
    • /
    • 2006
  • The pressure drop and heat transfer coefficient were measured at room temperature in CFB heat exchanger with multiple vertical tubes. Also the circulation rate of solid particles was measured. The theoretical model for predicting heat transfer coefficient using the solid flowrate was developed in this study. The model predictions were compared with the measured heat transfer coefficient to show relatively good agreement.

  • PDF

월성원전 부지 주변의 해륙풍을 고려한 방사성 물질의 대기확산 모델링

  • 이갑복;이명찬;송명재
    • Proceedings of the Korean Nuclear Society Conference
    • /
    • 1997.05b
    • /
    • pp.463-468
    • /
    • 1997
  • 우리나라 원전이 위치하고 있는 해안지역에서 빈번히 발생하는 해륙풍 둥과 같은 국지순환을 고려할 수 있는 삼차원 라그랑지 입자확산모델을 개발하였다. 개발된 모델을 이용하여 월성원전 부지를 대상으로 봄철 약한 북풍이 부는 밝은 날에 대해 방사성 물질의 대기확산을 모델링하였다. 모델링 결과를 통해 해륙풍에 의한 방사성 입자의 시ㆍ공간적 분포와 일주기적 확산 양태를 규명하고, 해륙풍의 풍향변화에 의한 방사성 입자의 재순환의 중요성을 확인하였다.

  • PDF

Recurrent Neural Network based Prediction System of Agricultural Photovoltaic Power Generation (영농형 태양광 발전소에서 순환신경망 기반 발전량 예측 시스템)

  • Jung, Seol-Ryung;Koh, Jin-Gwang;Lee, Sung-Keun
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.17 no.5
    • /
    • pp.825-832
    • /
    • 2022
  • In this paper, we discuss the design and implementation of predictive and diagnostic models for realizing intelligent predictive models by collecting and storing the power output of agricultural photovoltaic power generation systems. Our model predicts the amount of photovoltaic power generation using RNN, LSTM, and GRU models, which are recurrent neural network techniques specialized for time series data, and compares and analyzes each model with different hyperparameters, and evaluates the performance. As a result, the MSE and RMSE indicators of all three models were very close to 0, and the R2 indicator showed performance close to 1. Through this, it can be seen that the proposed prediction model is a suitable model for predicting the amount of photovoltaic power generation, and using this prediction, it was shown that it can be utilized as an intelligent and efficient O&M function in an agricultural photovoltaic system.

A Study on the Improvement Plan of Information Process Model in C4ISR Effectiveness Analysis Model DNS (C4ISR효과분석모델 DNS의 정보처리모델 개선 방안 연구)

  • Lee, Kwang-Myoung;Hong, Yoon-Gee
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.13 no.4
    • /
    • pp.1822-1829
    • /
    • 2012
  • In this research, we developed the Information Circulation Model(ICM) by modifying and supplementing Information Process Model(IPM) in DNS. This ICM is used to simulate some combat situations that could not be considered with the existing DNS. We showed that this improved ICM can be applied to simulation and analysis of a variety of interests compared with IPM in DNS. We expect this study could be a basic research for further development of C4ISR effectiveness analysis in our national defense community.