• Title/Summary/Keyword: Optimizer

Search Result 298, Processing Time 0.039 seconds

Improvement of multi layer perceptron performance using combination of gradient descent and harmony search for prediction of groundwater level (지하수위 예측을 위한 경사하강법과 화음탐색법의 결합을 이용한 다층퍼셉트론 성능향상)

  • Lee, Won Jin;Lee, Eui Hoon
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2022.05a
    • /
    • pp.186-186
    • /
    • 2022
  • 강수 및 침투 등으로 발생하는 지하수위의 변동을 예측하는 것은 지하수 자원의 활용 및 관리에 필수적이다. 지하수위의 변동은 지하수 자원의 활용 및 관리뿐만이 아닌 홍수 발생과 지반의 응력상태 등에 직접적인 영향을 미치기 때문에 정확한 예측이 필요하다. 본 연구는 인공신경망 중 다층퍼셉트론(Multi Layer Perceptron, MLP)을 이용한 지하수위 예측성능 향상을 위해 MLP의 구조 중 Optimizer를 개량하였다. MLP는 입력자료와 출력자료간 최적의 상관관계(가중치 및 편향)를 찾는 Optimizer와 출력되는 값을 결정하는 활성화 함수의 연산을 반복하여 학습한다. 특히 Optimizer는 신경망의 출력값과 관측값의 오차가 최소가 되는 상관관계를 찾는 연산자로써 MLP의 학습 및 예측성능에 직접적인 영향을 미친다. 기존의 Optimizer는 경사하강법(Gradient Descent, GD)을 기반으로 하는 Optimizer를 사용했다. 하지만 기존의 Optimizer는 미분을 이용하여 상관관계를 찾기 때문에 지역탐색 위주로 진행되며 기존에 생성된 상관관계를 저장하는 구조가 없어 지역 최적해로 수렴할 가능성이 있다는 단점이 있다. 본 연구에서는 기존 Optimizer의 단점을 개선하기 위해 지역탐색과 전역탐색을 동시에 고려할 수 있으며 기존의 해를 저장하는 구조가 있는 메타휴리스틱 최적화 알고리즘을 이용하였다. 메타휴리스틱 최적화 알고리즘 중 구조가 간단한 화음탐색법(Harmony Search, HS)과 GD의 결합모형(HS-GD)을 MLP의 Optimizer로 사용하여 기존 Optimizer의 단점을 개선하였다. HS-GD를 이용한 MLP의 성능검토를 위해 이천시 지하수위 예측을 실시하였으며 예측 결과를 기존의 Optimizer를 이용한 MLP 및 HS를 이용한 MLP의 예측결과와 비교하였다.

  • PDF

A System Design of Evolutionary Optimizer for Continuous Improvement of Full-Scale Manufacturing Processes (양산공정의 지속적 품질개선을 위한 Evolutionary Optimizer의 시스템 설계)

  • Rhee, Chang-Kwon;Byun, Jai-Hyun;Do, Nam-Chul
    • IE interfaces
    • /
    • v.18 no.4
    • /
    • pp.465-476
    • /
    • 2005
  • Evolutionary operation is a useful tool for improving full-scale manufacturing process by systematically changing the levels of the process variables without jeopardizing the product. This paper presents a system design for the evolutionary operation software called 'evolutionary optimizer'. Evolutionary optimizer consists of four modules: factorial design, many variables, mixture, and mean/dispersion. Context diagram, data flow diagram and entity-relationship modelling are used to systematically design the evolutionary optimizer system.

A System Design for Evolutionary Optimizer (Evolutionary Optimizer를 위한 시스템 설계)

  • Rhee Chang-Kwon;Byun Jai-Hyun
    • Proceedings of the Korean Society for Quality Management Conference
    • /
    • 2004.04a
    • /
    • pp.503-506
    • /
    • 2004
  • Evolutionary operation is useful to improve on-line full-scale manufacturing processes by systematically changing the levels of the process variables without jeopardizing the product. This paper presents a system design for an evolutionary operation software called 'evolutionary optimizer'. The system design is based primarily on data flow diagram. Evolutionary optimizer consists of four modules: factorial design module, many variables module, mixture Production module, and mean/dispersion module.

  • PDF

Improvement of multi layer perceptron performance using combination of adaptive moments and improved harmony search for prediction of Daecheong Dam inflow (대청댐 유입량 예측을 위한 Adaptive Moments와 Improved Harmony Search의 결합을 이용한 다층퍼셉트론 성능향상)

  • Lee, Won Jin;Lee, Eui Hoon
    • Journal of Korea Water Resources Association
    • /
    • v.56 no.1
    • /
    • pp.63-74
    • /
    • 2023
  • High-reliability prediction of dam inflow is necessary for efficient dam operation. Recently, studies were conducted to predict the inflow of dams using Multi Layer Perceptron (MLP). Existing studies used the Gradient Descent (GD)-based optimizer as the optimizer among MLP operators to find the optimal correlation between data. However, the GD-based optimizers have disadvantages in that the prediction performance is deteriorated due to the possibility of convergence to the local optimal value and the absence of storage space. This study improved the shortcomings of the GD-based optimizer by developing Adaptive moments combined with Improved Harmony Search (AdamIHS), which combines Adaptive moments among GD-based optimizers and Improved Harmony Search (IHS). In order to evaluate the learning and prediction performance of MLP using AdamIHS, Daecheong Dam inflow was learned and predicted and compared with the learning and prediction performance of MLP using GD-based optimizer. Comparing the learning results, the Mean Squared Error (MSE) of MLP, which is 5 hidden layers using AdamIHS, was the lowest at 11,577. Comparing the prediction results, the average MSE of MLP, which is one hidden layer using AdamIHS, was the lowest at 413,262. Using AdamIHS developed in this study, it will be possible to show improved prediction performance in various fields.

Automatic Generation of Code Optimizer for DFA Pattern Matching (DFA 패턴 매칭을 위한 코드 최적화기의 자동적 생성)

  • Yun, Sung-Lim;Oh, Se-Man
    • The KIPS Transactions:PartA
    • /
    • v.14A no.1 s.105
    • /
    • pp.31-38
    • /
    • 2007
  • Code Optimization is converting to a code that is equivalent to given program but more efficient, and this process is processed in Code Optimizer. This paper designed and processed Code Optimizer Generator that automatically generates Code Optimizer. In other words Code Optimizer is automatically generated for DFA Pattern Matching which finds the optimal code for the incoming pattern description. DFA Pattern Matching removes redundancy comparisons that occur when patterns are sought for through normalization process and improves simplification and structure of pattern shapes for low cost. Automatic generation of Code Optimization for DFA Pattern Matching eliminates extra effort to generate Code Optimizer every time the code undergoes various transformations, and enables formalism of Code Optimization. Also, the advantage of making DFA for optimization is that it is faster and saves cost of Code Optimizer Generator.

A Study on Optimizer for Building Integrated Photovoltaic System of Energy Independent House (독립형 에너지 하우스 전력시스템에서의 BIPV용 Optimizer에 대한 연구)

  • Cho, Young-Chan;Shin, Duck-Shick
    • Proceedings of the KIPE Conference
    • /
    • 2018.11a
    • /
    • pp.229-230
    • /
    • 2018
  • 본 논문은 태양광 기반의 '독립형 에너지 하우스'의 전체 전력 시스템과 태양광 외장재 모듈의 에너지를 효율적으로 최대 수급하기 위한 BIPV(Building Integrated PV)용 Optimizer의 개발에 대해 기술한다.

  • PDF

The Design of A Machine-independent Global Optimizer for RISC Compilers (RISC 컴파일러의 기계독립적 Global Optimizer 설계)

  • Park, Jong-Deuk;Lim, In-Chil
    • Journal of the Korean Institute of Telematics and Electronics
    • /
    • v.27 no.3
    • /
    • pp.40-46
    • /
    • 1990
  • This paper describes a design and an implementation of a machine-independent global optimizer which is a required module of RISC compiler system designs. It receives a triple as input and performs data flow analysis, common subexpression elimination and code motion and finally generates the optimized code. Since the implemented optimizer operates on the machine-independent intermediate code, its portability is good for many high level languages and target machines. It performs the effective optimizations to improve the execution time of programs.

  • PDF

Development of High Efficiency PV String Power Optimizer using Dual-Bridge LLC Resonant Converter (Dual-Bridge LLC 공진형 컨버터를 이용한 고효율 PV 스트링 Power Optimizer 개발)

  • Yu, Gibum;Kim, Hyungjin;Tran, Hai N.;Choi, Sewan;Choi, Wunsung;Choi, Yeounggyu;Lee, Jungouk;Joo, Sanghyun
    • Proceedings of the KIPE Conference
    • /
    • 2019.07a
    • /
    • pp.418-419
    • /
    • 2019
  • 본 논문에서는 Dual-Bridge LLC 공진형 컨버터를 이용한 고효율 PV 스트링 Power Optimizer를 제안한다. 제안하는 Power Optimizer는 LLC 공진형 컨버터를 이용하여 모든 스위치의 ZVS 턴온 및 다이오드의 ZCS 턴오프를 성취하여 고효율을 달성할 수 있다. 또한 컨버터 토폴로지는 하프브릿지 회로와 풀브릿지 회로가 통합된 Dual-Bridge 구조를 적용하여 PV 스트링의 넓은 입력전압 범위(300V-900V) 조건에서도 정전압 출력이 가능하다. 본 논문에서는 6.25kW급 시작품 실험을 통하여 제안하는 Power Optimizer의 타당성을 검증하였다.

  • PDF

Design of DC OPTIMIZER for Maximum Power Generation System of Solar Panel (태양광 패널의 최대 전력 발생 시스템을 위한 DC OPTIMIZER 설계)

  • Kim, Jeong Gyu;Yang, Oh
    • Journal of the Semiconductor & Display Technology
    • /
    • v.17 no.1
    • /
    • pp.40-44
    • /
    • 2018
  • In this paper, the efficiency of the solar system is lowered due to the partial shading such as the environmental factors of the solar panel. In order to solve this problem, a DC OPTIMIZER is proposed for a maximum power generation system of a photovoltaic panel. The proposed DC OPTIMIZER is composed of a buck structure that performs the maximum power point tracking (MPPT) control of each module of the solar panel, thus maximizing the efficiency. In order to verify the proposed DC Optimizer, the efficiency was measured by varying the irradiance using a solar simulator instead of the solar panel. As a result, it showed high efficiency characteristics as the maximum energy conversion efficiency was 99.3% at $800w/m^2$, $900w/m^2$, and the average efficiency was 99.06% excluding $100w/m^2$. The maximum efficiency of MPPT was 99.97% at $200w/m^2$, efficiency showed excellent performance.

Electronics maritime chart (ENC) with monitoring S/W development for Maritime surveillance system (해상감시용 시스템을 위한 전자해도 연동 모니터링 S/W 개발)

  • Lee, WonBu;Chang, Chulsoon;Kim, JeongKuk;Park, Soohong
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2009.05a
    • /
    • pp.635-638
    • /
    • 2009
  • ENC Optimizer S/W was developed for light weight, ENC speed improvement, nested data, and optimization of the data module. ENC optimizer customize based on Korea Ocean's ENC data by Investigators of the National Marine.Based on the modification of K-Map ENC through enhancemen to fENC Web OCX module and ENC Optimizier, AIS service by WebWM Shad been developed. WebVMS make it possible to view the ship information anywherevia WebBrowser. Later, through the expansion of the surveillance ship WebVMS the past, information about access, satellite communications, tracking and monitoring are currently used invarious applications such as shipping informationis available.

  • PDF