• 제목/요약/키워드: modular functions

검색결과 161건 처리시간 0.029초

Smart support system for diagnosing severe accidents in nuclear power plants

  • Yoo, Kwae Hwan;Back, Ju Hyun;Na, Man Gyun;Hur, Seop;Kim, Hyeonmin
    • Nuclear Engineering and Technology
    • /
    • 제50권4호
    • /
    • pp.562-569
    • /
    • 2018
  • Recently, human errors have very rarely occurred during power generation at nuclear power plants. For this reason, many countries are conducting research on smart support systems of nuclear power plants. Smart support systems can help with operator decisions in severe accident occurrences. In this study, a smart support system was developed by integrating accident prediction functions from previous research and enhancing their prediction capability. Through this system, operators can predict accident scenarios, accident locations, and accident information in advance. In addition, it is possible to decide on the integrity of instruments and predict the life of instruments. The data were obtained using Modular Accident Analysis Program code to simulate severe accident scenarios for the Optimized Power Reactor 1000. The prediction of the accident scenario, accident location, and accident information was conducted using artificial intelligence methods.

Guiding Practical Text Classification Framework to Optimal State in Multiple Domains

  • Choi, Sung-Pil;Myaeng, Sung-Hyon;Cho, Hyun-Yang
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제3권3호
    • /
    • pp.285-307
    • /
    • 2009
  • This paper introduces DICE, a Domain-Independent text Classification Engine. DICE is robust, efficient, and domain-independent in terms of software and architecture. Each module of the system is clearly modularized and encapsulated for extensibility. The clear modular architecture allows for simple and continuous verification and facilitates changes in multiple cycles, even after its major development period is complete. Those who want to make use of DICE can easily implement their ideas on this test bed and optimize it for a particular domain by simply adjusting the configuration file. Unlike other publically available tool kits or development environments targeted at general purpose classification models, DICE specializes in text classification with a number of useful functions specific to it. This paper focuses on the ways to locate the optimal states of a practical text classification framework by using various adaptation methods provided by the system such as feature selection, lemmatization, and classification models.

Paillier의 확률 공개키 암호 방식의 효율적인 개선 (Improvement of Paillier Probabilistic Plumbic Key Cryptosystem for Efficiency)

  • 최덕환;조석향;최승복;원동호
    • 한국통신학회논문지
    • /
    • 제28권8C호
    • /
    • pp.756-764
    • /
    • 2003
  • 본 논문에서는 Paillier가 제안한 확률 공개키 암호 방식을 개선하였다. Paillier의 확률 공개키 암호 방식은 이산 대수 함수를 기반으로. 하고 있으며 메시지는 두 개의 이산 대수 함수의 모듈라 곱으로 계산되고, 이 중 하나는 주어진 공개키에 따른 고정된 값을 갖는다. 공개키를 적절히 선택함으로써 Paillier가 제안한 암호 방식을 개선하여 일방향성과 어의적 안전성을 유지하면서 효율적인 방식을 얻을 수 있다. 또한 이러한 공개키를 쉽게 구할 수 있는 방법도 제시하였다.

지상 및 지하 구조물 무기효과도 SW Framework (Framework of Weapon Effectiveness Tool for Hardened Targets)

  • 박종일;이성욱;김호수
    • 한국전산구조공학회논문집
    • /
    • 제27권6호
    • /
    • pp.551-555
    • /
    • 2014
  • 본 논문에서는 견고표적 피해분석 무기효과 계산 SW의 Framework에 대하여 기술하였다. 탄두의 침투이력, 기폭에 의해 발생되는 폭압, 폭압에 의한 구조 및 비구조 구성품 파괴가 이론식 및 경험식을 통해 계산되었다. 또한 사용자의 편의를 위해 손쉬운 UI가 설계되었으며, 각 해석 단계는 모듈화되어 향후 개선 및 보완이 용이하게 하였다.

계단형 불연속 함수의 근사화를 위한 새로운 모듈형 신경회로망 학습 알고리즘 (A new modular neural network training algorithm for step-like discontinuous function approximation)

  • 이혁준
    • 한국통신학회논문지
    • /
    • 제22권12호
    • /
    • pp.2613-2625
    • /
    • 1997
  • Theoretically, a multi-layered feedforward network has been known to be able to approximate a continuous function to an arbitrary degree of accuracy. However, these networks fail to approximate discontinuous functions when they are trained by well-known training algorithms. This paper presents a training algorithm which doesn't work consists of one or more modules, which are trained in a sequential order within subspaces of the input space, and is trained very rapidely once all modules are trained and merged. The experimantal results of applying this method indicates the proposed training algorithm is superior to traditional ones such as baskpagation.

  • PDF

퍼스널 로봇을 위한 통합 개발 환경(RDC)의 개발 (The Integrated Development Tool(RDC:Robot Design Center) for Personal Robot)

  • 김주민;김홍열;김대원;앙광웅;김홍석;이호길
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2003년도 하계학술대회 논문집 D
    • /
    • pp.2365-2367
    • /
    • 2003
  • In this paper, we propose the RDC(Robot Design Center) for a network-based personal robot system. The RDC is developed under the new software framework for personal robots. The configuration for each modules in robot and functions of the RDC are described. The concept of standardized and modular program is presented and finally, developing procedures are proposed.

  • PDF

Splash의 스트림 프로세싱 기능 구현 (Implementing stream processing functionalities of Splash)

  • 안재호;노순현;홍성수
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2019년도 제59차 동계학술대회논문집 27권1호
    • /
    • pp.377-380
    • /
    • 2019
  • To accommodate for the difficult task of satisfying application's system timing constraints, we are developing Splash, a real time stream processing language for embedded AI applications. Splash is a graphical programming language that designs applications through data flow graph which, later automatically generates into codes. The codes are compiled and executed on top of the Splash runtime system. The Splash runtime system supports two aspects of the application. First, it supports the basic stream processing functions required for an application to operate on multiple streams of data. Second, it supports the checking and handling of the user configurated timing constraints. In this paper we explain the implementation of the first aspect of the Splash runtime system which is being developed using a real time communication middleware called DDS.

  • PDF

K-LAN 하드웨어 개발에 관한 연구 (A Study on the Development of K-LAN Hardware)

  • 박희동;정광수;최양희;정선종
    • 대한전자공학회논문지
    • /
    • 제23권3호
    • /
    • pp.289-294
    • /
    • 1986
  • In this paper, we describe the development of an NIU (network interface unit) hardware for sharing computer resources and exchanging haigh-speed information between information systems distributed in a local area. The NIU designed and implemented in accordance with Ethernet specifications is operating normally with the upper layer software. Modular design makes it simple to change or expand the functions of the NIU. The NIU's are connected to 10Mbps coaxial cable through transceivers. In addition, a system and a design specifications for the NIU of a broadband LAN based on the K-LAN NIU are porposed.

  • PDF

MULTIPLICITY RESULTS OF CRITICAL LOCAL EQUATION RELATED TO THE GENUS THEORY

  • Mohsen Alimohammady;Asieh Rezvani;Cemil Tunc
    • 대한수학회논문집
    • /
    • 제38권4호
    • /
    • pp.1045-1061
    • /
    • 2023
  • Using variational methods, Krasnoselskii's genus theory and symmetric mountain pass theorem, we introduce the existence and multiplicity of solutions of a parameteric local equation. At first, we consider the following equation $$\{-div[a(x,{\mid}{\nabla}u{\mid}){\nabla}u]\,=\,{\mu}(b(x){\mid}u{\mid}^{s(x)-2}-{\mid}u{\mid}^{r(x)-2})u\;in\;{\Omega},\\u\,=0\,on\;{\partial}{\Omega},$$ where Ω⊆ ℝN is a bounded domain, µ is a positive real parameter, p, r and s are continuous real functions on ${\bar{\Omega}}$ and a(x, ξ) is of type |ξ|p(x)-2. Next, we study boundedness and simplicity of eigenfunction for the case a(x, |∇u|)∇u = g(x)|∇u|p(x)-2∇u, where g ∈ L(Ω) and g(x) ≥ 0 and the case $a(x,\,{\mid}{\nabla}u{\mid}){{\nabla}u}\,=\,(1\,+\,{\nabla}u{\mid}^2)^{\frac{p(x)-2}{2}}{\nabla}u$ such that p(x) ≡ p.

디지털 유목민 문화를 위한 현대 패션디자인의 특성 연구 (A Study on the Characteristics of Modern Fashion Design for Digital Nomadic Culture)

  • 김지희
    • 한국의류산업학회지
    • /
    • 제9권1호
    • /
    • pp.6-14
    • /
    • 2007
  • The purpose of this study was to delve into what type of expression mode of fashion design could suit the life style of digital nomads, as the appearance of nomadic life style was concurrent with people's modified way of thinking and sociocultural changes in today's digital society. It's basically meant to define the roles of fashion design, which was discussed as a way of improving the quality of life as a sort of 'culture,' and to suggest some of the right directions for fashion design in the future. The culture of today's digital era is marked by a pursuit of high mobility and high speed, and by nomadic disposition that is built on flexible thinking. The kind of design that lets people carry nomadic things with them and thereby improve their mobility can satisfy their needs for mobility, and body-friendly design that functions as a device of information in itself can meet their needs for mobility as well. The leading example of the latter is a wearable computer, and wearable scientific technology will be taken to another level, thanks to the advance in digital technology. In the future, that will be more accessible to people in general, and subminiature digital equipment will gain popularity in fashion industry as part of textiles and clothing or as an accessory. And specific kinds of design will be widespread, including variable design, multi-functional design and modular design. The first serves as a tool to protect the human body and to facilitate the adaptability of it to the given circumstances, and the second is characterized by a superb physical and psychological protectability. The third lets wearers bring design to completion at their own option, owing to an increase in the number of open-minded people and the development of interactive media. All these types of design could be called a wearer-friendly, human-oriented design that is specifically appropriate for the digital age. Wearers can actively be involved in design process as productive consumers, which is expected to help increase opener practices in fashion design sector.