• 제목/요약/키워드: Artificial Intelligence Tools

검색결과 189건 처리시간 0.028초

공간분석을 위한 정량적 분석 모델에 관한 연구 - 이미지 영상처리와 설문조사 데이터의 다중 회귀분석을 중심으로 - (A Study on Quantitative Analysis Model for Space Analysis - Focused on a Digital Image Processing and Multiple Regression Analysis of Recognition Amount -)

  • 이혁준
    • 한국실내디자인학회논문집
    • /
    • 제14권2호
    • /
    • pp.217-224
    • /
    • 2005
  • The lack of objective decisive criteria and the absence of analyzing tools accrued from the experiments on various types developed from space design process makes it difficult to select and execute alternatives for them. As an attempt of coping with these problems, the aims of this study is to establish space analysis' models and to propose possibility of analyzing models by utilizing the technology of image process. It is now under study in the field of artificial intelligence based on the accomplishment of digital images. This study focused on establishment an analysis model based on accomplished digital images and image processing framework. It helps utilize various processing technologies that are currently in use of image processes, and problems of the study can be supplemented through further follow-up studies. Finally, analysis model can be constructed gradually huge design data in the analogue data to the digital image database and be proposed with index in design or evaluation step.

CLIPS를 사용한 한글 전문가 시스템을 위한 사용자 인터페이스이 개발(開發) (Development of User-Interfaces for Expert System Using CLIPS)

  • 조성인;김승찬
    • Journal of Biosystems Engineering
    • /
    • 제18권2호
    • /
    • pp.133-143
    • /
    • 1993
  • In developing an Expert System(ES), there are two ways. One is to develop an ES using AI(artificial Intelligence) languages and another using ES-development tools. CLIPS is an ES-development tool and has a powerful inference engine in it. Using the tool like CLIPS, knowledge engineer can concentrate on constructing a knowledge base without wasting time in developing an inference engine. However, CLIPS is lack of user-friendly interfaces for both knowledge enginners and users. Because CLIPS was developed in USA, it can not afford to use Korean language. Therefore, several user-friendly interfaces including hmenu, htille, hpcxdisplay were develpoed and added to CLIPS. CLIPS with the interfaces is called HCLIPS(Hangul CLIPS) in this paper. HCLIPS provides a new I/O device to be utilized for expert systems in Korean. HCLIPS can be efficiently used for developing expert systems in agriculture and consulting farmers interactively who are not familiar with computer programming and ES itself.

  • PDF

전자책 장애인 접근성 자동 검증도구용 라이브러리 연구 (Accessibility Automatic Inspector Library for EPUB and its Components)

  • 김현영;임순범
    • 한국멀티미디어학회논문지
    • /
    • 제20권2호
    • /
    • pp.330-335
    • /
    • 2017
  • We have heard about several keywords of the fourth industrial revolution such as automation, artificial intelligence and connectivity. And electronic publishing systems and ebooks will enable us to experience a new industrial revolution without discrimination. On that level, it is necessary to study a method of automatic accessibility tool for electronic publishing. There are some studies on accessibility standard specifications, accessibility guidelines, and accessibility certificate criteria. but there is little research about automatic inspection tools in electronic publishing area. This paper proposed a library for accessibility inspector of EPUB and its components based on IDPF EPUB accessiblity guidelines and TTA accessibility certificate criteria for reading disabled people. After implementing the library that can be connected to SIGIL, which is the most widely used in Korea, we verified its functionality and its coverage with Korean commercial EPUB files.

개념격자를 이용한 온톨로지 오류검출기법 (An Approach for Error Detection in Ontologies Using Concept Lattices)

  • 황석형
    • 한국IT서비스학회지
    • /
    • 제7권3호
    • /
    • pp.271-286
    • /
    • 2008
  • The core of the semantic web is ontology, which supports interoperability among semantic web applications and enables developer to reuse and share domain knowledge. It used a variety of fields such as Information Retrieval, E-commerce, Software Engineering, Artificial Intelligence and Bio-informatics. However, the reality is that various errors might be included in conceptual hierarchy when developing ontologies. Therefore, methodologies and supporting tools are essential to help the developer construct suitable ontologies for the given purposes and to detect and analyze errors in order to verify the inconsistency in the ontologies. In this paper we propose a new approach for ontology error detection based on the Concept Lattices of Formal Concept Analysis. By using the tool that we developed in this research, we can extract core elements from the source code of Ontology and then detect some structural errors based on the concept lattices. The results of this research can be helpful for ontology engineers to support error detection and construction of "well-defined" and "good" ontologies.

Developments in Hull Strength Monitoring (Developments in Hull Strength Monitoring)

  • P. A. Thomson;Ph. D BMT SeaTech Ltd.
    • 해양환경안전학회지
    • /
    • 제2권1호
    • /
    • pp.143-143
    • /
    • 1996
  • Recent Class requirements and IMO recommendations concerning Hull Strength Monitoring (HSM) have prompted an increasing number of shipowner to adopt monitoring systems on bulk carriers and tanker. Such systems are designed to give warning when stress levels and the frequency and magnitude of ship motions approach levels which require corrective action. When fitted these systems provide enhanced operational safety and efficiency. This paper describes a development beyond the standard BMT HSM system through the integration of stress, motion and radar-based sea state monitoring with powerful, on-board, artificial intelligence (AI) tools. The latter utilises conceptual clustering techniques as an aid to pattern recognition in stress, fatigue. motion and sea state data clusters. This, in turn, provides additional operational guidance for ship's staff. Feedback from applications of the standard BMT HSM and extended HSM systems on board the British Steel Bulk Shipping fleet is described.

HYBRID TOOLS IN INTELLIGENT ROBOT CONTROL

  • Kandel, Abraham;Langholz, Gideon;Schneider, Mordechay
    • 한국지능시스템학회:학술대회논문집
    • /
    • 한국퍼지및지능시스템학회 1993년도 Fifth International Fuzzy Systems Association World Congress 93
    • /
    • pp.1297-1300
    • /
    • 1993
  • Machine learning in an uncertain or unknown environment is of vital interest to those working with intelligent systems. The ability to garner new information, process it, and increase the understanding/ capability of the machine is crucial to the performance of autonomous systems. The field of artificial intelligence provides two major approaches to the problem of knowledge engineering-expert systems and neural networks. Harnessing the power of these two techniques in a hybrid, cooperating system holds great promise.

  • PDF

Development of Branch Processing System Using WebAssembly and JavaScript

  • Choi, Moon-Hyuk;Moon, Il-Young
    • Journal of information and communication convergence engineering
    • /
    • 제17권4호
    • /
    • pp.234-238
    • /
    • 2019
  • Existing web applications and services have historically been implemented using JavaScript. However, new technologies such as artificial intelligence, the Internet of Things, and Big Data are being developed as part of the Fourth Industrial Revolution. With the definition of the HTML5 web standard, services (such as the technologies mentioned above) that were previously not available through the Web become available. These services, however, need to have the same performance as native applications, and implementing these services will require new technologies. Therefore, additional tools that can work on the Web with native performance are needed. In this paper, a system for branching processing was established using JavaScript and WebAssembly, a language that can operate on the Web. This system performs user requests in advance, and requests are branched in a language that produces faster results. Therefore, a service capable of quick response times can be implemented.

Artificial Intelligence and Pattern Recognition Using Data Mining Algorithms

  • Al-Shamiri, Abdulkawi Yahya Radman
    • International Journal of Computer Science & Network Security
    • /
    • 제21권7호
    • /
    • pp.221-232
    • /
    • 2021
  • In recent years, with the existence of huge amounts of data stored in huge databases, the need for developing accurate tools for analyzing data and extracting information and knowledge from the huge and multi-source databases have been increased. Hence, new and modern techniques have emerged that will contribute to the development of all other sciences. Knowledge discovery techniques are among these technologies, one popular technique of knowledge discovery techniques is data mining which aims to knowledge discovery from huge amounts of data. Such modern technologies of knowledge discovery will contribute to the development of all other fields. Data mining is important, interesting technique, and has many different and varied algorithms; Therefore, this paper aims to present overview of data mining, and clarify the most important of those algorithms and their uses.

Performance Improvement of Web Service Based on GPGPU and Task Queue

  • Kim, Changsu;Kim, Kyunghwan;Jung, Hoekyung
    • Journal of information and communication convergence engineering
    • /
    • 제19권4호
    • /
    • pp.257-262
    • /
    • 2021
  • Providing web services to users has become expensive in recent times. For better web services, a web server is provided with high-performance technology. To achieve great web service experiences, tools such as general-purpose graphics processing units (GPGPUs), artificial intelligence, high-performance computing, and three-dimensional simulation are widely used. However, graphics processing units (GPUs) are used in high-speed operations and have limited general applications. In this study, we developed a task queue in a GPU to improve the performance of a web service using a multiprocessor and studied how to receive and process user requests in bulk. We propose the use of a GPGPU-based task queue to process user requests more than GPGPU based a central processing unit thread, and to process more GPU threads on task queue at about 136% to 233%, and proved that the proposed method is effective for web service.

A Methodology of Automated Analysis and Qualitative Assessment of Legislation and Court Decisions

  • Trofimov, Egor;Metsker, Oleg;Kopanitsa, Georgy
    • International Journal of Computer Science & Network Security
    • /
    • 제22권11호
    • /
    • pp.229-235
    • /
    • 2022
  • This study aims to substantiate an interdisciplinary methodology for automated analysis and qualitative assessment of legislation and court decisions. The development of this kind of methodology will make it possible to fill a number of methodological gaps in various research areas, including law effectiveness assessment and legal monitoring. We have defined a methodology based on the interdisciplinary principles and tools. In general, it should be noted that even at the level of qualitative assessment made with the use of the methodology described above, the accumulation of knowledge about the relationship between legal objectives, indicators and computer methods of their identification can reduce the role of expert knowledge and subjective factor in the process of assessment, planning, forecasting and control over the state of legislation and law enforcement. Automation of intellectual processes becomes inevitable in a digital society, but, releasing experts from routine work, simultaneously reorients it to development of interdisciplinary methods and control over their application.