• Title/Summary/Keyword: 다층모델

Search Result 395, Processing Time 0.038 seconds

Optimization Of Water Quality Prediction Model In Daechong Reservoir, Based On Multiple Layer Perceptron (다층 퍼셉트론을 기반으로 한 대청호 수질 예측 모델 최적화)

  • Lee, Hankyu;Kim, Jin Hui;Byeon, Seohyeon;Park, Kangdong;Shin, Jae-ki;Park, Yongeun
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2022.05a
    • /
    • pp.43-43
    • /
    • 2022
  • 유해 조류 대발생은 전국 각지의 인공호소나 하천에서 다발적으로 발생하며, 경관을 해치고 수질을 오염시키는 등 수자원에 부정적인 영향을 미친다. 본 연구에서는 인공호소에서 발생하는 유해 조류 대발생을 예측하기 위해 심층학습 기법을 이용하여 예측 모델을 개발하고자 하였다. 대상 지점은 대청호의 추동 지점으로 선정하였다. 대청호는 금강유역 중류에 위치한 댐으로, 약 150만명에 달하는 급수 인구수를 유지 중이기에 유해 남조 대발생 관리가 매우 중요한 장소이다. 학습용 데이터 구축은 대청호의 2011년 1월부터 2019년 12월까지 측정된 수질, 기상, 수문 자료를 입력 자료를 이용하였다. 수질 예측 모델의 구조는 다중 레이어 퍼셉트론(Multiple Layer Perceptron; MLP)으로, 입력과 한 개 이상의 은닉층, 그리고 출력층으로 구성된 인공신경망이다. 본 연구에서는 인공신경망의 은닉층 개수(1~3개)와 각각의 레이어에 적용되는 은닉 노드 개수(11~30개), 활성함수 5종(Linear, sigmoid, hyperbolic tangent, Rectified Linear Unit, Exponential Linear Unit)을 각각 하이퍼파라미터로 정하고, 모델의 성능을 최대로 발휘할 수 있는 조건을 찾고자 하였다. 하이퍼파라미터 최적화 도구는 Tensorflow에서 배포하는 Keras Tuner를 사용하였다. 모델은 총 3000 학습 epoch 가 진행되는 동안 최적의 가중치를 계산하도록 설계하였고, 이 결과를 매 반복마다 저장장치에 기록하였다. 모델 성능의 타당성은 예측과 실측 데이터 간의 상관관계를 R2, NSE, RMSE를 통해 산출하여 검증하였다. 모델 최적화 결과, 적합한 하이퍼파라미터는 최적화 횟수 총 300회에서 256 번째 반복 결과인 은닉층 개수 3개, 은닉 노드 수 각각 25개, 22개, 14개가 가장 적합하였고, 이에 따른 활성함수는 ELU, ReLU, Hyperbolic tangent, Linear 순서대로 사용되었다. 최적화된 하이퍼파라미터를 이용하여 모델 학습 및 검증을 수행한 결과, R2는 학습 0.68, 검증 0.61이었고 NSE는 학습 0.85, 검증 0.81, RMSE는 학습 0.82, 검증 0.92로 나타났다.

  • PDF

Generalized Sigmidal Basis Function for Improving the Learning Performance fo Multilayer Perceptrons (다층 퍼셉트론의 학습 성능 개선을 위한 일반화된 시그모이드 베이시스 함수)

  • Park, Hye-Yeong;Lee, Gwan-Yong;Lee, Il-Byeong;Byeon, Hye-Ran
    • Journal of KIISE:Software and Applications
    • /
    • v.26 no.11
    • /
    • pp.1261-1269
    • /
    • 1999
  • 다층 퍼셉트론은 다양한 응용 분야에 성공적으로 적용되고 있는 대표적인 신경회로망 모델이다. 그러나 다층 퍼셉트론의 학습에서 나타나는 플라토에 기인한 느린 학습 속도와 지역 극소는 실제 응용문제에 적용함에 있어서 가장 큰 문제로 지적되어왔다. 이 문제를 해결하기 위해 여러 가지 다양한 학습알고리즘들이 개발되어 왔으나, 계산의 비효율성으로 인해 실제 문제에는 적용하기 힘든 예가 많은 등, 현재까지 만족할 만한 해결책은 제시되지 못하고 있다. 본 논문에서는 다층퍼셉트론의 베이시스 함수로 사용되는 시그모이드 함수를 보다 일반화된 형태로 정의하여 사용함으로써 학습에 있어서의 플라토를 완화하고, 지역극소에 빠지는 것을 줄이는 접근방법을 소개한다. 본 방법은 기존의 변형된 가중치 수정식을 사용한 학습 속도 향상의 방법들과는 다른 접근 방법을 택함으로써 기존의 방법들과 함께 사용하는 것이 가능하다는 특징을 갖고 있다. 제안하는 방법의 성능을 확인하기 위하여 간단한 패턴 인식 문제들에의 적용 실험 및 기존의 학습 속도 향상 방법을 함께 사용하여 시계열 예측 문제에 적용한 실험을 수행하였고, 그 결과로부터 제안안 방법의 효율성을 확인할 수 있었다. Abstract A multilayer perceptron is the most well-known neural network model which has been successfully applied to various fields of application. Its slow learning caused by plateau and local minima of gradient descent learning, however, have been pointed as the biggest problems in its practical use. To solve such a problem, a number of researches on learning algorithms have been conducted, but it can be said that none of satisfying solutions have been presented so far because the problems such as computational inefficiency have still been existed in these algorithms. In this paper, we propose a new learning approach to minimize the effect of plateau and reduce the possibility of getting trapped in local minima by generalizing the sigmoidal function which is used as the basis function of a multilayer perceptron. Adapting a new approach that differs from the conventional methods with revised updating equation, the proposed method can be used together with the existing methods to improve the learning performance. We conducted some experiments to test the proposed method on simple problems of pattern recognition and a problem of time series prediction, compared our results with the results of the existing methods, and confirmed that the proposed method is efficient enough to apply to the real problems.

Formation of amorphous and crystalline phase, phase sequence by solid state reaction in Co/Si multilayer thin films (Co/Si 다층박막에서의 고상반응에 의한 비정질상과 결정상의 생성 및 상전이)

  • Sim, Jae-Yeop;Park, Sang-Uk;Ji, Eung-Jun;Gwak, Jun-Seop;Choe, Jeong-Dong;Baek, Hong-Gu
    • Korean Journal of Materials Research
    • /
    • v.4 no.3
    • /
    • pp.301-311
    • /
    • 1994
  • The growth of amorphous and first crystalline phase, and phase sequence by solid state reaction were examined in Co/Si multilayer thin films by DSC and XRD. The experimental results were compared with the results expected by effective driving force models, PDF and effective heat of formation models.Amorphous phase growth was not observed in Co/Si system and it was consistent with the predicted result by effective driving force. It was observed that the first crystalline phase is CoSi. According to the PDF and effective heat of formation models, the first crystalline phases were CoSi and $CO_2Si$, respectively. The experiemental results were coincident with the PDF model considering structure factors. In case of the atomic concentration ratios of 2Co : 1Si and 1Co : 2Si, the phases sequences were $CoSi\to Co_2Si$ and $CoSi \to Co_2Si \to CoSi \to CoSi_2$, respectively and it was analysized through the effective heat of formation model. The formations of CoSi, $CO_2Si$ and $COSi_2$ in initial stage were controlled by nucleation and the activation energies for the nucleation of three phases were 1.71, 2.34 and 2.79eV.

  • PDF

A Practical Analysis Method for the Design of Piled Raft Foundations (말뚝지지 전면기초의 설계를 위한 실용적 해석방법에 관한 연구)

  • Lee, Seung-Hoon;Park, Young-Ho;Song, Myung-Jun
    • Journal of the Korean Geotechnical Society
    • /
    • v.23 no.12
    • /
    • pp.83-94
    • /
    • 2007
  • Piled raft foundations have been highlighted as an economical design concept of pile foundations in recent years. However, piled raft foundations have not been widely used in Korea due to the difficulty in estimating the complex interaction effects among rafts, piles and soils. The authors developed an effective numerical program to analyze the behavior of piled raft foundations for practical design purposes and presented it briefly in this paper. The developed numerical program simulates the raft as a flexible plate consisting of finite elements with eight nodes and the raft is supported by a series of elastic springs representing subsoils and piles. This study imported another model to simulate pile groups considering non-linear behavior and interaction effects. The apparent stiffnesses of the soils and piles were estimated by iterative calculations to satisfy the compatibility between those two components and the behavior of piled raft foundations can be predicted using these stiffnesses. For the verification of the program, the analysis results about some example problems were compared with those of rigorous three dimensional finite element analysis and other approximate analysis methods. It was found that the program can analyze non-linear behaviors and interaction effects efficiently in multi-layered soils and has sufficient capabilities for application to practical analysis and design of piled raft foundations.

Parametric Model을 이용한 InAsxP1-x 박막의 유전함수 연구

  • Byeon, Jun-Seok;Choe, Jun-Ho;Barange, Nilish;Diware, Mangesh S.;Kim, Yeong-Dong
    • Proceedings of the Korean Vacuum Society Conference
    • /
    • 2012.08a
    • /
    • pp.333-333
    • /
    • 2012
  • III-V 족 화합물 반도체 물질인 $InAs_xP_{1-x}$는 다양한 광전자 소자와 빠른 속도의 전자 소자로써의 사용 가능성으로 각광받고 있다. 이러한 $InAs_xP_{1-x}$를 소자 제작에 이용하기 위해서는 임의의 As 함량에 따른 InAsP 물질의 정확한 광학적 특성 분석이 필요하다. 따라서 본 연구에서는 1.5~6.0 eV 에너지 구간에서 $InAs_xP_{1-x}$ ($0{\leq}{\times}{\leq}1$) 화합물의 임의의 As 함량에 따른 유전함수를 보고하고자 한다. MBE (molecular beam epitaxy)를 이용하여 InP 기판 위에 성장시킨 $InAs_xP_{1-x}$ (x = 0.000, 0.13, 0.40, 0.60, 0.80, 1.000) 박막을 타원편광분석법을 이용하여 측정하였고, 이 때 화학적 에칭을 통해 산화막 층을 제거하여 순수한 유전함수 ${\varepsilon}$을 얻을 수 있었다. 측정된 유전함수 분석은 parametric 모델을 이용하였으며, parametric 모델은 Gaussian-broadened polynomial들의 합으로서 반도체 물질의 유전함수를 정확히 기술하는 분석법이다. Parametric 모델을 통해 얻어진 각각의 변수들을 As 조성비 x에 대한 다항식으로 피팅하였고, 그 결과 임의의 조성비에 대한 $InAs_xP_{1-x}$ ($0{\leq}{times}{\leq}1$)의 유전함수를 얻어낼 수 있었다. 본 연구 결과는 물질의 실시간 성장 모니터링이나 다층구조 분석, 광소자의 제작 등에 유용한 정보로 이용될 수 있을 것이다.

  • PDF

Optimum Cell Design using MLP Model and Wave Propagation Characteristic Parameters for Wireless LAN in Indoor Radio Environments (실내 환경에서 다층 퍼셉트론 모델과 전파 전파 특성파라미터를 이용한 무선 근거리통신망의 최적 셀 설계)

  • 김광윤;문용규
    • Journal of the Korea Computer Industry Society
    • /
    • v.3 no.5
    • /
    • pp.547-556
    • /
    • 2002
  • This paper was proposed a wave path loss prediction algorithm using multilayer perceptron (MLP) model and wave propagation characteristic parameters for Wireless LAN in indoor radio environments. Receiving power was predicted by calculating indoor path loss in a Wireless LAN that has transmission power of 100mW and frequency of 2.4GHz, and was compared with measured. In the result of measurement shows that there is a difference between predicted and measured receiving power which can be reduced by an accurate analysis of the various path loss factors. In order to fix the access point(AP) positions was used the proposed a wave path loss prediction algorithm, and designed the optimum cell for Wireless LAN.

  • PDF

Detection Subsurface Voids in Concrete Using Simulation Analysis of Radar Responses for frequency Variations (전자파 레이더 주파수대역별 시뮬레이션 해석에 의한 콘크리트내 층간 연속 공동의 검출 특성)

  • Park, Seok-Kyun
    • Journal of the Korean Society for Nondestructive Testing
    • /
    • v.23 no.2
    • /
    • pp.125-132
    • /
    • 2003
  • This study introduces a simulation model of radar responses from subsurface voids in concrete for their frequency variations. In this model, resolution and attenuation characteristics due to frequency variations are analyzed at each material interface which has different electromagnetic property. This model aims at the selection of best frequency of radar which can analyze the thickness of voids in concrete from radar responses. It can also be applied to estimate the limitation of propagation depth of radar on subsurface voids in concrete. The computed results show the radar images obtained by using a radar signal processing technique using convolution.

타원편광분석법을 이용한 AlP 유전함수 연구

  • Jeong, Yong-U;Hwang, Sun-Yong;Mangesh, S.D.;Gong, Tae-Ho;Kim, Yeong-Dong;Sin, Sang-Hun;Song, Jin-Dong
    • Proceedings of the Korean Vacuum Society Conference
    • /
    • 2011.02a
    • /
    • pp.42-42
    • /
    • 2011
  • 본 연구에서는 광학소자에 폭넓게 이용되는 AlGaP III-V족 화합물 반도체 중에서 한쪽 끝 이 종화합물인 AlP의 유전함수를 0.75~5.05 eV의 에너지 영역에서 타원편광분석법을 이용하여 분석하였다. AlP는 산소와 급격히 반응하기 때문에, 대기 중에서 물질 고유의 광특성이 유지되기 어려울 뿐만 아니라, 박막 위에 생성되는 산화막 때문에 순수한 AlP의 유전함수 측정이 불가능 하다. 본 연구에서는 물질의 유전함수에 미치는 산화 효과를 최소화하기 위하여 Molecular Beam Epitaxy로 성장한 $1.0{\mu}m$ 두께의 AlP 박막을 초고진공 상태의 chamber 안에서 타원편광분석기를 이용하여 실시간으로 측정하였다. 박막의 투명도에 의해 나타나는 간섭 pattern과 표면거칠기 효과로 인한 유전함수의 왜곡을 보정하기 위하여 변수화 모델이 이용되었으며 다층 변수화모델 계산을 통하여 순수한 AlP의 유전함수를 얻어낼 수 있었다. 본 연구에서 측정된 순수한 AlP의 유전함수는 타원편광분석기를 이용한 최초의 실험결과로서 이차미분을 이용한 전이점 (Critical Point) 분석결과 이론적인 electronic band structure에서 $E_1$, $E_1+_{{\Delta}_1}$, $E_2$에 해당하는 전이점들을 확인할 수 있었다.

  • PDF

PSPICE Modeling and Characterization of Optical Transmitter with 1550 nm InGaAsP LDs (1550 nm InGaAsP LD 광송신회로의 PSPICE 모델 및 광변조 특성 해석)

  • Goo, Yu-Rim;Kim, Jong-Dae;Yi, Jong-Chang
    • Korean Journal of Optics and Photonics
    • /
    • v.22 no.1
    • /
    • pp.35-39
    • /
    • 2011
  • The PSPICE equivalent circuit elements of a 1550 nm InGaAsP laser diode were derived by using multi-level rate equations. The device parameters were extracted by using a self-consistent numerical method for the optical gain properties of the MQW active regions. The resulting equivalent circuit model is also applied to an actual optical transmitter, and its PSPICE simulation results show good agreement with the measured results once the parasitic capacitance due to the packaging is taken into account.

Self-Sensing Actuator Using an Ion-Polymer Metal Composite Based on a Neural Network Model (뉴럴네트워크 모델 기반의 IPMC 셀프 센싱 액추에이터)

  • Yoon, Jong-Il;Truong, Dinh Quang;Ahn, Kyoung-Kwan
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.34 no.12
    • /
    • pp.1865-1870
    • /
    • 2010
  • We develop an IPMC actuator with self-sensing behavior based on an accurate neural network model (NNM). The supplied voltage and voltage signals measured at two determined points on both sides of the IPMC sheet are used as inputs to the NNM. A CCD laser displacement sensor is installed in the rig for accurate measurement of the IPMC tip displacement that is used as the training output of the proposed NNM. Consequently, the NNM model is used to estimate the IPMC tip displacement; the NNM parameters are optimized by the collected input/output training data. The effectiveness of the model for the IPMC actuator is then verified by modeling results.