• Title/Summary/Keyword: 최대 효율점

Search Result 401, Processing Time 0.025 seconds

An Efficient Traning of Multilayer Neural Newtorks Using Stochastic Approximation and Conjugate Gradient Method (확률적 근사법과 공액기울기법을 이용한 다층신경망의 효율적인 학습)

  • 조용현
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.8 no.5
    • /
    • pp.98-106
    • /
    • 1998
  • This paper proposes an efficient learning algorithm for improving the training performance of the neural network. The proposed method improves the training performance by applying the backpropagation algorithm of a global optimization method which is a hybrid of a stochastic approximation and a conjugate gradient method. The approximate initial point for f a ~gtl obal optimization is estimated first by applying the stochastic approximation, and then the conjugate gradient method, which is the fast gradient descent method, is applied for a high speed optimization. The proposed method has been applied to the parity checking and the pattern classification, and the simulation results show that the performance of the proposed method is superior to those of the conventional backpropagation and the backpropagation algorithm which is a hyhrid of the stochastic approximation and steepest descent method.

  • PDF

Some Criteria for Optimal Experimental Design at Multiple Extrapolation Points (다중 외삽점에서의 최적 실험설계법을 위한 실험설계기준)

  • Kim, YoungIl;Jang, Dae-Heung
    • The Korean Journal of Applied Statistics
    • /
    • v.27 no.5
    • /
    • pp.693-703
    • /
    • 2014
  • When setting up an experiment for extrapolation at multiple points outside the design space, we often face a difficulty in which point we should emphasize even if the polynomial model under consideration is given. In this paper we propose various methods under two possible scenarios that deal with extrapolations. One considered in this paper is the situation when the model assumed can be extended beyond the design space. In this setting, the many classical methods(including various approaches the authors proposed before) were revisited in the context of extrapolation. But the real problem arises when there is an uncertainty concerning the validity of the assumed model. Therefore, the second scenario is to develop an appropriate procedure when we have limited information about model. Consequently, a hybrid approach is suggested to deal with this issue of how to handle the multiple extrapolating under model uncertainty. A search algorithm was implemented because the classical exchange algorithm was found difficult to handle the complexity of the problem.

Comparison of Voxel Map and Sphere Tree Structures for Proximity Computation of Protein Molecules (단백질 분자에 대한 proximity 연산을 위한 복셀 맵과 스피어 트리 구조 비교)

  • Kim, Byung-Joo;Lee, Jung-Eun;Kim, Young-J.;Kim, Ku-Jin
    • Journal of Korea Multimedia Society
    • /
    • v.15 no.6
    • /
    • pp.794-804
    • /
    • 2012
  • For the geometric computations on the protein molecules, the proximity queries, such as computing the minimum distance from an arbitrary point to the molecule or detecting the collision between a point and the molecule, are essential. For the proximity queries, the efficiency of the computation time can be different according to the data structure used for the molecule. In this paper, we present the data structures and algorithms for applying proximity queries to a molecule with GPU acceleration. We present two data structures, a voxel map and a sphere tree, where the molecule is represented as a set of spheres, and corresponding algorithms. Moreover, we show that the performance of presented data structures are improved from 3 to 633 times compared to the previous data structure for the molecules containing 1,000~15,000 atoms.

Internal Flow Analysis of Seawater Cooling Pump using CFD (CFD를 이용한 해수냉각펌프의 내부유동 분석)

  • Bao, Ngoc Tran;Yang, Chang-jo;Kim, Bu-gi;Kim, Jun-ho
    • Journal of the Korean Society of Marine Environment & Safety
    • /
    • v.23 no.1
    • /
    • pp.104-111
    • /
    • 2017
  • This research focuses on simulation and visualization of flow field characteristics inside a centrifugal pump. The 3D numerical analysis was carried out by using a numerical CFD tool, addressing a Reynolds Average Navier-Stock code with a standard k-${\varepsilon}$ two-equation turbulence model. The simulation accounts for friction head loss due to rough walls at suction, impeller, discharge areas and volumetric head loss at impeller wear ring. A comparison of performance curves between simulation and experimentation is included, and it reveals a same trend of those results with a small difference of maximum 5 %. At best efficiency point, velocity vectors are smooth but it changes significantly under off-design point, a strong recirculation appears at the outlet of impeller passages near tongue area. A relatively uniform preassure distribution was observed around the impeller in despite of the tongue. Within the volute, because of its geometry, spiral vortexes formed, proving that the flow field in this region was relatively turbulent and unsteady.

Improved charge balance in quantum dot light-emitting diodes using self-assembled monolayer (자기조립단분자막을 이용한 양자점 발광다이오드의 전하 균형도 개선)

  • Sangwook Park;Woon Ho Jung;Yeyun Bae;Jaehoon Lim;Jeongkyun Roh
    • Journal of IKEEE
    • /
    • v.27 no.1
    • /
    • pp.30-37
    • /
    • 2023
  • To improve the efficiency and stability of colloidal quantum dot light-emitting diodes (QD-LEDs), it is essential to achieve charge balance within the QD emissive layer. Zinc oxide (ZnO) is widely used for constructing an electron transport layer in the state-of-the-art QD-LEDs, but spontaneous electron injection from ZnO often results in excessive electrons in QDs that significantly deteriorate the performance of QD-LEDs. In this study, we demonstrated the improved performance of QD-LEDs by modifying the electron injection property of ZnO with self-assembled monolayer (SAM)-treatment. As a result of improved charge balance, the external quantum efficiency and maximum luminance of QD-LEDs with SAM-treatment were improved by 25% and 200%, respectively, compared to the devices without SAM-treatment.

OpenGL ES 1.1 Implementation Using OpenGL (OpenGL을 이용한 OpenGL ES 1.1 구현)

  • Lee, Hwan-Yong;Baek, Nak-Hoon
    • The KIPS Transactions:PartA
    • /
    • v.16A no.3
    • /
    • pp.159-168
    • /
    • 2009
  • In this paper, we present an efficient way of implementing OpenGL ES 1.1 standard for the environments with hardware-supported OpenGL API, such as desktop PCs. Although OpenGL ES was started from the existing OpenGL features, it becomes a new three-dimensional graphics library customized for embedded systems through introducing fixed-point arithmetic operations, buffer management with fixed-point data type supports, completely new texture mapping functionalities and others. Currently, it is the official three dimensional graphics library for Google Android, Apple iPhone, PlayStation3, etc. In this paper, we achieved improvements on the arithmetic operations for the fixed-point number representation, which is the most characteristic data type for OpenGL ES. For the conversion of fixed-point data types to the floating-point number representations for the underlying OpenGL, we show the way of efficient conversion processes even with satisfying OpenGL ES standard requirements. We also introduced a simple memory management scheme to mange the converted data for the buffer containing fixed-point numbers. In the case of texture processing, the requirements in both standards are quite different and thus we used completely new software-implementations. Our final implementation result of OpenGL ES library provides all of over than 200 functions in OpenGL ES 1.1 standard and completely passed its conformance test, to show its compliance with the standard. From the efficiency viewpoint, we measured its execution times for several OpenGL ES-specific application programs and achieved at most 33.147 times improvements, to become the fastest one among the OpenGL ES implementations in the same category.

Improvement of Public Construction Delivery System & Award Method in Korea;Comparison with Cases of U.S., U.K., Japan (국내 공공공사 발주 및 낙찰제도 개선방안;미국, 영국, 일본 사례와의 비교를 중심으로)

  • Ji, Sae-Hyun;Lee, Hyun-Soo;Park, Moon-Seo;Song, Sang-Hun
    • Proceedings of the Korean Institute Of Construction Engineering and Management
    • /
    • 2006.11a
    • /
    • pp.367-372
    • /
    • 2006
  • Government is not only the biggest owner in public sector, but also the leader responsible for improving and fostering construction industry. Delivery systems and award methods are enacted as laws via government's strong will for construction innovation. In addition to establishing relationships between government and contractor, delivery systems and award methods affect every aspect of industry. Therefore, the government should keep trying to remove inefficiency and achieve Best Value. This paper analyzes the delivery systems and award methods of advanced countries to extract lessons for Korean industry focusing on leading parties, direction, and change in owner's awareness of their respective innovative movements for construction. The prerequisites for improvement in delivery systems and award methods are suggested as partnership between public and private sectors, consistent innovation, enhancement in efficiency, and reinforcement of owner's capability.

  • PDF

Fast Inter/Intra Mode Decision Algorithm in H.264/AVC Considering Coding Efficiency (부호화 효율을 고려한 고속 인터/인트라 모드 결정 알고리즘)

  • Kim, Ji-Woong;Kim, Yong-Kwan
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.32 no.8C
    • /
    • pp.720-728
    • /
    • 2007
  • For the improvement of coding efficiency, the H.264/AVC video coding standard employs new coding tools compared with existing coding standards. However, due to these new coding tools, the complexity of H.2641AVC encoder is greatly increased. Specially, Inter/Intra mode decision method of H.264/AVC using RDO(rate-distortion optimization) technique is one of the most complex parts in H.264/AVC. In this paper, we focus on the complexity reduction in macroblock mode decision considering coding efficiency. From the simulation results, the proposed algorithm reduce the encoding time by maximum 80% of total, and reduce the bitrate of the overall sequences by $8{\sim}10%$ on the average compared with existing coding methods.

Efficient CHAM-Like Structures on General-Purpose Processors with Changing Order of Operations (연산 순서 변경에 따른 범용 프로세서에서 효율적인 CHAM-like 구조)

  • Myoungsu Shin;Seonkyu Kim;Hanbeom Shin;Insung Kim;Sunyeop Kim;Donggeun Kwon;Deukjo Hong;Jaechul Sung;Seokhie Hong
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.34 no.4
    • /
    • pp.629-639
    • /
    • 2024
  • CHAM is designed with an emphasis on encryption speed, considering that in the ISO/IEC standard block cipher operation mode, encryption functions are used more often than decryption functions. In the superscalar architecture of modern general-purpose processors, different ordering of operations can lead to different processing speeds, even if the computation configuration is the same. In this paper, we analyze the implementation efficiency and security of CHAM-like structures, which rearrange the order of operations in the ARX-based block cipher CHAM, for single-block and parallel implementations in a general-purpose processor environment. The proposed structures are at least 9.3% and at most 56.4%efficient in terms of encryption speed. The security analysis evaluates the resistance of the CHAM-like structures to differential and linear attacks. In terms of security margin, the difference is 3.4% for differential attacks and 6.8%for linear attacks, indicating that the security strength is similar compared to the efficiency difference. These results can be utilized in the design of ARX-based block ciphers.

Optimization of Encapsulation Conditions for Fermented Red Ginseng Extracts by Using Cyclodextrin (Cyclodextrin을 이용한 발효홍삼농축액 최적 포접 조건)

  • Shin, Myung-Gon;Lee, Gyu-Hee
    • Journal of the Korean Society of Food Science and Nutrition
    • /
    • v.44 no.11
    • /
    • pp.1708-1714
    • /
    • 2015
  • Fermented red ginseng concentrate is known as a healthy food source, whereas it has off-flavor such as bitterness and sour flavor based on fermentation. ${\beta}$- and ${\gamma}$-cyclodextrin (CD) were used to encapsulate the off-flavor of fermented red ginseng concentrate by using response surface methodology design on ${\beta}$- and ${\gamma}-CD$ combination. The reducing effects were analyzed by sensory evaluation for bitter and sour tastes, ginsenoside Rb1, and total acidity. The optimized mixing ratio of ${\beta}$- and ${\gamma}-CD$ for reducing bitterness was the least expected value of 2.07 at ${\beta}-CD$ 3.74% versus the soluble solid content of fermented red ginseng concentrate and the ${\gamma}-CD$ 20.63% mixture. The encapsulation effects of ginsenoside Rb1 were the most expected value of 96.75% at ${\beta}-CD$ 3.47% and ${\gamma}-CD$ 19.89% mixture. The encapsulation effects of sour taste were the least expected value of 5.63 at ${\beta}-CD$ 9.34% and ${\gamma}-CD$ 9.96% mixture. The encapsulation effects of lactic acid were the most expected value of 67.73% at ${\beta}-CD$ 16.0% and ${\gamma}-CD$ 13.18% mixture. Based on encapsulation and each optimized combination, the most effective entrapping ${\beta}$-and ${\gamma}-CD$ combination ratio was ${\beta}-CD$ 10% and ${\gamma}-CD$ 13%.