• 제목/요약/키워드: Implementation Index

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

사용자의 스트레스 완화를 위한 맞춤형 콘텐츠 서비스 시스템의 설계 및 구현 (Design and Implementation of a Customized Contents Service System for Relieving Users' Stress)

  • 김진성;김승훈
    • 한국콘텐츠학회논문지
    • /
    • 제11권2호
    • /
    • pp.101-112
    • /
    • 2011
  • 사회가 점점 고도화 되면서 스트레스는 중요한 사회적 이슈로 부각되고 있다. 본 논문에서는 스트레스의 완화를 위한 맞춤형 콘텐츠 서비스 시스템을 설계하고 구현한다. 본 제안 시스템에서는 생체신호 및 심리정보를 기반으로 스트레스 증상 및 지수를 계산하고 선호도 등의 사용자 정보를 기반으로 영상, 음향, 향기 및 조명 콘텐츠 조합을 추천하고 추천된 콘텐츠 서비스를 제공한다. 이를 위하여 본 논문에서는 스트레스 증상을 분류하고, 심리정보 측정을 위한 자가평가도구 문항을 정의하였다. 정의된 스트레스 증상에 맞게 영상, 음향, 향기 및 조명 콘텐츠를 분류하였으며, 3단계 사용자 맞춤형 콘텐츠 추천 모델을 제안하였다. 또한 사용자 맞춤형 콘텐츠 서비스 모델을 제안하였으며, 이에 따라 서비스 시스템을 설계 및 구현하였다. 본 시스템은 기존의 시스템들과는 달리 사용자 맞춤형이며 다양한 콘텐츠 조합을 서비스할 수 있는 특징이 있다.

최적 레이턴시 기반 공정 큐잉 알고리즘의 구현 복잡도 개선 (Improving the Implementation Complexity of the Latency-Optimized Fair Queuing Algorithm)

  • 김태준;서봉수
    • 한국통신학회논문지
    • /
    • 제37권6B호
    • /
    • pp.405-413
    • /
    • 2012
  • 서비스 품질을 보장하기 위해 널리 사용되는 WFQ(Weighted Fair Queuing)는 엄격한 지연한계를 요구하는 저속 트래픽 흐름의 경우 자원 이용도가 아주 나빠지는 구조적인 한계를 갖고 있다. 이러한 WFQ의 문제점은 최적화 되지 않은 트래픽 흐름의 레이턴시에 기인하는 것으로 밝혀졌고, 최적 레이턴시를 실현하여 자원 이용도를 높일 수 있는 LOFQ(Latency-Optimized Fair Queuing) 가 도입되었다. 그러나 LOFQ는 새로운 흐름을 수락할 때마다 모든 흐름에 대해 최적의 레이턴시를 재 설정해야 하므로 흐름 수락시 O($N^2$)의 복잡도를 가져 구현에 어려움이 있다. 본 논문은 이러한 복잡도를 O(1) 수준으로 낮추는 방식을 제안한다. 제안된 방식은 가해진 트래픽 부하의 서비스 품질의 통계적인 특성을 이용하여 최적 레이턴시 지수 함수를 구한 후 이 함수를 이용하여 도착 흐름의 최적 레이턴시 지수를 간단하게 구하는 것이다.

Miracle 임베디드 RDBMS 설계, 구현 및 성능 평가 (Design, Implementation, and Performance Evaluation of an Embedded RDBMS Miracle)

  • 서남원;김경렬;김수희
    • 한국산학기술학회논문지
    • /
    • 제12권7호
    • /
    • pp.3227-3235
    • /
    • 2011
  • 이 논문에서는 관계형 임베디드 DBMS를 설계하고 프로토타입 Miracle RDBMS(MDB)를 개발하였다. MDB는 C로 개발되었고, 로컬에서 동작하며 유닉스와 윈도우즈 계열에서 운영 가능하다. SQL 인터페이스와 API 함수를 통해 데이터베이스를 접근하며 $B^+$ 트리 인덱스를 사용한다. 트랜잭션의 ACID를 보장하고 저수준의 잠금, 단일 테이블에 대한 SQL 문을 처리한다. 데이터의 처리 성능을 평가하기 위해 ARM용 EZ-S3C6410 보드를 이용하여 데이터 적재, 검색, 수정 및 삭제하는데 걸리는 시간을 실험하였다. SQLite와 처리시간을 비교해 보았는데 단위 연산에 대한 평균 처리시간이 SELECT와 INSERT에서 MDB가 각각 38.46%, 22.86% 더 빨랐으며, UPDATE와 DELETE에서 SQLite가 각각 28.33%, 26.00% 더 우수하였다. 이 실험은 데이터베이스에서 데이터를 가져오고 보내는 작업이 MDB에서 더 빠른 반면, $B^+$ 트리 인덱스는 SQLite에서 더 효율적으로 구축되었음을 보여준다.

빅데이터 기반 미세먼지 이상 탐지 머신러닝 시스템 설계 및 구현 (Design and Implementation of Machine Learning System for Fine Dust Anomaly Detection based on Big Data)

  • 이재원;인치호
    • 한국인터넷방송통신학회논문지
    • /
    • 제24권1호
    • /
    • pp.55-58
    • /
    • 2024
  • 본 논문은 빅데이터 기반 미세먼지 이상 탐지 머신러닝 시스템 설계 및 구현을 제안한다. 제안하는 시스템은 빅데이터로 구성된 미세먼지 및 기상 정보를 통해 미세먼지 대기환경지수를 분류하는 시스템이다. 이 시스템은 머신러닝 기반의 대기환경지수 분류 카테고리별 이상치에 따른 이상치 탐지 알고리즘 설계를 통해 미세먼지를 분류한다. 카메라에서 수집된 영상의 심도 데이터는 미세먼지 농도에 따른 영상을 수집한 후 미세먼지 가시마스크를 생성합니다. 그리고 모노 심도 추정 알고리즘을 통한 학습 기반 핑거프린팅 기법으로 모노스코프 카메라에서 수집된 미세먼지의 가시거리를 추론하여 미세먼지 농도를 도출합니다. 본 방법의 실험 및 분석을 위해 미세먼지 농도 데이터와 지역별, 시간별 CCTV 영상 데이터를 매칭하여 학습 데이터를 생성한 후 모델을 생성하여 실제 환경에서 테스트한다.

이동체 데이타베이스를 위한 통합 색인의 설계 및 구현 (Design and Implementation of Unified Index for Moving Objects Databases)

  • 박재관;안경환;정지원;홍봉희
    • 한국정보과학회논문지:데이타베이스
    • /
    • 제33권3호
    • /
    • pp.271-281
    • /
    • 2006
  • 최근 PDA, 휴대폰, 노트북, GPS, RFID와 같은 모바일 장치의 발달과 범용적인 사용으로 위치 기반 서비스(LBS: Location Based Service)에 대한 요구가 점점 증대되고 있다. 위치 기반 서비스의 핵심 기술로는 이동체의 위치를 저장 및 관리하기 위한 이동체 데이타베이스를 들 수 있다. 이러한 데이타베이스는 이동체 정보를 빠르게 검색하기 위해 색인을 필요로 하며, 이 색인은 다수의 이동체에 의해 갱신되는 업데이트를 관리하고 실시간으로 위치를 추적할 수 있어야 한다. 따라서 이동체 데이터베이스를 위한 색인은 실시간 처리를 위해서 메인 메모리에서 동작하는 색인의 구조를 가져야 하며, 다수 이동체의 위치 정보를 관리하기 위해 색인의 일부분을 메모리에서 디스크로 이동하거나 디스크에서 메모리로 로딩하는 기법을 지원해야 한다. 이 논문에서는 이러한 색인의 요구 조건을 충족시키기 위해서 메인 메모리와 디스크를 연동하는 통합색인 기법과 메모리 공간 부족 시에 색인의 일부를 디스크로 이동시키는 이주 정책들을 제시하였다 이주 정책은 디스크 I/O를 줄이기 위해 노드 단위가 아닌 서브트리 단위로 이동하도록 함으로써, 벌크 연산 및 동적 클러스터링의 효과를 얻게 된다. 통합 색인은 이주 정책에 따라 다른 형태로 구성될 수 있으며, 본 논문에서는 Oldest Node 정책과 LRU Buffer 정책을 적용하였다. 또한 통합 색인을 구현하고, 각 이주 정책 별로 실험 평가를 수행하여 성능을 측정하였다

이동체 데이터베이스를 위한 R-tree 기반 메인 메모리 색인의 설계 및 구현 (Design and Implementation of a Main Memory Index based on the R-tree for Moving Object Databases)

  • 안성우;안경환;이창우;홍봉희
    • 한국공간정보시스템학회 논문지
    • /
    • 제8권2호
    • /
    • pp.53-73
    • /
    • 2006
  • 최근 PDA, 휴대폰 GPS와 같은 모바일 기기의 발달로 인하여 이동체에 대한 위치 기반 서비스의 요구가 증대되고 있다. 위치 기반 서비스 기술의 핵심은 이동체로부터 획득된 위치를 효율적으로 저장하고 처리하기 위한 이동체 데이터베이스이며 이동체의 빈번한 보고 데이터를 처리하기 위해서는 서버에서 메인 메모리 DBMS를 유지하는 것이 필요하다. 그러나, 기존 연구에서는 대부분 디스크 기반 환경에서의 이동체 색인을 연구하였으며 이러한 색인은 메인 메모리의 특성을 고려하지 않기 때문에 메인 메모리 DBMS에서는 효율적인 동작을 보장할 수 없다. 따라서, 메인 메모리 환경에 적합한 이동체 색인에 대한 연구가 필요하다. 이 논문에서는 메인 메모리 DBMS에서 이동체의 빈번한 보고 데이터를 처리하기 위한 R-tree 기반의 메인 메모리 색인을 제시한다. 제안한 색인에서는 성장 노드 구조를 사용함으로써 노드 오버플로우 시 노드 분할을 지연하여 노드 분할에 의한 분할 비용이 증가하는 것을 방지한다. 또한, 노드간의 중첩을 줄이기 위한 합병 후 재분할 정책과 노드 MBR이 차지하는 영역 크기 비율을 줄이기 위한 큰 영역을 가진 노드에 대한 분할 정책을 제안함으로써 검색 성능을 향상시킨다. 성능 평가를 통해서 이 논문에서 제안한 색인은 기존의 색인에 비해서 영역 질의 수행 시 최대 30% 정도의 성능향상을 보여주고 있다.

  • PDF

뇌혈관질환자의 구강건강관리프로그램 효과 (The effect of oral hygiene care program in stroke patients)

  • 동판;이윤희;이희경
    • 한국치위생학회지
    • /
    • 제14권3호
    • /
    • pp.363-370
    • /
    • 2014
  • Objectives : The purpose of the study is to investigate the effect of the oral hygiene care program in stroke patients. Methods : The subjects were 62 stroke patients of rehabilitation department in Youngnam University Hospital in Daegu. The study was carried out from January, 2010 to October, 2010. Intervention group was 35 and the control group was 31 patients. Tooth brushing instruction, oral health education and scaling were implemented in all patients at baseline. This program was conducted 5 times during hospitalization in intervention group. Results : In the intervention group, the mean age was 59.2 years, and women accounted for 66.7% and the control group consisted of 72.4% of women and mean age was 58.5 years. The average of the number of permanent teeth with experience of dental caries, the values of dental calculus index, plaque index, bleeding index and tooth mobility were 11.88, 11.79, 9.91, 3.16 and 1.16, respectively. The control group showed 10.21, 11.79, 9.91, 3.16 and 1.16, respectively. The proportion of subjects whose CPI was higher than 3 accounted for 97%, and the O'Leary index score was 38.6 in the intervention grou. The control group showed 100% and 38.79. Conclusions : Oral condition improved significantly in the intervention group in the third session. These findings may provide essential information for oral health program planning and implementation.

Improvement in Computation of Δ V10 Flicker Severity Index Using Intelligent Methods

  • Moallem, Payman;Zargari, Abolfazl;Kiyoumarsi, Arash
    • Journal of Power Electronics
    • /
    • 제11권2호
    • /
    • pp.228-236
    • /
    • 2011
  • The ${\Delta}\;V_{10}$ or 10-Hz flicker index, as a common method of measurement of voltage flicker severity in power systems, requires a high computational cost and a large amount of memory. In this paper, for measuring the ${\Delta}\;V_{10}$ index, a new method based on the Adaline (adaptive linear neuron) system, the FFT (fast Fourier transform), and the PSO (particle swarm optimization) algorithm is proposed. In this method, for reducing the sampling frequency, calculations are carried out on the envelope of a power system voltage that contains a flicker component. Extracting the envelope of the voltage is implemented by the Adaline system. In addition, in order to increase the accuracy in computing the flicker components, the PSO algorithm is used for reducing the spectral leakage error in the FFT calculations. Therefore, the proposed method has a lower computational cost in FFT computation due to the use of a smaller sampling window. It also requires less memory since it uses the envelope of the power system voltage. Moreover, it shows more accuracy because the PSO algorithm is used in the determination of the flicker frequency and the corresponding amplitude. The sensitivity of the proposed method with respect to the main frequency drift is very low. The proposed algorithm is evaluated by simulations. The validity of the simulations is proven by the implementation of the algorithm with an ARM microcontroller-based digital system. Finally, its function is evaluated with real-time measurements.

압축된 써픽스 배열 구축의 실제적인 성능 비교 (Comparisons of Practical Performance for Constructing Compressed Suffix Arrays)

  • 박치성;김민환;이석환;권기룡;김동규
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제34권5_6호
    • /
    • pp.169-175
    • /
    • 2007
  • 써픽스 배열은 기본적인 전체 텍스트 인덱스 자료구조로서, 반복되는 패턴 질의 수행 시 효율적으로 사용될 수 있다. 유용한 전체 텍스트 인덱스 자료구조들이 많이 제안되어왔음에도 불구하고, O(nlogn)-비트 공간을 필요로 하는 공통적인 문제점으로 인하여 보다 효율적으로 공간을 사용할 수 있는 방법에 대한 필요성이 요구되었다. 하지만 기 개발된 압축된 써픽스 배열이나 FM-인덱스와 같은 것들 또한 이미 존재하는 써픽스 배열에서부터 구축되어야 하기 때문에 실제적인 사용 공간을 줄일 수는 없었다. 최근, 써픽스 배열을 구축할 필요 없이 텍스트로부터 직접 압축된 써픽스 배열을 구축할 수 있는 두 가지 알고리즘들이 제안되었다. 본 논문에서는 실험을 통해 자료구조 구축 시간과 구축 시 필요로 하는 최대 사용 공간, 구축이 끝난 후 최종 자료구조의 크기 등을 측정함으로써 이 두 가지 압축된 써픽스 배열 구축 알고리즘과 기존의 써픽스 배열들과의 실제적인 성능을 비교한다.

Optimal Poultry Litter Management through GIS-based Transportation Analysis System

  • Kang, M.S.;Srivastava, P.;Fulton, J.P.;Tyson, T.;Owsley, W.F.;Yoo, K.H.
    • 한국농공학회논문집
    • /
    • 제48권7호
    • /
    • pp.73-86
    • /
    • 2006
  • Concentrated poultry production in the State of Alabama, U.S.A. results in excessive poultry litter. Application of poultry litter to pastures and row crops serves as a cheap alternative to commercial fertilizer. However, over the years, poultry litter application to perennial forage crops in the Appalachian Plateau region of North Alabama has resulted in phosphorus (P) buildup in soils. Phosphorus index (P-index) and comprehensive nutrient management plans (CNMP) are often used as a best management practice (BMP) for proper land application of litter. Because nutrient management planning is often not done for small animal feeding operations (AFOs), and also because, in case of excess litter, litter transportation infrastructure has not been developed, over application of poultry litter to near by area is a common practice. To alleviate this problem, optimal poultry litter management and transportation infrastructure needs to be developed. This paper presents a methodology to optimize poultry litter application and transportation through efficient nutrient management planning and transportation network analysis. The goal was accomplished through implementation of three important modules, a P-Index module, a CNMP module, and a transportation network analysis module within ArcGIS, a Geographic Information System (GIS). The CNMP and P-Index modules assist with land application of poultry litter at a rate that is protective of water quality, while the transportation network analysis module helps transport excess litter to areas requiring litter in the Appalachian Plateau and Black Belt (a nutrient-deficient area) regions. Once fully developed and implemented, such a system will help alleviate water quality problems in the Appalachian Plateau region and poor soil fertility problems in the Black Belt region by optimizing land application and transportation. The utility of the methodology is illustrated through a hypothetical case study.