• 제목/요약/키워드: Machine health

검색결과 692건 처리시간 0.021초

인공부화기의 실시간 중량감지를 위한 로드셀을 이용한 시스템 연구 (Study of system using load cell for real time weight sensing of artificial incubator)

  • 정진형;김애경;이상식
    • 한국정보전자통신기술학회논문지
    • /
    • 제11권2호
    • /
    • pp.144-149
    • /
    • 2018
  • 인공부화기 내에 종란이 입란하여 18일간 발생기를 거쳐 발육기로 이란을 한다. 발생기 동안 계태아 무게 손실은 곧 기실형성과 상관되며 적당한 기실 형성은 곧 건강한 초생추와 입란 대비 부화율과도 연결된다. 그러나 국내 부화장의 부화기에는 현재 무게를 측정하는 장치 없이 부화실장과 관계자의 경험과 발육기로 이란시 표준 무게 측정으로 결과적 측면을 습득하는 것이 현실이다. 그로 인하여 부화 중 조기 폐사, 약추, 병약한 초생추 발생이 빈번한 실정이다. 종란 중량 감소를 모니터링하는 것은 발육장치기 안에서의 무게 변화에 따른 병아리 품질과 부화율 성과를 얻는 데에 절대적으로 중요하다. 종란의 크기와 난각질, 노계 군에 따라 수분 손실은 각기 다르다. 발육기 안에서 무게 변화를 실시간 측정하고 그에 따른 환기 변화를 최적화하여 부화율의 증가를 기대할 수 있으며 부화 시 전체 무게의 10~13% 감소를 컨트롤할 수 있는 실시간 측정 시스템의 개발 필요성이 대두된다. 본 연구를 통한 시스템은 기존의 입란과 이란시 직접적으로 일회성을 체크하는 방식으로 발육 기간 내에는 계태아 수분 증발 측정 제어가 불가능하여 부화율에 영향을 못 미치는 시스템과 달리 아두이노 스케치 보드에 로드셀 4개를 병렬로 연결하고 실시간으로 휴대폰, 컴퓨터를 연결하기 위해 Hyper-terminal 프로그램을 이용하여 AT-command 명령어를 활용하여 정상적으로 연동하였다. 블루투스의 통신속도는 15200으로 설정하여 아두이노와 Hyper-terminal 프로그램의 통신 속도를 맞춰주었다. 실시간 모니터링을 하여 인공부화기 내의 계태아 무게의 변화를 육안으로 확인할 수 있도록 시스템을 설계하였다. 이와 같은 방법으로 종란의 부화율 상승 및 건강상태의 향상을 목표로 하였으며 실시간 모니터링으로 인하여 사용자의 편의성을 확대하고자 하였다.

키워드 자동 생성에 대한 새로운 접근법: 역 벡터공간모델을 이용한 키워드 할당 방법 (A New Approach to Automatic Keyword Generation Using Inverse Vector Space Model)

  • 조원진;노상규;윤지영;박진수
    • Asia pacific journal of information systems
    • /
    • 제21권1호
    • /
    • pp.103-122
    • /
    • 2011
  • Recently, numerous documents have been made available electronically. Internet search engines and digital libraries commonly return query results containing hundreds or even thousands of documents. In this situation, it is virtually impossible for users to examine complete documents to determine whether they might be useful for them. For this reason, some on-line documents are accompanied by a list of keywords specified by the authors in an effort to guide the users by facilitating the filtering process. In this way, a set of keywords is often considered a condensed version of the whole document and therefore plays an important role for document retrieval, Web page retrieval, document clustering, summarization, text mining, and so on. Since many academic journals ask the authors to provide a list of five or six keywords on the first page of an article, keywords are most familiar in the context of journal articles. However, many other types of documents could not benefit from the use of keywords, including Web pages, email messages, news reports, magazine articles, and business papers. Although the potential benefit is large, the implementation itself is the obstacle; manually assigning keywords to all documents is a daunting task, or even impractical in that it is extremely tedious and time-consuming requiring a certain level of domain knowledge. Therefore, it is highly desirable to automate the keyword generation process. There are mainly two approaches to achieving this aim: keyword assignment approach and keyword extraction approach. Both approaches use machine learning methods and require, for training purposes, a set of documents with keywords already attached. In the former approach, there is a given set of vocabulary, and the aim is to match them to the texts. In other words, the keywords assignment approach seeks to select the words from a controlled vocabulary that best describes a document. Although this approach is domain dependent and is not easy to transfer and expand, it can generate implicit keywords that do not appear in a document. On the other hand, in the latter approach, the aim is to extract keywords with respect to their relevance in the text without prior vocabulary. In this approach, automatic keyword generation is treated as a classification task, and keywords are commonly extracted based on supervised learning techniques. Thus, keyword extraction algorithms classify candidate keywords in a document into positive or negative examples. Several systems such as Extractor and Kea were developed using keyword extraction approach. Most indicative words in a document are selected as keywords for that document and as a result, keywords extraction is limited to terms that appear in the document. Therefore, keywords extraction cannot generate implicit keywords that are not included in a document. According to the experiment results of Turney, about 64% to 90% of keywords assigned by the authors can be found in the full text of an article. Inversely, it also means that 10% to 36% of the keywords assigned by the authors do not appear in the article, which cannot be generated through keyword extraction algorithms. Our preliminary experiment result also shows that 37% of keywords assigned by the authors are not included in the full text. This is the reason why we have decided to adopt the keyword assignment approach. In this paper, we propose a new approach for automatic keyword assignment namely IVSM(Inverse Vector Space Model). The model is based on a vector space model. which is a conventional information retrieval model that represents documents and queries by vectors in a multidimensional space. IVSM generates an appropriate keyword set for a specific document by measuring the distance between the document and the keyword sets. The keyword assignment process of IVSM is as follows: (1) calculating the vector length of each keyword set based on each keyword weight; (2) preprocessing and parsing a target document that does not have keywords; (3) calculating the vector length of the target document based on the term frequency; (4) measuring the cosine similarity between each keyword set and the target document; and (5) generating keywords that have high similarity scores. Two keyword generation systems were implemented applying IVSM: IVSM system for Web-based community service and stand-alone IVSM system. Firstly, the IVSM system is implemented in a community service for sharing knowledge and opinions on current trends such as fashion, movies, social problems, and health information. The stand-alone IVSM system is dedicated to generating keywords for academic papers, and, indeed, it has been tested through a number of academic papers including those published by the Korean Association of Shipping and Logistics, the Korea Research Academy of Distribution Information, the Korea Logistics Society, the Korea Logistics Research Association, and the Korea Port Economic Association. We measured the performance of IVSM by the number of matches between the IVSM-generated keywords and the author-assigned keywords. According to our experiment, the precisions of IVSM applied to Web-based community service and academic journals were 0.75 and 0.71, respectively. The performance of both systems is much better than that of baseline systems that generate keywords based on simple probability. Also, IVSM shows comparable performance to Extractor that is a representative system of keyword extraction approach developed by Turney. As electronic documents increase, we expect that IVSM proposed in this paper can be applied to many electronic documents in Web-based community and digital library.