• 제목/요약/키워드: Information Search Module

검색결과 128건 처리시간 0.027초

정규식 구문과 상관분석 기법을 통합한 정보 검색 모듈 개발 (Development of Information Search Module by Integrating Regular Expression and Correlation Analysis Method)

  • 김봉현
    • 한국정보통신학회논문지
    • /
    • 제17권3호
    • /
    • pp.634-640
    • /
    • 2013
  • 기존의 패턴 및 데이터베이스 검색, 페이지 단위 문자열 검색 기법은 단순 검색 방식으로 오탐율이 많아 검색 결과에 대한 신뢰성이 떨어진다. 또한, 동일 조건을 다른 검색 기법에 추가로 시행함으로 인해 자원 낭비 및 시간 낭비를 초래하고 있다. 따라서 본 논문에서는 정규식 구문과 상관분석 기법의 통합적 연계 방식을 적용시킨 정보 검색 모듈을 개발하였다. 이를 통해 기존의 문자열 검색기법의 문제로 지적되어 온 오탐율을 줄임으로써 경제적인 효과 및 신뢰성을 확보하는 보안형 정보 검색 기술을 연구하였다.

의학용어 비교 검색을 지원하는 SNOMED CT 브라우저 설계 (Design of a SNOMED CT Browser Supporting Comparative Search of Clinical Terminology)

  • 류우석
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2015년도 춘계학술대회
    • /
    • pp.418-420
    • /
    • 2015
  • SNOMED CT 브라우저는 SNOMED CT 용어체계에 포함되어 있는 방대한 양의 의학용어들을 검색하고 브라우징하기 위한 검색 시스템이다. 기존의 브라우저는 검색 결과로 나타나는 유사한 용어들을 단순 나열식으로 제시함으로써 적합한 용어 선택에 대한 사용자의 혼란을 야기한다. 본 논문에서는 용어 검색 결과들을 효율적으로 비교 검색하기 위한 새로운 브라우저 시스템을 설계한다. 제안하는 시스템은 검색 결과 용어들 간 직관적인 비교 검색을 위해 용어 검색 모듈, 위상 관계 검색 모듈, 검색 결과 서브-그래프 생성 모듈을 포함하는 특징이 있다.

  • PDF

청소년 상담사례 검색 시스템에 관한 연구 (Research of a Counselling Cases Search System for Student-Counselling)

  • 이지현;장혜숙;박기홍
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2002년도 추계종합학술대회
    • /
    • pp.632-635
    • /
    • 2002
  • 본 연구는 학교에서 얻어지는 교사들의 경험을 바탕으로 인터넷을 통한 학생상담의 효율성 증대를 위한 상담 사례 검색 시스템을 구축하는데 있다. 이 시스템은 관리자 모듈과 사용자 모듈로 구성되어 있다. 사용자 모듈은 상담사례 검색 및 입력, 게시판, 자료실 등을 이용할 수 있게 되어 있으며, 관리자 모듈은 자료 관리와 회원 관리 기능을 제공한다. 본 상담사례 검색 시스템은 학생 상담의 성공 확률을 증대시킬 수 있다. 교사가 인터넷을 이용하여 그들의 상담사례를 원격지에서도 쉽게 공유할 수 있기 때문이다.

  • PDF

A Spiking Neural Network for Autonomous Search and Contour Tracking Inspired by C. elegans Chemotaxis and the Lévy Walk

  • Chen, Mohan;Feng, Dazheng;Su, Hongtao
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제16권9호
    • /
    • pp.2846-2866
    • /
    • 2022
  • Caenorhabditis elegans exhibits sophisticated chemotaxis behavior through two parallel strategies, klinokinesis and klinotaxis, executed entirely by a small nervous circuit. It is therefore suitable for inspiring fast and energy-efficient solutions for autonomous navigation. As a random search strategy, the Lévy walk is optimal for diverse animals when foraging without external chemical cues. In this study, by combining these biological strategies for the first time, we propose a spiking neural network model for search and contour tracking of specific concentrations of environmental variables. Specifically, we first design a klinotaxis module using spiking neurons. This module works in conjunction with a klinokinesis module, allowing rapid searches for the concentration setpoint and subsequent contour tracking with small deviations. Second, we build a random exploration module. It generates a Lévy walk in the absence of concentration gradients, increasing the chance of encountering gradients. Third, considering local extrema traps, we develop a termination module combined with an escape module to initiate or terminate the escape in a timely manner. Experimental results demonstrate that the proposed model integrating these modules can switch strategies autonomously according to the information from a single sensor and control steering through output spikes, enabling the model worm to efficiently navigate across various scenarios.

Java를 이용한 최적 미로 게임 개발 (Development of Optimal Maze Path Game Using Java)

  • 정갑중;이영준
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2005년도 춘계종합학술대회
    • /
    • pp.671-674
    • /
    • 2005
  • 본 논문은 웹기반 게임 컨텐츠로써의 최적 미로 게임 개발에 대한 논문이다. 웹을 이용한 클라이언트 접속자는 자바 애플릿을 이용하여 웹상에서 접근 가능하고 Java Bytecode의 다운로드에 의해 각 클라이언트 접속자의 하드웨어시스템에 무관하게 작동가능하다. 본 논문에서 개발된 최적 미로 게임은 랜덤 미로 생성기, 미로 내 경로 입력기, 가중 최적 경로 탐색기, 및 비교기 등으로 구성되어 있다. 최적 미로 탐색 알고리즘으로 탐색된 경로와 사용자가 선택한 경로의 cost 비교를 통하여 사용자의 지리적 인지력을 정량적으로 평가 및 도시함으로써 사용자의 지리적 인지력 향상을 유도할 수 있다.

  • PDF

드론기반 대기오염 탐색을 위한 적정 탐색고도 연구 (Research on appropriate search altitude for drone-based air pollution search)

  • 하일규;김기현;김진형
    • 한국정보통신학회논문지
    • /
    • 제26권2호
    • /
    • pp.294-305
    • /
    • 2022
  • 최근 드론은 환경보호와 자연재해감시 등 환경문제 해결에 많이 활용되고 있다. 본 연구는 도심의 대기환경을 유지하기 위하여 대기오염을 탐색하는데 드론을 활용하고자 할 때 드론의 탐색고도 문제에 초점을 둔다. 특히, 드론을 활용하여 도시의 대기오염을 탐색할 때 대기오염원 별 그리고 통신모듈 별 적정한 탐색고도를 파악하기 위한 다양한 실험을 진행한다. 실험을 통해 가장 일반적인 대기오염원인 CO(일산화탄소), NO2(이산화질소), O3(오존), P10, P2.5(미세먼지)를 위한 최대측정가능고도를 파악하고, 각 대기오염원 별 유효한 탐색고도를 도출한다. 실험 결과 법적 측정가능고도 등 세 가지 유형의 드론 탐색고도가 제시되었다. 통신모듈 측정가능고도는 통신모듈에 따라 60m에서 120m로 나타났으며, 유효 측정가능고도는 10m에서 100m로 분석되었다.

A Study on the Development of a Wide-Area Monitoring and Control System for Tug/barges

  • Moon, Serng-Bae;Kim, Bo-Kyung;Jeong, Tae-Gweon
    • 한국항해항만학회지
    • /
    • 제33권9호
    • /
    • pp.609-614
    • /
    • 2009
  • The traffic of tug/barges which are carrying construction materials, large plants for harbor development, or offshore structures has recently increased in the coast of Korea. The west and south coast of Korea are always congested due to a lot of islands and traffic concentration. Specially tug/barges have higher probability of marine accidents due to their bad maneuverability than others. Considering the operational circumstance and maneuverability, this study was to develop a wide-area monitoring and control system for tug/barges in the coastal area of Korea. The system was made in the form of three program modules i.e. navigation analysis program module, monitoring and control program module, database module. And seven functions were programmed to monitor and control the tug/barges efficiently. These are ship information search, tug/barge information and track management, designated area and safe navigation zone management, fairway management, accident data management, warning of danger, safety information management.

An Intelligent Search Modeling using Avatar Agent

  • Kim, Dae Su
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • 제4권3호
    • /
    • pp.288-291
    • /
    • 2004
  • This paper proposes an intelligent search modeling using avatar agent. This system consists of some modules such as agent interface, agent management, preprocessor, interface machine. Core-Symbol Database and Spell Checker are related to the preprocessor module and Interface Machine is connected with Best Aggregate Designer. Our avatar agent system does the indexing work that converts user's natural language type sentence to the proper words that is suitable for the specific branch information retrieval. Indexing is one of the preprocessing steps that make it possible to guarantee the specialty of user's input and increases the reliability of the result. It references a database that consists of synonym and specific branch dictionary. The resulting symbol after indexing is used for draft search by the internet search engine. The retrieval page position and link information are stored in the database. We experimented our system with the stock market keyword SAMSUNG_SDI, IBM, and SONY and compared the result with that of Altavista and Google search engine. It showed quite excellent results.

기업 직무 정보를 활용한 OOPP(Optimized Online Portfolio Platform)설계 (A Design of the OOPP(Optimized Online Portfolio Platform) using Enterprise Competency Information)

  • 정보근;박진욱;이병관
    • 한국정보전자통신기술학회논문지
    • /
    • 제11권5호
    • /
    • pp.493-506
    • /
    • 2018
  • 본 논문에서는 직무별로 취업에 필요한 역량을 나타내고, 구직자가 온라인상에서 포트폴리오를 효율적으로 작성하고 관리하는 OOPP(Optimized Online Portfolio Platform)를 제안한다. 제안하는 OOPP는 세 가지 모듈로 구성된다. 첫째, JDCM(Job Data Collection Module)은 직업정보 사이트의 구인 광고들을 수집하여 스프레드시트에 저장한다. 둘째, CSM(Competency Statistical Medel)은 수집한 구인 광고들을 텍스트 마이닝하여 직무별로 요구되는 핵심 역량을 분류한다. 셋째, OBBM(Optimize Browser Behavior Module)은 브라우저의 처리속도를 개선하여 사용자가 데이터를 빠르게 조회할 수 있게 한다. OBBM은 검색엔진의 연산을 최적화하는 PSES(Parallel Search Engine Sub-Module)과 이미지 텍스트 등의 로드를 최적화하는 OILS(Optimized Image Loading Sub-Module)로 구성된다. 제안하는 OOPP의 성능분석 결과 CSM로 분석된 데이터의 정확도는 최대 100%, 최소 99.4%로 실제 광고와 분석된 데이터의 차이가 거의 발생하지 않았으며, OBBM을 이용한 브라우저 최적화를 실행하면, 작업시간이 약 68.37%가 감소한다. 결과적으로 OOPP는 직현재 직업정보 사이트의 구인 광고를 정확하게 분석하여 사용자가 분석한 결과를 웹페이지에서 신속하게 조회할 수 있다.

An efficient metaheuristic for multi-level reliability optimization problem in electronic systems of the ship

  • Jang, Kil-Woong;Kim, Jae-Hwan
    • Journal of Advanced Marine Engineering and Technology
    • /
    • 제38권8호
    • /
    • pp.1004-1009
    • /
    • 2014
  • The redundancy allocation problem has usually considered only the component redundancy at the lowest-level for the enhancement of system reliability. A system can be functionally decomposed into system, module, and component levels. Modular redundancy can be more effective than component redundancy at the lowest-level because in modular systems, duplicating a module composed of several components can be easier, and requires less time and skill. We consider a multi-level redundancy allocation problem in which all cases of redundancy for system, module, and component levels are considered. A tabu search of memory-based mechanisms that balances intensification with diversification via the short-term and long-term memory is proposed for its solution. To the best of our knowledge, this is the first attempt to use a tabu search for this problem. Our tabu search algorithm is compared with the previous genetic algorithm for the problem on the new composed test problems as well as the benchmark problems from the literature. Computational results show that the proposed method outstandingly outperforms the genetic algorithm for almost all test problems.