• Title/Summary/Keyword: 대화적 구조

Search Result 306, Processing Time 0.023 seconds

An Agent System for Supporting Adaptive Web Surfing (적응형 웹 서핑 지원을 위한 에이전트 시스템)

  • Kook, Hyung-Joon
    • The KIPS Transactions:PartB
    • /
    • v.9B no.4
    • /
    • pp.399-406
    • /
    • 2002
  • The goal of this research has been to develop an adaptive user agent for web surfing. To achieve this goal, the research has concentrated on three issues: collection of user data, construction and improvement of user profile, and adaptation by applying the user profile. The main outcome from the research is a prototype system that provides the functional definition and componential design scheme for an adaptive user agent for the web environment. Internally, the system achieves its operational goal from the cooperation of two independent agents. They are IIA (Interactive Interface Agent) and UPA (User Profiling Agent). As a tool for providing a user-friendly interface environment, the IIA employs the Keyword Index, which is a list of index terms of a webpage as well as a keyword menu for subsequent queries, and the Suggest Link, which is a hierarchical list of URLs showing the past browsing procedure of the user. The UPA reflects in the User Profile, both the static and the dynamic information obtained from the user's browsing behavior. In particular, a user's interests are represented in the form of Interest Vectors which, based on the similarity of the vectors, is subject to update and creation, thus dynamically profiling the user's ever-shifting interests.

Analysis on Channel Morphology and Rock Resistance by Difference of Bedrock Types between Upper and Lower Reach (상.하류의 기반암 차이에 따른 하천의 형태와 암석의 저항력 분석)

  • Lee, Gwang-Ryul
    • Journal of the Korean Geographical Society
    • /
    • v.42 no.1 s.118
    • /
    • pp.27-40
    • /
    • 2007
  • The streams evolve to diverse forms influenced by various factors such as rock resistance tectonic process, sediments and discharge. This study focuses on erosion resistance of rocks among these factors. The morphology of plane and longitudinal profile has been analysed in upper and lower reach of 6 streams using GIS; Yeoryong-cheon, Heungjeong-cheon, Duhak-cheon, Daehwa-cheon, Namcheon-cheon, Guryong-cheon, having distinct bedrock types between upper and lower reach. While the basins of granite have gentle slope, low concavity and wide valley area, those of gneiss form steep slope, high concavity and narrow valley area. However, the basins of sedimentary rock make steep slope and high relief in main channel, the other features show some differences in each stream. Among the various morphological features, the indices on slope and concavity of main channel, drainage density, ratio of valley area, average slope and average relief of the basin which have clear differences between rocks in upper and lower reach are calculated to interpret the erosion resistance of rocks in upper and lower reach. As a result, the upper reaches composed of gneiss have the highest erosion resistance, sedimentary rocks in upper and lower reaches show moderate resistance, and granite reaches generally have the lowest resistance except the upper reaches bordered by sedimentary rock.

Method of ChatBot Implementation Using Bot Framework (봇 프레임워크를 활용한 챗봇 구현 방안)

  • Kim, Ki-Young
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.15 no.1
    • /
    • pp.56-61
    • /
    • 2022
  • In this paper, we classify and present AI algorithms and natural language processing methods used in chatbots. A framework that can be used to implement a chatbot is also described. A chatbot is a system with a structure that interprets the input string by constructing the user interface in a conversational manner and selects an appropriate answer to the input string from the learned data and outputs it. However, training is required to generate an appropriate set of answers to a question and hardware with considerable computational power is required. Therefore, there is a limit to the practice of not only developing companies but also students learning AI development. Currently, chatbots are replacing the existing traditional tasks, and a practice course to understand and implement the system is required. RNN and Char-CNN are used to increase the accuracy of answering questions by learning unstructured data by applying technologies such as deep learning beyond the level of responding only to standardized data. In order to implement a chatbot, it is necessary to understand such a theory. In addition, the students presented examples of implementation of the entire system by utilizing the methods that can be used for coding education and the platform where existing developers and students can implement chatbots.

Direction of Arms Control to Establish Foundation for Peaceful Reunification in Korean Peninsula (한반도 평화통일 기반구축을 위한 군비통제 추진방향)

  • Kim, Jae Chul
    • Convergence Security Journal
    • /
    • v.15 no.6_1
    • /
    • pp.79-92
    • /
    • 2015
  • It is required to expand area of inter-Korean economic cooperation, being limited to non-military field, to military field and then, to positively promote arms control in order to establish foundation for peaceful reunification in Korean peninsula. Reasons why arms control has not been promoted between South and North Korea in the meantime were such original factors as follows; (1) limit of confidence building between the South and the North, (2) functional limit of arms control itself, (3) institutional structural limit between the South and the North, (4) environmental limit at home and abroad. It is necessary to get out from existing frame and to seek a new paradigm in order to overcome above factors and to realize arms control between the South and the North. First, it is required to have prior political dialog at the South-North high-level talks in order to promote arms control and to exercise 'strategic flexibility' during negotiation and promotion process. For this, 'flexible reciprocity' has to be adopted in compliance with situation and conditions. Second, it is necessary to get out from existing principle of 'confidence building in advance and arms reduction later' but to seek the 'simultaneous driving principle of confidence building and arms reduction' as an eclectic approach. Namely, based on reasonable sufficiency, it is required to promote military confidence building and limited arms reduction in parallel, which is a lower level of arms control. Third, as an advisory body of Prime Minister's Office, it is necessary to install an organization exclusively responsible for arms control and to positively handle arms control issue from the standpoint of national policy strategy. If the South-North high-level talks take place, it is necessary to organize and operate 'South-North Joint Arms Control Promotion Board (tentative name)'. Fourth, it is required to exercise more active diplomatic competence in order to create national consensus on necessity of arms control for peaceful reunification and to form more favorable international environment. Especially, it is necessary to think about how to solve nuclear issue of North Korea together in collaboration with international society and how to maintain balance between ROK-US alliance and Sino-Korean cooperation relations.

A Control Method for designing Object Interactions in 3D Game (3차원 게임에서 객체들의 상호 작용을 디자인하기 위한 제어 기법)

  • 김기현;김상욱
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.9 no.3
    • /
    • pp.322-331
    • /
    • 2003
  • As the complexity of a 3D game is increased by various factors of the game scenario, it has a problem for controlling the interrelation of the game objects. Therefore, a game system has a necessity of the coordination of the responses of the game objects. Also, it is necessary to control the behaviors of animations of the game objects in terms of the game scenario. To produce realistic game simulations, a system has to include a structure for designing the interactions among the game objects. This paper presents a method that designs the dynamic control mechanism for the interaction of the game objects in the game scenario. For the method, we suggest a game agent system as a framework that is based on intelligent agents who can make decisions using specific rules. Game agent systems are used in order to manage environment data, to simulate the game objects, to control interactions among game objects, and to support visual authoring interface that ran define a various interrelations of the game objects. These techniques can process the autonomy level of the game objects and the associated collision avoidance method, etc. Also, it is possible to make the coherent decision-making ability of the game objects about a change of the scene. In this paper, the rule-based behavior control was designed to guide the simulation of the game objects. The rules are pre-defined by the user using visual interface for designing their interaction. The Agent State Decision Network, which is composed of the visual elements, is able to pass the information and infers the current state of the game objects. All of such methods can monitor and check a variation of motion state between game objects in real time. Finally, we present a validation of the control method together with a simple case-study example. In this paper, we design and implement the supervised classification systems for high resolution satellite images. The systems support various interfaces and statistical data of training samples so that we can select the most effective training data. In addition, the efficient extension of new classification algorithms and satellite image formats are applied easily through the modularized systems. The classifiers are considered the characteristics of spectral bands from the selected training data. They provide various supervised classification algorithms which include Parallelepiped, Minimum distance, Mahalanobis distance, Maximum likelihood and Fuzzy theory. We used IKONOS images for the input and verified the systems for the classification of high resolution satellite images.

A Deep Learning Based Approach to Recognizing Accompanying Status of Smartphone Users Using Multimodal Data (스마트폰 다종 데이터를 활용한 딥러닝 기반의 사용자 동행 상태 인식)

  • Kim, Kilho;Choi, Sangwoo;Chae, Moon-jung;Park, Heewoong;Lee, Jaehong;Park, Jonghun
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.1
    • /
    • pp.163-177
    • /
    • 2019
  • As smartphones are getting widely used, human activity recognition (HAR) tasks for recognizing personal activities of smartphone users with multimodal data have been actively studied recently. The research area is expanding from the recognition of the simple body movement of an individual user to the recognition of low-level behavior and high-level behavior. However, HAR tasks for recognizing interaction behavior with other people, such as whether the user is accompanying or communicating with someone else, have gotten less attention so far. And previous research for recognizing interaction behavior has usually depended on audio, Bluetooth, and Wi-Fi sensors, which are vulnerable to privacy issues and require much time to collect enough data. Whereas physical sensors including accelerometer, magnetic field and gyroscope sensors are less vulnerable to privacy issues and can collect a large amount of data within a short time. In this paper, a method for detecting accompanying status based on deep learning model by only using multimodal physical sensor data, such as an accelerometer, magnetic field and gyroscope, was proposed. The accompanying status was defined as a redefinition of a part of the user interaction behavior, including whether the user is accompanying with an acquaintance at a close distance and the user is actively communicating with the acquaintance. A framework based on convolutional neural networks (CNN) and long short-term memory (LSTM) recurrent networks for classifying accompanying and conversation was proposed. First, a data preprocessing method which consists of time synchronization of multimodal data from different physical sensors, data normalization and sequence data generation was introduced. We applied the nearest interpolation to synchronize the time of collected data from different sensors. Normalization was performed for each x, y, z axis value of the sensor data, and the sequence data was generated according to the sliding window method. Then, the sequence data became the input for CNN, where feature maps representing local dependencies of the original sequence are extracted. The CNN consisted of 3 convolutional layers and did not have a pooling layer to maintain the temporal information of the sequence data. Next, LSTM recurrent networks received the feature maps, learned long-term dependencies from them and extracted features. The LSTM recurrent networks consisted of two layers, each with 128 cells. Finally, the extracted features were used for classification by softmax classifier. The loss function of the model was cross entropy function and the weights of the model were randomly initialized on a normal distribution with an average of 0 and a standard deviation of 0.1. The model was trained using adaptive moment estimation (ADAM) optimization algorithm and the mini batch size was set to 128. We applied dropout to input values of the LSTM recurrent networks to prevent overfitting. The initial learning rate was set to 0.001, and it decreased exponentially by 0.99 at the end of each epoch training. An Android smartphone application was developed and released to collect data. We collected smartphone data for a total of 18 subjects. Using the data, the model classified accompanying and conversation by 98.74% and 98.83% accuracy each. Both the F1 score and accuracy of the model were higher than the F1 score and accuracy of the majority vote classifier, support vector machine, and deep recurrent neural network. In the future research, we will focus on more rigorous multimodal sensor data synchronization methods that minimize the time stamp differences. In addition, we will further study transfer learning method that enables transfer of trained models tailored to the training data to the evaluation data that follows a different distribution. It is expected that a model capable of exhibiting robust recognition performance against changes in data that is not considered in the model learning stage will be obtained.

Effect of cooling rate on precipitation hardening of a Pd-Cu-Ga-Zn metal-ceramic alloy during porcelain firing simulation (금속-세라믹용 Pd-Cu-Ga-Zn계 합금의 모의 소성 시 냉각 속도가 석출 경화에 미치는 영향)

  • Kim, Min-Jung;Shin, Hye-Jeong;Kwon, Yong-Hoon;Kim, Hyung-Il;Seol, Hyo-Joung
    • Korean Journal of Dental Materials
    • /
    • v.44 no.3
    • /
    • pp.207-216
    • /
    • 2017
  • The effect of cooling rate on precipitation hardening of a Pd-Cu-Ga-Zn metal-ceramic alloy during porcelain firing simulation was investigated and the following results were obtained. When the cooling rate was fast (Stage 0), the hardness of the alloy increased at each firing step and the high hardness value was maintained. When the cooling rate was slow (Stage 3), the hardness was the highest at the first stage of the firing, but the final hardness of the alloy after complete firing was lower. The increase in hardness of the specimens cooled at the cooling rate of Stage 0 after each firing step was caused by precipitation hardening. The decrease in hardness of the specimens cooled at the cooling rate of Stage 3 after each firing step was attributed to the coarsening of the spot-like precipitates formed in the matrix and plate-like precipitates. The matrix and the plate-like precipitates were composed of the $Pd_2(Cu,Ga,Zn)$ phase of CsCl-type, and the particle-like structure was composed of the Pd-rich ${\alpha}$-phase of face-centered cubic structure. Through the porcelain firing process, Cu, Ga, and Zn, which were dissolved in Pd-rich ${\alpha}$ particles, precipitated with Pd, resulting in the phase separation of the Pd-rich ${\alpha}$ particles into the Pd-rich ${\alpha}^{\prime}$ particles and ${\beta}^{\prime}$ precipitates composed of $Pd_2(Cu,Ga,Zn)$. These results suggested that the durability of the final prosthesis made of the Pd-Cu-Ga-Zn alloy can be improved when the cooling rate is fast during porcelain firing simulation.

A study on distinctive view of Cheng I's the sage-theory (정이(程?) 성인론(聖人論)의 특징에 관한 고찰)

  • Kim, Sang-Rae
    • The Journal of Korean Philosophical History
    • /
    • no.56
    • /
    • pp.151-180
    • /
    • 2018
  • Since the completion of the theories on human ethics and moral had been established to pursue by Confucian thinkers like Confucius and Mencius, they generally had agreed to present the basic principles for human education which every human could be the sage. In these principles for human ethics and morality there is on the premise that the knowledge about your own ethical and that the completion of the so-called act(爲) and learning(學). They had given to us that how to get a goal for the ethical and moral lives there are several academic oriented methodology will have act and learning set. In the point of achieving complete figures which act and learning for good society, there was named the sage(聖). This concept sage has two major types. One is on for the political figures that completed, and the other one is for the realm of academic side. Confucian as above mentioned the moral human being is equipped with a complete personality and political ability to make man and society perfect. Confucius has been understood as a complete human being. Yes, ideal for these two types of figures will be fulfilled in some way? They take a mystical ability to a priori or a posteriori, such as human effort can reach the sage. There are many thinkers are obvious and logical answer for this major problem in the system of confucian philosophy I have been trying. About the sage(聖), inherently natural learning(生知) occur to the position sage or knowledge (學知), can lead to there are two of the doctrine for that problem. With the study of learning and knowledge on human beings and real society the two systems concerned together. In fact, the main content of the "Analects of Confucius" we have a set of ethical and moral values not the benevolent conversation about Jin(仁) and his disciples a steady emphasis but on in praise of learning (學) for. However, at the time in Han Tang(漢唐) Han Wi(韓愈) and Wang Chung(王充), according to such thinkers the sage is already a priori determined, cannot be reached by human effort. But At the beginning of the Neo-Confucianism, Cheng I(程?) for the pioneer this Song(宋) scholars, regarding this issue could rebirth the thought that every human could be the sage through the learning as the pre-Chin(先秦) times.

The Inflow of the Creative-Class and Forming of Cultural Landscape on the Kyunglidan-Gil (경리단길 창조계급의 유입과정과 문화경관 형성요인)

  • Yang, Hee eun;Son, Yong-Hoon
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.41 no.6
    • /
    • pp.158-170
    • /
    • 2013
  • With the recent 'Creative economy' and 'Cultural prosperity' coming to the fore as a new code to build up a city or a region, it is necessary to focus on strengthening the regional creative capacity as well as developing spontaneous regional culture. In such trend this research aims to explore the Kyunglidan-gil, Seoul, Korea in which creative-class are appearing autogenously in clusters and forming new cultural landscape, to identify the factors of their accumulation and changing aspect of cultural landscape. This study has the following purposes: First, Investigating the historical context of the Kyunglidan-gil's landscape. Second, considering the process of the creative-class being flowed into the Kyunglidan-gil as the subject leading to the modification of the region. Third, their activity was analyzed to consider the unique aspect of forming the cultural landscape at the Kyunglidan-gil. Regarding why the creative-class should flow in, results of the study drew five factors including region in issue compared to inexpensive rents, coexistence with nature, quiet atmosphere seeming isolated from the urban confusion, location possible to test and share individual materials one likes, and a site with synergy effect of activity through the network with acquaintances. Also, five characteristics of cultural landscape forming by the people's activity were drawn - space of communication for increasing creativity, temporary and flexible spatial use, expression of one's identity and taste, distinguishing, and positive use of the existing facilities. Like this, by exposing the 'creative-class', a subject of the leader in changing process of the Kyunglidan-gil, this research identified the aspect of forming cultural landscape.

The Effect of Au Addition on the Hardening Mechanism in Ag-25wt% Pd-15wt% Cu (Ag-25wt% Pd-15wt% Cu 3원합금(元合金) 및 Au 첨가합금(添加合金)의 시효경화특성(時效京華特性))

  • Bea, B.J.;Lee, H.S.;Lee, K.D.
    • Journal of Technologic Dentistry
    • /
    • v.20 no.1
    • /
    • pp.37-49
    • /
    • 1998
  • The specimens used were Ag-25 Pd-15 Cu ternary alloy and Au addition alloy. These alloys were melted and casted by induction electric furnace and centrifugal casting machine in Ar atmosphere. These specimens were solution treated for 2hr at $800^{\circ}C$ and were then quenched into iced water, and aged at $350{\sim}550^{\circ}C$ Age- hardening characteristics of the small Au-containing Ag-Pd-Cu dental alloys were investigated by means of hardness testing. X-ray diffraction and electron microscope observations, electrical resistance, ergy dispersed spectra and electron probe microanalysis. Principal results are as follows : Hardening occured in two stages, i.e., stage I in low temperature and stage II in high temperature regions, during continuous aging. The case of hardening in stage I was due to the formation of the $L1_0$ type face-centered tetragonal PdCu-ordered phase in the grain interior and hardening in stage I was affected by the Cu concentration. In stage II, decomposition of the ${\alpha}$ solid solution to a PdCu ordered phase($L1_0$ type) and an Ag-rich ${\alpha}2$ phase occurred and a discontinuous precipitation occurred at the grain boundary. From the electron microscope study, it was conclued that the cause of age-hardening in this alloy is the precipitation of the PdCu ordered phase, which has AuCu I type face-centered tetragonal structure. Precipetation procedure was ${\alpha}{\to}{\alpha}+{\alpha}_2+PdCu {\to}{\alpha}_1+{\alpha}_2+PdCu$ at Pd/Cu = 1.7 Ag-Pd-Cu alloy is more effective dental alloy as ageing treatment and is suitable to isothermal ageing at $450^{\circ}C$.

  • PDF