• 제목/요약/키워드: Information System Types

검색결과 3,552건 처리시간 0.028초

광대역 DS-CDMA 셀룰라 시스템의 역방향 링크에서 용량비교 (Capacity comparison of different transmission types on the reverse link for wideband DS-CDMA cellular system)

  • 임광재;곽경섭
    • 한국통신학회논문지
    • /
    • 제22권3호
    • /
    • pp.571-579
    • /
    • 1997
  • There are some transmission types on the reverse link of wideband DS-CDMA cellular system. The configurations of logical channels on the reverse link may be different dependent upon the transmission methods of reverse pilot or control signaling. In this paper, we present three transmission types on the wideband DS-CDMA reverse link; no-pilot system, pilot-channel aided system and pilot-symbol aided system. And we compare the performance of three systems in terms of capacity and cell coverage. The pilot-symbol aided system is shown to have the better performance than the pilot-channel aided system in both capacity and cell coverage.

  • PDF

Misinformation Detection and Rectification Based on QA System and Text Similarity with COVID-19

  • Insup Lim;Namjae Cho
    • Journal of Information Technology Applications and Management
    • /
    • 제28권5호
    • /
    • pp.41-50
    • /
    • 2021
  • As COVID-19 spread widely, and rapidly, the number of misinformation is also increasing, which WHO has referred to this phenomenon as "Infodemic". The purpose of this research is to develop detection and rectification of COVID-19 misinformation based on Open-domain QA system and text similarity. 9 testing conditions were used in this model. For open-domain QA system, 6 conditions were applied using three different types of dataset types, scientific, social media, and news, both datasets, and two different methods of choosing the answer, choosing the top answer generated from the QA system and voting from the top three answers generated from QA system. The other 3 conditions were the Closed-Domain QA system with different dataset types. The best results from the testing model were 76% using all datasets with voting from the top 3 answers outperforming by 16% from the closed-domain model.

Embedded System 기반 Vision Box 설계와 적용 (Design and Application of Vision Box Based on Embedded System)

  • 이종혁
    • 한국정보통신학회논문지
    • /
    • 제13권8호
    • /
    • pp.1601-1607
    • /
    • 2009
  • 비전 시스템은 카메라를 통하여 획득한 이미지 정보를 캡쳐 후, 이를 분석하여 물체를 인식하는 것으로서, 차종 분류를 포함 한 다양한 산업현장에서 사용하고 있다. 이런 필요성으로 인하여 차종 분류를 위한 많은 연구가 이루어지고 있으나 복잡한 계산과정으로 인하여 처리 시간이 많이 소요되는 단점이 있다. 본 논문에서는 임베디드 시스템을 기반으로 하는 Vision Box를 설계하고 이를 사용한 차종인식 시스템을 제안하였다. 제안한 Vision Box의 성능을 자동차의 차종분류를 통한 사전 테스트 결과 최적 화된 환경 조건에서는 100%의 차종별 인식률을 보였으며, 조명 및 회전의 작은 변화에 따른 테스트에서 차종인식은 가능하였으나, 패턴점수가 낮아졌다. 제안한 Vision Box 시스템을 산업 현장에 적용한 결과 처리시간, 인식률 등에서 산업체의 요구 조건을 만족 할 수 있음을 확인할 수 일었다.

콜드 체인 응용을 위한 미들웨어 코드 체계 (The Code System of the Middleware For Cold-Chain Applications)

  • 김종규;임덕성;이석호
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2009년도 추계학술대회
    • /
    • pp.1067-1070
    • /
    • 2009
  • 유통 물류 시스템에서 온도 제어를 비롯한 환경정보의 제어는 매우 중요하다. 제품의 온도정보관리뿐만 아니라 환경정보에 대한 실시간 관리를 위한 Smart Cold Chain Management(SCCM) 시스템에서는 유통/물류시스템에서 사용하는 태그 정보뿐만 아니라 다양한 센서 정보를 실시간으로 통합 관리하여야 한다. 그러나 다양한 종류의 태그 정보를 통합 관리할 뿐만 아니라 온도, 습도, 위치데이터등과 같은 다양한 환경 정보를 통합 관리하기 위해서는 표준화된 코드 체계가 필요하다. 이 논문에서는 SCCM시스템에서 적용될 수 있는 표준 코드 체계를 제시한다.

  • PDF

Adaptive Recommendation System for Tourism by Personality Type Using Deep Learning

  • Jeong, Chi-Seo;Lee, Jong-Yong;Jung, Kye-Dong
    • International Journal of Internet, Broadcasting and Communication
    • /
    • 제12권1호
    • /
    • pp.55-60
    • /
    • 2020
  • Adaptive recommendation systems have been developed with big data processing as a system that provides services tailored to users based on user information and usage patterns. Deep learning can be used in these adaptive recommendation systems to handle big data, providing more efficient user-friendly recommendation services. In this paper, we propose a system that uses deep learning to categorize and recommend tourism types to suit the user's personality. The system was divided into three layers according to its core role to increase efficiency and facilitate maintenance. Each layer consists of the Service Provisioning Layer that real users encounter, the Recommendation Service Layer, which provides recommended services based on user information entered, and the Adaptive Definition Layer, which learns the types of tourism suitable for personality types. The proposed system is highly scalable because it provides services using deep learning, and the adaptive recommendation system connects the user's personality type and tourism type to deliver the data to the user in a flexible manner.

절차적 프로그램으로부터의 객체 추출 방법론 (A Method of Object Identification from Procedural Programs)

  • 진윤숙;마평수;신규상
    • 한국정보처리학회논문지
    • /
    • 제6권10호
    • /
    • pp.2693-2706
    • /
    • 1999
  • Reengineering to object-oriented system is needed to maintain the system and satisfy requirements of structure change. Target systems which should be reengineered to object-oriented system are difficult to change because these systems have no design document or their design document is inconsistent of source code. Using design document to identifying objects for these systems is improper. There are several researches which identify objects through procedural source code analysis. In this paper, we propose automatic object identification method based on clustering of VTFG(Variable-Type-Function Graph) which represents relations among variables, types, and functions. VTFG includes relations among variables, types, and functions that may be basis of objects, and weights of these relations. By clustering related variables, types, and functions using their weights, our method overcomes limit of existing researches which identify too big objects or objects excluding many functions. The method proposed in this paper minimizes user's interaction through automatic object identification and make it easy to reenginner procedural system to object-oriented system.

  • PDF

A Study on Design of Web Service System using UDDI Registry

  • Kim, Tae-Hee;Kim, Sun-Kyung
    • 한국산업정보학회:학술대회논문집
    • /
    • 한국산업정보학회 2007년도 춘계학술대회
    • /
    • pp.168-173
    • /
    • 2007
  • Recent web environment needs a web service method that can integrate the individual web service. The UDDI registry can accommodate this need by classifying the information of the web service system for an easy retrieval of the information, thus it reduces the time to find a specific web service. Using the basic information search function of the UDDI registry, the web provider can offer various types of information to the client. In this paper, we implemented the process of registering the information to the UDDI registry and retrieving the various types of information from the UDDI registry in a given format.

  • PDF

국내 재난의료훈련 현황의 고찰 (A Survey of Disaster Medical Drill in Korea)

  • 왕순주
    • 한국재난정보학회 논문집
    • /
    • 제6권2호
    • /
    • pp.107-117
    • /
    • 2010
  • The disaster preparedness system in Korea has been developed in spite of many obstacles, but there are still many problems especially on actual preparedness including disaster drill and disaster medical system. Disaster drills performed by wide regional emergency medical centers for one years were analyzed based on the disaster drill report and additional compensation of incomplete data by direct contact with the participating institutions. On the disaster medical drills in Korea, it is necessary to emphasize drills on various types of disaster, active participation of medical personnels, drills combined with various types of related institutions, process of disaster medical aspect.

머리의 형태별 특성에 따른 모자류 치수체계 연구 (A Study on the Sizing System of Head Wears According to the Head Types)

  • 임지영
    • 대한가정학회지
    • /
    • 제43권1호
    • /
    • pp.105-113
    • /
    • 2005
  • The purpose of this study was to suggest a standard sizing system for college female students' head wears according to their head types. The subjects were 193 college women, of 20 to 25 years-old. The subjects were directly measured anthropometrically and indirectly analyzed photographically. In previous tudy (Lim, 2004), 3 clusters as their head types were categorized. the sizing system, which had frequencies more than $4\%$ was classified 6 cases, 7 cases and 9 cases, respectively, by head 3 types. 3 types of size system, which were 56-28-38, 56-30-38 and 57-28-38(Eds note: which of the measurements are head girth, surface length 1 and surface length 2), which were included in 3 clusters. Although head girths were as the same, head surface length was different in size. On the contrary, head surface length was same, head girth was different. The result will contribute to fitness of head wear fitness of consumer, and the amount of production.

An Ontology-based Knowledge Management System - Integrated System of Web Information Extraction and Structuring Knowledge -

  • Mima, Hideki;Matsushima, Katsumori
    • 한국전자거래학회:학술대회논문집
    • /
    • 한국전자거래학회 2005년도 e-Biz World Conference 2005
    • /
    • pp.55-61
    • /
    • 2005
  • We will introduce a new web-based knowledge management system in progress, in which XML-based web information extraction and our structuring knowledge technologies are combined using ontology-based natural language processing. Our aim is to provide efficient access to heterogeneous information on the web, enabling users to use a wide range of textual and non textual resources, such as newspapers and databases, effortlessly to accelerate knowledge acquisition from such knowledge sources. In order to achieve the efficient knowledge management, we propose at first an XML-based Web information extraction which contains a sophisticated control language to extract data from Web pages. With using standard XML Technologies in the system, our approach can make extracting information easy because of a) detaching rules from processing, b) restricting target for processing, c) Interactive operations for developing extracting rules. Then we propose a structuring knowledge system which includes, 1) automatic term recognition, 2) domain oriented automatic term clustering, 3) similarity-based document retrieval, 4) real-time document clustering, and 5) visualization. The system supports integrating different types of databases (textual and non textual) and retrieving different types of information simultaneously. Through further explanation to the specification and the implementation technique of the system, we will demonstrate how the system can accelerate knowledge acquisition on the Web even for novice users of the field.

  • PDF