• Title/Summary/Keyword: Design tree

Search Result 1,053, Processing Time 0.03 seconds

Management System for Hypertensive patients using Design Tree in SmartPhone (스마트폰에서 decision tree를 이용한 고혈압 환자 관리 시스템)

  • Jeong, Woon-hae;Park, Doo-Soon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2012.04a
    • /
    • pp.1342-1344
    • /
    • 2012
  • 안드로이드를 기반으로 사용자가 자신의 상태를 점검하고, 혈압 상태를 자동으로 기록하고, 응급상황 발생시 경고하고 가까운 병원으로 안내하는 시스템을 구현하였다. 스마트폰의 통신을 이용하여 평상시의 혈압을 서버에 저장하고 그 데이터를 바탕으로 환자에게 알맞은 처방을 제공한다.

A Study on Speech Recognition Using the HM-Net Topology Design Algorithm Based on Decision Tree State-clustering (결정트리 상태 클러스터링에 의한 HM-Net 구조결정 알고리즘을 이용한 음성인식에 관한 연구)

  • 정현열;정호열;오세진;황철준;김범국
    • The Journal of the Acoustical Society of Korea
    • /
    • v.21 no.2
    • /
    • pp.199-210
    • /
    • 2002
  • In this paper, we carried out the study on speech recognition using the KM-Net topology design algorithm based on decision tree state-clustering to improve the performance of acoustic models in speech recognition. The Korean has many allophonic and grammatical rules compared to other languages, so we investigate the allophonic variations, which defined the Korean phonetics, and construct the phoneme question set for phonetic decision tree. The basic idea of the HM-Net topology design algorithm is that it has the basic structure of SSS (Successive State Splitting) algorithm and split again the states of the context-dependent acoustic models pre-constructed. That is, it have generated. the phonetic decision tree using the phoneme question sets each the state of models, and have iteratively trained the state sequence of the context-dependent acoustic models using the PDT-SSS (Phonetic Decision Tree-based SSS) algorithm. To verify the effectiveness of the above algorithm we carried out the speech recognition experiments for 452 words of center for Korean language Engineering (KLE452) and 200 sentences of air flight reservation task (YNU200). Experimental results show that the recognition accuracy has progressively improved according to the number of states variations after perform the splitting of states in the phoneme, word and continuous speech recognition experiments respectively. Through the experiments, we have got the average 71.5%, 99.2% of the phoneme, word recognition accuracy when the state number is 2,000, respectively and the average 91.6% of the continuous speech recognition accuracy when the state number is 800. Also we haute carried out the word recognition experiments using the HTK (HMM Too1kit) which is performed the state tying, compared to share the parameters of the HM-Net topology design algorithm. In word recognition experiments, the HM-Net topology design algorithm has an average of 4.0% higher recognition accuracy than the context-dependent acoustic models generated by the HTK implying the effectiveness of it.

The Characteristics of Visualizing Hierarchical Information and their Applications in Multimedia Design (멀티미디어디자인에서 정보위계 표출방식과 그 활용에 관한 연구)

  • You, Si-Cheon
    • Science of Emotion and Sensibility
    • /
    • v.9 no.spc3
    • /
    • pp.209-224
    • /
    • 2006
  • Hierarchy which is often named as the tree-structure is used to reduce complexity and show primitive structures of complicated information. This paper aims at explaining information-visualization methods using hierarchies in multimedia domains and prospecting the possible applications by examining how they affect the user's tasks involved in information-seeking activities. As a result, four types of information visualization methods named Treemap, Hyperbolic, Cone Tree and DOI Tree employed in multimedia domain, are presented and pros and cons of each method are explained in this paper. Another important part is defining the core tasks and other related-tasks in information-seeking activities, such as, overview, zoom, filter, details-on-demand, relate, history, and extract. Followings are major findings. Treemap uses 'overview' as the core task, which makes user to gain a overall meaning of the whole information cluster. Hyperbolic and DOI Tree apply 'Boom' task through the function of focus+context or by the function of meaningful scaling to magnify or downsize each node. Cone Tree, also, makes the information organizer to classify the patterns of information acquired in the process of users' information-seeking activities by using 'extract' task. Through this study, it is finally found out that the information-visualization methods using hierarchies in multimedia domains should incorporate the wide variety of functional needs related to users' information-seeking behaviors beyond the visual representation of information.

  • PDF

Ginger Cultivation Under Multipurpose Tree Species in the Hill Forest (방글라데시 경사지 산림토양의 경제적 이용을 위한 생강 재배기술 개발)

  • Aslam Ali, M.;Jamaluddin, M.;Mujibur Rahman, G.M.
    • Korean Journal of Soil Science and Fertilizer
    • /
    • v.38 no.4
    • /
    • pp.218-221
    • /
    • 2005
  • The present study was investigated in the Chittagong hill forest of Bangladesh to assess the feasibility of ginger cultivation under multipurpose forest and fruit tree species. There were three treatments such as i) ginger grown under open field condition, ie. full sunlight (T1), ii) ginger grown under Gamar tree (spacing of $90{\times}90cm$ (T2) and iii) ginger grown under guava tree (spacing $180{\times}180cm$) tree (T3). The experiment was laid out in randomized block design (RBD) and each treatment was replicated three times. From data it was observed that some morphological parameters of ginger such as plant height, number of leaves per plant, leaf length and leaf breadth were higher in the treatments T2 and T3 as compared to the treatment T1. A positive and linear relationship was observed between the weight of rhizome and yield of ginger which caused the highest yield of ginger ($23.63Mg\;ha^{-1}$) under guava tree species at partial shaded condition in the T3 treatment ($180{\times}180cm$), whereas the lowest yield ($15.64Mg\;ha^{-1}$) was recorded in the T2 treatment when ginger was cultivated under Gamar tree species at closer spacing ($90{\times}90cm$). Therefore, it was revealed that partial shaded condition favoured the optimum growth and yield of ginger, whereas the dense shade from intensively planted tree species badly affected the dry matter production and yield of ginger.

Design of Hybrid Debugging System for Java Programs (자바 프로그램을 위한 복합 디버깅 시스템의 설계)

  • Kouh, Hoon-Joon
    • The Journal of the Korea Contents Association
    • /
    • v.9 no.1
    • /
    • pp.81-88
    • /
    • 2009
  • In the previous work, we presented HDTS for locating logical errors in Java programs. The HDTS locates an erroneous method at an execution tree using an algorithmic program debugging technique and locates a statement with errors in the erroneous method using a step-wise program debugging. The technique can remove the unnecessary statements and nodes in debugging using a program slicing technique at the execution tree. So HDTS reduces the number of program debugging. In this paper, we design HDTS system for debugging java programs. We define small subset of Java language and design the translator that translates java source codes and the virtual machine that runs java programs. We design GUI(Graphical User Interface) for debugging.

Efficiency Estimation of Process Plan Using Tolerance Chart

  • Kim I.H.;Dong Zuomin
    • Korean Journal of Computational Design and Engineering
    • /
    • v.11 no.2
    • /
    • pp.148-155
    • /
    • 2006
  • This paper presents a new method for assessing the efficiency of production process plans using tolerance chart to lower production cost. The tolerance chart is used to predict the accuracy of a part that is to be produced following the process plan, and to carry out the quantitative measurement on the efficiency of the process plan. By comparing the values of design tolerances and their corresponding resultant tolerances calculated using the tolerance chart, the process plan that is incapable of satisfying the design requirements and the faulty production operations can be identified. Similarly, the process plan that imposes unnecessarily high accuracy and wasteful production operations can also be identified. For the latter, a quantitative measure on the efficiency of the process plan is introduced. The higher the unnecessary cost of the production, the poor is the efficiency of the process plan. A coefficient is introduced for measuring the process plan efficiency. The coefficient also incorporates two weighting factors to reflect the difficulty of manufacturing operations and number of dimensional tolerances involved. To facilitate the identification of the machining operations and the machined surfaces, which are related to the unnecessarily tight resultant tolerances caused by the process plan, a rooted tree representation of the tolerance chart is introduced, and its use is demonstrated. An example is presented to illustrate the new method. This research introduces a new quantitative process plan evaluation method that may lead to the optimization of process plans.

A Study on the Necktie Design to Day Marketing using CAD - Focused on Christmas - (CAD를 활용한 데이 마케팅에 의한 넥타이 디자인 연구 - 크리스마스를 중심으로 -)

  • Chu, Mi-Kyung
    • The Research Journal of the Costume Culture
    • /
    • v.18 no.4
    • /
    • pp.640-654
    • /
    • 2010
  • The purpose of this study is to design neckties that are motivated by Christmas symbol images that have been known to public most widely in the basis of Day marketing so as to develop the competitive commodities closed to consumers' emotion in the fashion industry. As a method of this study were to use Adobe Illustrator CS2, which is one of the vector graphic programs, to present the motif design such as Santa Claus, trees, presents and letters among Christmas symbols, and are to apply to neckties by giving a change with striped pattern, all over pattern and one point pattern. The results are as follows; Firstly, Santa Claus image was expressed by color contrast with red and white, which was perceived by red, green and white that are mostly used in Christmas. Secondly, tree images are expressed abstractly with color contrast where red and green are contrasted, and color way change was given for symbol color of Christmas. Third, in the image of gift, the image of share and image of colorfulness were considered for expression by making motifs of three dimensional hexahedron shape. Fourthly, in the image of type, motif was expressed by giving a change in horizontal and vertical writing types.

FAULT-TREE-BASED RISK ASSESSMENT FOR DYNAMIC CONDITION CHANGES

  • Kang, Hyun-Gook;Jang, Seung-Cheol
    • Nuclear Engineering and Technology
    • /
    • v.39 no.2
    • /
    • pp.123-128
    • /
    • 2007
  • In order to apply a static fault-tree (FT) method to a system or a plant whose configuration changes dynamically, condition gates and a post processing method are used to effectively accommodate these changes. An operator's performance change, which can be caused by these configuration changes, should also be considered to assess the risk to a plant in a more realistic manner. This study aims to develop an integrated framework to accommodate various configuration changes and their effect on an operator’s performance by using the FT model. We applied a condition-based human reliability assessment (CBHRA) method to consider various conditions endured by an operator. That is, we integrated the CBHRA method with the conventional post processing method for modeling the system configuration changes. The effect of the condition monitoring systems installed in a plant is also considered. In this study, we show an example application of the integrated framework to a probabilistic safety assessment for the shutdown phase of a nuclear power plant.

Design of Opportunity Tree to Decrease CBD Risk Exposure (CBD 개발과제 위험 노출도(Risk Exposure)를 줄이기 위한 Opportunity Tree의 설계)

  • 이민광;이경환
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10b
    • /
    • pp.505-507
    • /
    • 2004
  • 컴포넌트 기반 개발은 컴포넌트 재사용을 통해 생산성을 향상시키고, 검증된 컴포넌트의 사용으로 소프트웨어 품질을 증대시키며, 개발비용 및 일정의 단축을 유도하는 등 기존의 소프트웨어 개발 방법에 비해 다양한 이점을 보유하고 있다. 이러한 이점에도 불구하고 컴포넌트 기반개발을 성공적으로 정착시키란 쉬운 일이 아니다. 이는 바로 컴포넌트 기반 개발의 특성상 발생할 수 있는 위험을 체계적으로 관리하지 못했기 때문이다. 본 논문에서는 컴포넌트 기반 개발 시 발생할 수 있는 위험을 분석하고 영향을 미치는 측정 메트릭을 조사하여 위험을 정량적으로 측정하기 위한 초석을 마련하였다. 또한 컴포넌트 기반 개발 시 발생할 수 있는 위험을 체계적으로 관리하기 위한 'CBD 개발과제 위험 노출도를 줄이기 위한 OT(Opportunity Tree)'를 제시하였다.s;를 제시하였다.

  • PDF