• Title/Summary/Keyword: sequence-to-sequence model

검색결과 1,628건 처리시간 0.031초

Hierarchical Attention Network를 이용한 복합 장애 발생 예측 시스템 개발 (Development of a complex failure prediction system using Hierarchical Attention Network)

  • 박영찬;안상준;김민태;김우주
    • 지능정보연구
    • /
    • 제26권4호
    • /
    • pp.127-148
    • /
    • 2020
  • 데이터 센터는 컴퓨터 시스템과 관련 구성요소를 수용하기 위한 물리적 환경시설로, 빅데이터, 인공지능 스마트 공장, 웨어러블, 스마트 홈 등 차세대 핵심 산업의 필수 기반기술이다. 특히, 클라우드 컴퓨팅의 성장으로 데이터 센터 인프라의 비례적 확장은 불가피하다. 이러한 데이터 센터 설비의 상태를 모니터링하는 것은 시스템을 유지, 관리하고 장애를 예방하기 위한 방법이다. 설비를 구성하는 일부 요소에 장애가 발생하는 경우 해당 장비뿐 아니라 연결된 다른 장비에도 영향을 미칠 수 있으며, 막대한 손해를 초래할 수 있다. 특히, IT 시설은 상호의존성에 의해 불규칙하고 원인을 알기 어렵다. 데이터 센터 내 장애를 예측하는 선행연구에서는, 장치들이 혼재된 상황임을 가정하지 않고 단일 서버를 단일 상태로 보고 장애를 예측했다. 이에 본 연구에서는, 서버 내부에서 발생하는 장애(Outage A)와 서버 외부에서 발생하는 장애(Outage B)로 데이터 센터 장애를 구분하고, 서버 내에서 발생하는 복합적인 장애 분석에 중점을 두었다. 서버 외부 장애는 전력, 냉각, 사용자 실수 등인데, 이와 같은 장애는 데이터 센터 설비 구축 초기 단계에서 예방이 가능했기 때문에 다양한 솔루션이 개발되고 있는 상황이다. 반면 서버 내 발생하는 장애는 원인 규명이 어려워 아직까지 적절한 예방이 이뤄지지 못하고 있다. 특히 서버 장애가 단일적으로 발생하지 않고, 다른 서버 장애의 원인이 되기도 하고, 다른 서버부터 장애의 원인이 되는 무언가를 받기도 하는 이유다. 즉, 기존 연구들은 서버들 간 영향을 주지 않는 단일 서버인 상태로 가정하고 장애를 분석했다면, 본 연구에서는 서버들 간 영향을 준다고 가정하고 장애 발생 상태를 분석했다. 데이터 센터 내 복합 장애 상황을 정의하기 위해, 데이터 센터 내 존재하는 각 장비별로 장애가 발생한 장애 이력 데이터를 활용했다. 본 연구에서 고려되는 장애는 Network Node Down, Server Down, Windows Activation Services Down, Database Management System Service Down으로 크게 4가지이다. 각 장비별로 발생되는 장애들을 시간 순으로 정렬하고, 특정 장비에서 장애가 발생하였을 때, 발생 시점으로부터 5분 내 특정 장비에서 장애가 발생하였다면 이를 동시에 장애가 발생하였다고 정의하였다. 이렇게 동시에 장애가 발생한 장비들에 대해서 Sequence를 구성한 후, 구성한 Sequence 내에서 동시에 자주 발생하는 장비 5개를 선정하였고, 선정된 장비들이 동시에 장애가 발생된 경우를 시각화를 통해 확인하였다. 장애 분석을 위해 수집된 서버 리소스 정보는 시계열 단위이며 흐름성을 가진다는 점에서 이전 상태를 통해 다음 상태를 예측할 수 있는 딥러닝 알고리즘인 LSTM(Long Short-term Memory)을 사용했다. 또한 단일 서버와 달리 복합장애는 서버별로 장애 발생에 끼치는 수준이 다르다는 점을 감안하여 Hierarchical Attention Network 딥러닝 모델 구조를 활용했다. 본 알고리즘은 장애에 끼치는 영향이 클 수록 해당 서버에 가중치를 주어 예측 정확도를 높이는 방법이다. 연구는 장애유형을 정의하고 분석 대상을 선정하는 것으로 시작하여, 첫 번째 실험에서는 동일한 수집 데이터에 대해 단일 서버 상태와 복합 서버 상태로 가정하고 비교분석하였다. 두 번째 실험은 서버의 임계치를 각각 최적화 하여 복합 서버 상태일 때의 예측 정확도를 향상시켰다. 단일 서버와 다중 서버로 각각 가정한 첫 번째 실험에서 단일 서버로 가정한 경우 실제 장애가 발생했음에도 불구하고 5개 서버 중 3개의 서버에서는 장애가 발생하지 않은것으로 예측했다. 그러나 다중 서버로 가정했을때에는 5개 서버 모두 장애가 발생한 것으로 예측했다. 실험 결과 서버 간 영향이 있을 것이라고 추측한 가설이 입증된 것이다. 연구결과 단일 서버로 가정했을 때 보다 다중 서버로 가정했을 때 예측 성능이 우수함을 확인했다. 특히 서버별 영향이 다를것으로 가정하고 Hierarchical Attention Network 알고리즘을 적용한 것이 분석 효과를 향상시키는 역할을 했다. 또한 각 서버마다 다른 임계치를 적용함으로써 예측 정확도를 향상시킬 수 있었다. 본 연구는 원인 규명이 어려운 장애를 과거 데이터를 통해 예측 가능하게 함을 보였고, 데이터 센터의 서버 내에서 발생하는 장애를 예측할 수 있는 모델을 제시했다. 본 연구결과를 활용하여 장애 발생을 사전에 방지할 수 있을 것으로 기대된다.

인상채득 후 경화시 트레이의 위치에 따른 주모형의 변화 (Change master cast by hardening method to position of tray after impression taking)

  • 이정애
    • 한국치위생학회지
    • /
    • 제8권2호
    • /
    • pp.53-66
    • /
    • 2008
  • There was to purpose of this study improves analyzing cause that prosthesis brings bite engaging that is inaccurate in patient's mouth, when supposed that all conducts that do in operatory and dental laboratory are perfect. Impression did check bite by alginate impression material and polymerization style silicon impression material that use usually in presence at a sickbed Irreversibility, hydrocolloid, alginate impression material washed in flowing water and poured anhydrite after wait about 8 minutes so that region that charge interest after impression check bite may become undoing. And hydrophile property addition polymerization style impression material poured anhydrite after blow 30 considering impression material dwell time and H2 gas occurrence time (5~15 minute) after have washed in flowing water. I got each 7 models, result that manufactures total 28 and measures by third dimension measuring instrument (Meteo, Korea) following sequence curing in tray holder and floor 1, By Alginate impression when is hardened in tray holder and when is hardened in the floor after do check bite, SPH 4, SPH5 all as there is synonymy appeared(P<0.05). By in case do not use average 0.1741 in case use tray holder in 0.0447 SPH5s in case do not use average 0.2838 pastas in case use tray holder in SPH4 0.0309, When did not use both SPH4 and SPH5 tray holder, when used tray holder, 1 appeared more greatly. 2. By amity sex addition polymerization style silicon impression when is hardened in tray holder after do check bite and when is hardened in the floor SPH 4, a11 of the SPH5s very big synonymy be(P>0.05). And in case use tray holder in 0.000657 pasta SPH5s in case do not use average 0.000129 pastas in case use tray holder in SPH4 average 0.000114 pastas, by in case do not use 0.000757, I appeared more greatly when used tray when did not use both SPH4 and SPH5 tray holder, but 1 appeared is not level to keep in mind(Table 8~9). 3 SPH4 was looked very big mindfulness in model that manufacture doing impression check bite by Alginate and model that do impression check bite by amity sex accessory penalty silicon without using tray holder(P< 0.001). I use tray holder and SPH4 did not appear synonymy in model that manufacture doing impression check bite by Alginate and model that do impression check bite by amity sex accessory penalty silicon(P>0.05). Study finding of above when see synthesis Alginate certainly tray holder use must and I could know that hardening method does not exert big influence on volume stability if remove impression sieve of excess because amity sex accessory penalty silicon passes over tray, Also, Alginate impression material previewed can get heading a conspiracy style that volume stability of accessory penalty silicon impression material degree is if use tray holder.

  • PDF

강수계열의 상태분류에 의한 Markov 연쇄 모의발생 모형 (Markov Chain Model for Synthetic Generation by Classification of Daily Precipitation Amount into Multi-State)

  • 김주환;박찬영;강관원
    • 물과 미래
    • /
    • 제29권6호
    • /
    • pp.179-188
    • /
    • 1996
  • 수자원의 주공급원인 강수는 현상의 발생여부에 따라 건조일과 습윤일이 교대로 반복되는 과정으로 구성되어 있으며, 특히, 일강수계열의 습윤일에 발생되는 강수량의 크기는 매우 다양한 형태를 지니고 있어 이 과정을 모형화 하는데는 복잡한 확률과정이 수반된다. 본 연구에서는 일강수계열의 발생과정을 건조일, 습윤일로 구분하고 습윤일의 강수량을 상태별로 분류하여 각 상태별 천이확률을 계산함으로써 이를 장래에 발생 가능한 강수사상의 모의발생에 이용하였다. 본 모형은 수문사상의 발생과 비발생만을 구분하던 2-state Markov 연쇄모형에 강수의 발생시 강수량의 크기에 따라 상태를 여러 개로 구분하여 강수량을 추정할 수 있도록 수정한 것으로 간헐 수문사상인 일강수계열의 구성성분인 건조일과 습윤일, 건조, 습윤 지속기간 및 습윤일의 강수량을 Markov 연쇄에 의해 동시에 발생있도록 한 것이며 다른 모형에 비해 사용이 비교적 용이하다. 본 연구에서 제안한 multi-state Markov 연쇄모형의 적용 가능성을 검토하기 위하여 비교적 장기간의 자료를 보유하고 있는 관측소의 강수자료를 이용하였으며 그 결과를 강수량, 건조, 습윤일수 및 건조, 습윤계속기간의 분포를 실제자료와 비교하여 모형의 적합도를 평가하였다. 이를 토대로 홍수 및 한발기간의 추정과 모의발생에 의한 자료 확장으로 중장기 수자원 계획 및 운영에 효율적으로 이용될 수 있을 것으로 판단된다.

  • PDF

Identification of Genes Involved in the Onset of Female Puberty of Rat

  • Eun Jung Choi;Byung Ju Lee
    • Animal cells and systems
    • /
    • 제3권3호
    • /
    • pp.319-329
    • /
    • 1999
  • Onset of female puberty follows a series of prepubertal cellular and molecular events including changes of synaptic plasticity, synthetic and releasing activity and gene expression. Dramatic increase of gonadal steroid level is one of the most prominent changes before the onset of puberty. Based on the importance of steroid feedback upon the hypothalamus, we adopted an estrogen sterilized rat (ESR) model where 100 ng of 17$\eta$-estradiol were administered into neonatal pubs for 7 days after birth. To identify genes involved in the onset of female puberty, we applied PCR differential display using RNA samples derived from ESR and control rat hypothalami. About 100 out of more than 1000 RNA species examined displayed differential expression patterns between a 60-day old control rat and ESR. Sequence analysis of differentially amplified PCR products showed homology with genes such as mouse kinesin superfamily-associated protein 3 (KAP3) and several cDNAs previously described by others in mouse and human tissues. Several gene products such as 2-1 and 8-1 corresponded to novel DNA sequences. We analyzed mRNA levels of KAP3, 2-1 and 8-1 genes in the hypothalami derived from neonatal, 6-, 28-, 31-, and 40-day old rats. Northern blot analysis showed that mRNAs of KAP3, 2-1 and 8-1 genes were markedly increased before the initiation of puberty. Neonatal treatment of estrogen clearly inhibited prepubertal increases in KAP3, 2-1 and 8-1 mRNA levels. Therefore, these genes may play important roles in the initiation of hypothalamic puberty. In addition, intracerebroventricular (icv) injection of antisense KAP3 oligodeoxynucleotide (ODN) clearly delayed puberty initiation determined by vaginal opening, which further confirmed that KAP3 plays an important role in the regulation of puberty initiation.

  • PDF

직업 역량 강화를 위한 고등학생 대상 샵 매니저 교육 프로그램 개발 (Development of a Shop Manager Training Program for Vocational Education High School Students)

  • 이지수;이윤정;노혜균
    • 한국의류학회지
    • /
    • 제42권4호
    • /
    • pp.599-611
    • /
    • 2018
  • This study develops a training program for vocational high school students. This study implemented the ADDIE teaching-learning model and was conducted in the sequence of analyses, design, development, implementation and evaluation. In the analysis phase, the existing studies related to vocational competency training were analyzed along with an analysis of the current education programs and suitability assessment. Based on the analysis, the education program was designed and contents were determined. The program consisted of 5 chapters and 17 unit hours of instruction. Reigeluth's (1987) theory was used as the framework for organizing educational materials in the development phase. The programs were implemented on students and evaluated by students as well as experts. Students evaluated the program in terms of the degree of motivation for learning, comprehension of learning content, perceptions of lessons in classes as well as the advantages and disadvantages of the program. Experts evaluated the program in terms of program validity. The results indicate the developed program was useful for training students vocational competencies as shop managers. This study contributes to the field of fashion education, by presenting an example of systematic development of an educational program in connection with industry.

Genetic Diversity and Population Structure of a Korean Rice Germplasm Based on DNA Profiles

  • Lee, Kyung Jun;Lee, Jung-Ro;Shin, Myoung-Jae;Cho, Gyu-Taek;Ma, Kyung-Ho;Lee, Gi-An;Chung, Jong-Wook
    • 한국작물학회지
    • /
    • 제63권1호
    • /
    • pp.1-7
    • /
    • 2018
  • Information on the patterns of genetic diversity and population structure is essential for the rational use and efficient management of germplasms; accurate information aids in monitoring germplasms, and can also be used to predict potential genetic gains. In this study, we assessed genetic diversity, focusing on Korean rice accessions for theand their sustainable conserved diversity. Using DNA profiling with 12 simple sequence repeat (SSR) markers, we detected a total of 333 alleles among 2,016 accessions. The number of alleles ranged from 21 to 53, with an average of 27.8. Average polymorphism information content was 0.797, with the lowest being 0.667 and the highest 0.940. CA cluster analysis and the model-based population structure revealed two main groups that could be subdivided into five subgroups. Analysis of the molecular variance study based on the SSR profile data showed 5% variance among the profiles, whereas we recorded 93% variance among individuals and 2% variance within individuals. Specifically, the utilized diversity for of the breeding program is restricted in that cultivars were located in limited clades. These results revealed that preserving the diversity of Korean landraces could be useful sources for breeding new rice cultivars, and cwould be the basis for the sustainable conservation and utilization of a Korean rice germplasm.

Computational Analysis of the 3-D structure of Human GPR87 Protein: Implications for Structure-Based Drug Design

  • Rani, Mukta;Nischal, Anuradha;Sahoo, Ganesh Chandra;Khattri, Sanjay
    • Asian Pacific Journal of Cancer Prevention
    • /
    • 제14권12호
    • /
    • pp.7473-7482
    • /
    • 2013
  • The G-protein coupled receptor 87 (GPR87) is a recently discovered orphan GPCR which means that the search of their endogenous ligands has been a novel challenge. GPR87 has been shown to be overexpressed in squamous cell carcinomas (SCCs) or adenocarcinomas in lungs and bladder. The 3D structure of GPR87 was here modeled using two templates (2VT4 and 2ZIY) by a threading method. Functional assignment of GPR87 by SVM revealed that along with transporter activity, various novel functions were predicted. The 3D structure was further validated by comparison with structural features of the templates through Verify-3D, ProSA and ERRAT for determining correct stereochemical parameters. The resulting model was evaluated by Ramachandran plot and good 3D structure compatibility was evidenced by DOPE score. Molecular dynamics simulation and solvation of protein were studied through explicit spherical boundaries with a harmonic restraint membrane water system. A DRY-motif (Asp-Arg-Tyr sequence) was found at the end of transmembrane helix3, where GPCR binds and thus activation of signals is transduced. In a search for better inhibitors of GPR87, in silico modification of some substrate ligands was carried out to form polar interactions with Arg115 and Lys296. Thus, this study provides early insights into the structure of a major drug target for SCCs.

의료영상 가시화를 위한 셀 경계 방식 체적 재구성 방법 (Volume Reconstruction by Cellboundary Representation for Medical Volume Visualization)

  • 최영규;이의택
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제27권3호
    • /
    • pp.235-244
    • /
    • 2000
  • 본 논문에서는 단층 촬영 영상(tomographic cross-section image)에 포함되어 있는 볼륨 정보를 표현하기 위한 새로운 방법을 제안하였다. 이 방법은 큐베릴 공간을 셀 공간으로 변환하고 경계셀들을 추출하여 볼륨을 재구성하는 방법이다 셀 경계 표현은 이러한 경계셀들과 이들의 지지 복셀들의 구조에 의해 표현되어 지는데, 항상 볼륨 정보를 정확하게 표현해낼 수 있다. 이 표현에서부터 가시화등의 작업에 필요한 표면모델을 추출하기 위해 19개의 모델링 원형을 제안하고 체적형, 표면형 그리고 선형으로 분류하였으며, 이들로부터 3차원 표면을 표 참조방식으로 빠르게 추출할 수 있는 알고리즘을 제안하였다. 제안된 방법의 장점은 기존에 제안된 마칭 큐브나 PVP알고리즘 등에서 흔히 발생하는 표면생성시의 모호성문제가 전혀 발생하지 않으며, 마칭 큐브 알고리즘에서 발생하는 표면의 크랙문제도 완전히 해결된다는 장점이 있다. 또한 알고리즘이 표 참조방식을 취하므로 하드웨어화 하기가 매우 용이하여 고속의 모델링이 필요한 분야에 매우 적합한 방법이다.

  • PDF

FHSS 및 DSSS 방식 소출력 무선기기간 간섭 분석에 관한 연구 (A Study on Interference Analysis between FHSS and DSSS Short Range Radio Devices)

  • 김진영;김은철;양재수;류충상;오성택
    • 한국전자파학회논문지
    • /
    • 제19권2호
    • /
    • pp.271-279
    • /
    • 2008
  • 본 논문에서는 FHSS 방식의 소출력 무선기기와 DSSS 방식의 소출력 무선기기가 동일 주파수 대역에 존재하는 경우 업무간 간섭을 분석하였다. 분석 방법은 몬테 카를로 방법을 이용하여 DSSS 방식의 소출력 무선기기의 불요 방사가 FHSS 방식의 소출력 무선기기에 미치는 영향을 간섭 확률 측면에서 계산하였다. 간섭 시뮬레이션은 DSSS 방식의 소출력 무선기기의 대역폭과 충격 계수에 따른 간섭량을 계산하였고, 전파 모델은 자유 공간으로 가정하였다. 그리고 간섭원과 피간섭원 사이의 거리에 따른 영향을 수신기에서의 BER 측면에서 분석하였다. 간섭 분석 결과, 간섭원의 대역폭보다는 충격 계수가 시스템 양립성에 많은 영향을 주는 것을 확인할 수 있었고, 단일 간섭원과 다중 간섭원이 존재하는 경우 BER 기준을 만족하는 이격 거리를 확인할 수 있었다.

예비교사의 분수 곱셈을 위한 '발달에 핵심적인 이해'에 관한 연구 (Preservice teachers' Key Developmental Understandings (KDUs) for fraction multiplication)

  • 이수진;신재홍
    • 한국학교수학회논문집
    • /
    • 제14권4호
    • /
    • pp.477-490
    • /
    • 2011
  • '교수학적 내용 지식(Pedagogical Content Knowledge)'의 개념은 '교수활동을 위한 수학 내용 지식(Mathematical Knowledge for Teaching: MKT)'의 핵심 요소들을 밝히기 위한 연구의 일환으로 많은 연구자들에 의해 확장, 발전되어 왔다. 특히 Ball(1993)은 교수활동에서 가시적으로 드러나는 교사가 알아야 할 수학에 관해 초점을 맞추어 왔는데, 본 연구에서는 MKT를 바라보는 또 하나의 대안적 관점으로서 '발달에 핵심적인 이해 (Key Developmental Understanding: KDU)'라는 개념을 제안하고 있다. Simon (2006)은 KDU란 일련의 교수활동을 통해 수행되고 다른 수학적 아이디어의 학습에 기초가 되는 이해 또는 개념이며, '등분할 조작'이 분수 개념의 KDU가 될 수 있음을 주장하였다. 본 연구에서는 예비 초등교사와의 면담을 통하여 '반복 분할 조작'과 '세 수준의 단위 구조'의 구성이 분수 곱셈에 대한 KDU가 될 수 있음을 제시하고 있다.

  • PDF