• 제목/요약/키워드: Table integration

검색결과 85건 처리시간 0.019초

주소정보산업 규모 산정 및 경제적 효과 분석 (A study on the estimation of the K-address information industry and its economic effect)

  • 김대용
    • 지적과 국토정보
    • /
    • 제54권1호
    • /
    • pp.33-48
    • /
    • 2024
  • 본 연구는 우리나라 주소정보산업의 범위 및 통계를 구축하여 그 규모를 추정 및 전망하는 한편, 이를 기반으로 하여 산업연관분석을 통해 경제적 파급효과를 제시한다. 여기서 주소정보산업이 갖는 특징이나 부문별 구조를 고려하여 주소정보산업의 범위이나 세부 부문을 획정한다. 이를 통해 한국표준산업분류와 한국은행 산업분류와 연계된 주소산업의 부문별 통계를 구축하고, 잠재적 시장까지 고려한 부문별 산업규모를 추정한다. 또한 추정된 주소정보산업의 부문별 규모를 제시하고, 동 산업의 경제적 효과는 어느 정도인지에 대해서도 분석한다. 주소정보산업의 경제적 효과를 살펴보기 위해 산업연관표에서 주소정보산업을 외생화된 부문으로 설정하여 산업연관분석을 실시한다. 분석결과, 주소정보산업의 경우 전체 규모가 '21년 4,061억 원에서 '30년 3조 6,543억 원 규모로 성장할 것으로 추정된다. 생산 유발효과는 7,809억 원, 부가가치 유발효과는 4,058억 원, 고용 및 취업 유발효과는 각각 3,423명, 3,765명으로 분석된다. 주소정보산업의 경제적 효과는 부문별로 상이한데, 고부가가치 제조업이나 유통 및 서비스업에서의 각종 유발효과 등이 큰 편이었기에 관련 부문과의 융.복합 연계가 중요하다는 점을 시사한다. 또한, 산업 간 연쇄효과 분석에서 알 수 있듯이, 주소정보산업은 경기에 민감한 것으로 분석되어 향후 경기 변동에 따른 부작용을 최소화하는 노력이 필요하다.

Hardware Approach to Fuzzy Inference―ASIC and RISC―

  • Watanabe, Hiroyuki
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 1993년도 Fifth International Fuzzy Systems Association World Congress 93
    • /
    • pp.975-976
    • /
    • 1993
  • This talk presents the overview of the author's research and development activities on fuzzy inference hardware. We involved it with two distinct approaches. The first approach is to use application specific integrated circuits (ASIC) technology. The fuzzy inference method is directly implemented in silicon. The second approach, which is in its preliminary stage, is to use more conventional microprocessor architecture. Here, we use a quantitative technique used by designer of reduced instruction set computer (RISC) to modify an architecture of a microprocessor. In the ASIC approach, we implemented the most widely used fuzzy inference mechanism directly on silicon. The mechanism is beaded on a max-min compositional rule of inference, and Mandami's method of fuzzy implication. The two VLSI fuzzy inference chips are designed, fabricated, and fully tested. Both used a full-custom CMOS technology. The second and more claborate chip was designed at the University of North Carolina(U C) in cooperation with MCNC. Both VLSI chips had muliple datapaths for rule digital fuzzy inference chips had multiple datapaths for rule evaluation, and they executed multiple fuzzy if-then rules in parallel. The AT & T chip is the first digital fuzzy inference chip in the world. It ran with a 20 MHz clock cycle and achieved an approximately 80.000 Fuzzy Logical inferences Per Second (FLIPS). It stored and executed 16 fuzzy if-then rules. Since it was designed as a proof of concept prototype chip, it had minimal amount of peripheral logic for system integration. UNC/MCNC chip consists of 688,131 transistors of which 476,160 are used for RAM memory. It ran with a 10 MHz clock cycle. The chip has a 3-staged pipeline and initiates a computation of new inference every 64 cycle. This chip achieved an approximately 160,000 FLIPS. The new architecture have the following important improvements from the AT & T chip: Programmable rule set memory (RAM). On-chip fuzzification operation by a table lookup method. On-chip defuzzification operation by a centroid method. Reconfigurable architecture for processing two rule formats. RAM/datapath redundancy for higher yield It can store and execute 51 if-then rule of the following format: IF A and B and C and D Then Do E, and Then Do F. With this format, the chip takes four inputs and produces two outputs. By software reconfiguration, it can store and execute 102 if-then rules of the following simpler format using the same datapath: IF A and B Then Do E. With this format the chip takes two inputs and produces one outputs. We have built two VME-bus board systems based on this chip for Oak Ridge National Laboratory (ORNL). The board is now installed in a robot at ORNL. Researchers uses this board for experiment in autonomous robot navigation. The Fuzzy Logic system board places the Fuzzy chip into a VMEbus environment. High level C language functions hide the operational details of the board from the applications programme . The programmer treats rule memories and fuzzification function memories as local structures passed as parameters to the C functions. ASIC fuzzy inference hardware is extremely fast, but they are limited in generality. Many aspects of the design are limited or fixed. We have proposed to designing a are limited or fixed. We have proposed to designing a fuzzy information processor as an application specific processor using a quantitative approach. The quantitative approach was developed by RISC designers. In effect, we are interested in evaluating the effectiveness of a specialized RISC processor for fuzzy information processing. As the first step, we measured the possible speed-up of a fuzzy inference program based on if-then rules by an introduction of specialized instructions, i.e., min and max instructions. The minimum and maximum operations are heavily used in fuzzy logic applications as fuzzy intersection and union. We performed measurements using a MIPS R3000 as a base micropro essor. The initial result is encouraging. We can achieve as high as a 2.5 increase in inference speed if the R3000 had min and max instructions. Also, they are useful for speeding up other fuzzy operations such as bounded product and bounded sum. The embedded processor's main task is to control some device or process. It usually runs a single or a embedded processer to create an embedded processor for fuzzy control is very effective. Table I shows the measured speed of the inference by a MIPS R3000 microprocessor, a fictitious MIPS R3000 microprocessor with min and max instructions, and a UNC/MCNC ASIC fuzzy inference chip. The software that used on microprocessors is a simulator of the ASIC chip. The first row is the computation time in seconds of 6000 inferences using 51 rules where each fuzzy set is represented by an array of 64 elements. The second row is the time required to perform a single inference. The last row is the fuzzy logical inferences per second (FLIPS) measured for ach device. There is a large gap in run time between the ASIC and software approaches even if we resort to a specialized fuzzy microprocessor. As for design time and cost, these two approaches represent two extremes. An ASIC approach is extremely expensive. It is, therefore, an important research topic to design a specialized computing architecture for fuzzy applications that falls between these two extremes both in run time and design time/cost. TABLEI INFERENCE TIME BY 51 RULES {{{{Time }}{{MIPS R3000 }}{{ASIC }}{{Regular }}{{With min/mix }}{{6000 inference 1 inference FLIPS }}{{125s 20.8ms 48 }}{{49s 8.2ms 122 }}{{0.0038s 6.4㎲ 156,250 }} }}

  • PDF

FCA 기반 계층적 구조를 이용한 문서 통합 기법 (Methods for Integration of Documents using Hierarchical Structure based on the Formal Concept Analysis)

  • 김태환;전호철;최종민
    • 지능정보연구
    • /
    • 제17권3호
    • /
    • pp.63-77
    • /
    • 2011
  • 월드와이드웹(World Wide Web)은 인터넷에 연결된 컴퓨터를 통해 사람들이 정보를 공유할 수 있는 매우 큰 분산된 정보 공간이다. 웹은 1991년에 시작되어 개인 홈페이지, 온라인 도서관, 가상 박물관 등 다양한 정보 자원들을 웹으로 표현하면서 성장하였다. 이러한 웹은 현재 5천억 페이지 이상 존재할 것이라고 추정한다. 대용량 정보에서 정보를 효과적이며 효율적으로 검색하는 기술을 적용할 수 있다. 현재 존재하는 몇몇 검색 도구들은 초 단위로 gigabyte 크기의 웹을 검사하여 사용자에게 검색 정보를 제공한다. 그러나 검색의 효율성은 검색 시간과는 다른 문제이다. 현재 검색 도구들은 사용자의 질의에 적합한 정보가 적음에도 불구하고 많은 문서들을 사용자에게 검색해준다. 그러므로 대부분의 적합한 문서들은 검색 상위에 존재하지 않는다. 또한 현재 검색 도구들은 사용자가 찾은 문서와 관련된 문서를 찾을 수 없다. 현재 많은 검색 시스템들의 가장 중요한 문제는 검색의 질을 증가 시키는 것이다. 그것은 검색된 결과로 관련 있는 문서를 증가시키고, 관련 없는 문서를 감소시켜 사용자에게 제공하는 것이다. 이러한 문제를 해결하기 위해 CiteSeer는 월드와이드웹에 존재하는 논문에 대해 한정하여 ACI(Autonomous Citation Indexing)기법을 제안하였다. "Citaion Index"는 연구자가 자신의 논문에 다른 논문을 인용한 정보를 기술하는데 이렇게 기술된 논문과 자신의 논문을 연결하여 색인한다. "Citation Index"는 논문 검색이나 논문 분석 등에 매우 유용하다. 그러나 "Citation Index"는 논문의 저자가 다른 논문을 인용한 논문에 대해서만 자신의 논문을 연결하여 색인했기 때문에 논문의 저자가 다른 논문을 인용하지 않은 논문에 대해서는 관련 있는 논문이라 할지 라도 저자의 논문과 연결하여 색인할 수 없다. 또한 인용되지 않은 다른 논문과 연결하여 색인할 수 없기 때문에 확장성이 용이하지 못하다. 이러한 문제를 해결하기 위해 본 논문에서는 검색된 문서에서 단락별 명사와 동사 및 목적어를 추출하여 해당 동사가 명사 및 목적어를 취할 수 있는 가능한 값을 고려하여 하나의 문서를 formal context 형태로 변환한다. 이 표를 이용하여 문서의 계층적 그래프를 구성하고, 문서의 그래프를 이용하여 문서 간 그래프를 통합한다. 이렇게 만들어진 문서의 그래프들은 그래프의 구조를 보고 각각의 문서의 영역을 구하고 그 영역에 포함관계를 계산하여 문서와 문서간의 관계를 표시할 수 있다. 또한 검색된 문서를 트리 형식으로 보여주어 사용자가 원하는 정보를 보다 쉽게 검색할 수 있는 문서의 구조적 통합 방법에 대해 제안한다. 제안한 방법은 루씬 검색엔진이 가지고 있는 순위 계산 공식을 이용하여 문서가 가지는 중요한 단어를 문서의 참조 관계에 적용하여 비교하였다. 제안한 방법이 루씬 검색엔진보다15% 정도 높은 성능을 나타내었다.

고선량률 근접치료계획의 정도보증 프로그램 (Independent Verification Program for High-Dose-Rate Brachytherapy Treatment Plans)

  • 한영이;추성실;허승재;서창옥
    • Radiation Oncology Journal
    • /
    • 제21권3호
    • /
    • pp.238-244
    • /
    • 2003
  • 목적: 개별화되어 가는 고선량률 근접치료계획의 추세에 따라, 고성량률 근접치료계획의 절대적 선량과 상대적인 선량분포를 독립적으로 계산하여 환자의 해부영상 위에 겹쳐 표시할 수 있는 품질보증용 컴퓨터 프로그램을 개발한다. 대상 및 방법: 컴퓨터 프로그램은 먼저, 환자의 치료계획에서 계산된 선원의 위치, 각 위치에서의 조사시간, reference point에서의 선량, 치료계획이 실시된 날짜 등의 자료 입력을 필요로 한다. ICWG 권고 수식과 선원의 비등방성 표를 이용하여 $10\times12\times10\;(Cm^3)$의 공간에서 선량분포가 계산된 후 reference point에서의 선량이 자동적으로 치료계획의 결과와 비교된다. 모의치료의 영상이나 자기공명(Magnetic Resonance) 영상을 입력하고 사용자가 선택한 점을 수직으로 교차하는 3개의 평면에서 등선량곡선을 겹쳐서 보여준다. Gamma Med사의 Gam-madot (MDS Nordion, Germany)에서 표준 치료계획을 실행하여 정확성을 확인하였으며, Plato (Nucletron Cor-poration, The Netherlands)에서 실행된 9명의 환자치료계획과 비교하였다. 결과: 3개의 표준 치료계획에서 절대선량은 $2.8\%$ 내에서 일치하였으며 등 선량분포도 좋은 일치를 보였다. 9명의 환자에 대하여 시행된 치료계획과의 비교에서는 평균 $3.4\%$의 오차를 보였다. 결론: 개발된 컴퓨터 프로그램은 정확하고 신속하게 고선량률 치료환자의 치료계획의 정확성을 확인할 수 있게 해주며, 등선량 곡선을 환자의 해부적 영상에 결합할 수 있는 기능은 치료계획의 질을 높이는데 기여할 수 있을 것으로 기대된다.$39\%$), 복회음부 절제수술시 32건($97\%$), 측연의 경우 32건($97\%$), 후연의 경우 32건($97\%$), 그리고 전연의 경우 16건($45\%$)에서 부합되는 것으로 나타났다. 결론: 직장암의 수술 후 방사선치료 시 적절한 방사선치료 조사영역의 결정을 위하여 표준적인 조사영역을 제시 하였으나 개별 환자의 병변 위치와 진행상태, 수술 소견 등에 따라 적절한 변형은 필수적이라 하겠다. 이 권고안의 임상적 타당성은 향후 시행될 Patterns of Care 연구를 통하여 증명하는 것이 필요하겠다.정가능하고, 폐에 조사되는 방사선 양도 줄일 수 있었다.저부까지 거리 차이는 종양 크기가 4 cm 미만인 경우는 5.3 mm였으나 4 cm 이상일 때는 19.4 mm로 현저한 변화를 보였다. 자궁경관 굴곡각은 60세 미만인 경우 60세 이상보다 8$^{\circ}$ 정도 더 변화가 있었고, 종양 크기가 4 cm 이상일 때 미만일 때보다 2배 이상 굴곡 변화가 있었다. 결론: 자궁경부암 환자에서 근치적 방사선치료 시 치료에 따른 자궁 크기 및 위치 변화가 다양하고 개별적으로 예측하기 쉽지 않으므로, 특히, 60세 미만이거나 종양 크기가 4 cm 이상인 경우, 삼차원입체조형치료나 강도변조 방사선치료를 이용한 근치적 방사선치료 시 치료 중 개별환자의 계획용표적체적의 변화를 반드시 고려해야 한다고 생각한다.량체적히스토그램, Lymankutcher 모델에 의한 정상조직합병증발생률 및 기타 선량통계값 등 모든 면에 있어서 우월성을 확인할 수 있었다. 향후 이러한 결과가 임상에서 실질적인 합병증 발생률 감소와 잘 연계되는지 계속적인 추적관찰 및

공공기관 업무관리시스템 성과평가 모형 개발에 관한 연구: 청와대 업무관리시스템(e지원시스템)을 중심으로 (A Model to Measure the Success of a Web-based Information System at a Government Agency - the Chungwadae Case)

  • 배이철;홍일유
    • Asia pacific journal of information systems
    • /
    • 제18권1호
    • /
    • pp.97-115
    • /
    • 2008
  • Introduction The e-government is concerned with using Internet and Web technologies to exchange information and services with citizens, businesses and other related organizations, and it centers on three functions, namely informational, interactive, and transactional [UN, 2001]. Many developed countries like the U.S. have been actively involved in e-government projects, since they enable both more effective public services for citizens and more efficient internal operations. Korea is among these leading countries that are planning to leverage computer and communication technologies to provide for integration of work processes and information as well as convenient access to information and services. For this reason, evaluating e-government projects is becoming a crucial issue for both researchers and policy-makers. However, most research to date has primarily focused on a model of success of an e-government system designed for citizens, overlooking internal systems specifically created for employees working in a public organization. This paper is intended to propose a model to measure the success of a Web-based information system designed for use by internal users at Chungwadae, the executive branch of Korea's central government. The paper is also aimed at applying the model to the assessment of the present system being used at Chungwadae in comparison with the preceding system. Evaluating an e-Government System The most widely cited model of information systems success today is that of DeLone and McLean[1992, 2003, 2004]. The original model states that the success of an information system can be measured using six dimensions, including system quality, information quality, use, user satisfaction, individual impact, and organizational impact. Although the ultimate success of an information system may be reflected in the impact that the system has upon individuals as well as an organization, aspects of using the system such as system use and user satisfaction can play an important role in determining the system success, because the system would be a sheer failure if users don't like and use the system. As a response to criticisms given by numerous researchers, the authors adapted their model to fit the emerging Web-based environment. The revised model[DeLone and McLean, 2003] they offered included an additional quality dimension, namely service quality, and combined individual and organizational impacts into net benefits which can also influence user satisfaction. The e-government system success model can be built around this updated model. Our model incorporates information quality, system quality, and service quality as in the DeLone and McLean model. However, the 'system use' dimension has been replaced by perceived usefulness, as suggested by Seddon[1998]. In addition, because the e-government systems that this paper focuses on are internal public systems used in government agencies, the 'net benefits' dimension has been replaced by perceived work efficiency. Based on the proposed model, a total of nine hypotheses have been formulated which we tested using an empirical analysis. Methods A questionnaire form has been created with items that are designed to examine the relationships among the variables in the model. The questionnaire has been handed over, in person, to 65 members of Chungwadae staff who are now actively using the E-Support System, the present information system created to support internal work at Chungwadae. We made arrangements to meet with each individual who agreed to participate in our survey, and helped to fill out the survey form with explanations. Of the 65 copies that were delivered, only 33 were returned, and 30 responses of these have been adopted for our analysis, since three were not valid. The extremely small sample size was due to the limited number of staff members who had adequate experience required of this study. Results We gathered data from the questionnaire survey and analyzed them using a regression analysis to test the hypotheses. As shown in the table below, the results indicated that all three dimensions of an information system’s quality are positively related to user satisfaction. However, information quality and system quality were found to be positively related to perceived usefulness, while service quality was not. In addition, perceived usefulness is not positively related to user satisfaction, implying that a user may find a system useful, but may not be satisfied with it. Finally, user satisfaction and perceived usefulness both are positively related to perceived work efficiency. This suggests that workers' positive experience with the system is important to guarantee favorable work efficiency. Conclusions We conclude that the proposed model proved useful in measuring the success of an internal information system used by a government agency. To demonstrate the applicability and usefulness of the model in the paper, we applied the model to the assessment of the present internal system used at Chungwadae in comparison with the preceding system. The results showed that the present system outperforms the preceding one in a statistically significant way. Future research will have to focus on applying the model to Korea's governmental agencies other than Chungwadae and examine whether it proves applicable in different types of governmental organizations.