• Title/Summary/Keyword: Rule-Based Learning

Search Result 388, Processing Time 0.026 seconds

The Characteristics of NOS Lessons by Science Teachers: In the Context of 'Science Inquiry Experiment' Developed Under the 2015 Revised National Curriculum (과학교사의 과학의 본성(NOS) 수업에서 나타나는 특징 분석 -2015 개정 교육과정에 따른 '과학탐구실험'의 맥락에서-)

  • Kim, Minhwan;Shin, Haemin;Noh, Taehee
    • Journal of the Korean Chemical Society
    • /
    • v.66 no.5
    • /
    • pp.362-375
    • /
    • 2022
  • In this study, science teachers' NOS lessons were observed and the characteristics of the lessons were analyzed. Three science teachers who taught NOS in the 'Science Inquiry Experiment' developed under the 2015 revised curriculum participated in the study. Their NOS lessons were observed and interviews were conducted before and after lessons. The collected data were analyzed using analytical induction and constant comparative method. The analyses of the result revealed the teachers' naive views on NOS were also revealed during the lessons. There were some cases where they showed naive views during the lessons even if they showed informed views in the interviews. Although the domains of NOS taught by them were diverse, all of them taught 'tentativeness' and considered this an important goal. They tended to teach NOS with content related with their major, and teaching NOS was found to be deeply related to their major. In the activity where students learn NOS by inferring the unknown object, teachers disclosed the unknown object, which is unlike the rule of the activity. They thought that could help students' learning. At last, although they emphasized teaching NOS, they either did not assess NOS or assessed NOS in a limited way. Based on the results, some directions for teacher education and follow-up study are suggested.

Flood Disaster Prediction and Prevention through Hybrid BigData Analysis (하이브리드 빅데이터 분석을 통한 홍수 재해 예측 및 예방)

  • Ki-Yeol Eom;Jai-Hyun Lee
    • The Journal of Bigdata
    • /
    • v.8 no.1
    • /
    • pp.99-109
    • /
    • 2023
  • Recently, not only in Korea but also around the world, we have been experiencing constant disasters such as typhoons, wildfires, and heavy rains. The property damage caused by typhoons and heavy rain in South Korea alone has exceeded 1 trillion won. These disasters have resulted in significant loss of life and property damage, and the recovery process will also take a considerable amount of time. In addition, the government's contingency funds are insufficient for the current situation. To prevent and effectively respond to these issues, it is necessary to collect and analyze accurate data in real-time. However, delays and data loss can occur depending on the environment where the sensors are located, the status of the communication network, and the receiving servers. In this paper, we propose a two-stage hybrid situation analysis and prediction algorithm that can accurately analyze even in such communication network conditions. In the first step, data on river and stream levels are collected, filtered, and refined from diverse sensors of different types and stored in a bigdata. An AI rule-based inference algorithm is applied to analyze the crisis alert levels. If the rainfall exceeds a certain threshold, but it remains below the desired level of interest, the second step of deep learning image analysis is performed to determine the final crisis alert level.

Fraud Detection System Model Using Generative Adversarial Networks and Deep Learning (생성적 적대 신경망과 딥러닝을 활용한 이상거래탐지 시스템 모형)

  • Ye Won Kim;Ye Lim Yu;Hong Yong Choi
    • Information Systems Review
    • /
    • v.22 no.1
    • /
    • pp.59-72
    • /
    • 2020
  • Artificial Intelligence is establishing itself as a familiar tool from an intractable concept. In this trend, financial sector is also looking to improve the problem of existing system which includes Fraud Detection System (FDS). It is being difficult to detect sophisticated cyber financial fraud using original rule-based FDS. This is because diversification of payment environment and increasing number of electronic financial transactions has been emerged. In order to overcome present FDS, this paper suggests 3 types of artificial intelligence models, Generative Adversarial Network (GAN), Deep Neural Network (DNN), and Convolutional Neural Network (CNN). GAN proves how data imbalance problem can be developed while DNN and CNN show how abnormal financial trading patterns can be precisely detected. In conclusion, among the experiments on this paper, WGAN has the highest improvement effects on data imbalance problem. DNN model reflects more effects on fraud classification comparatively.

Context Prediction Using Right and Wrong Patterns to Improve Sequential Matching Performance for More Accurate Dynamic Context-Aware Recommendation (보다 정확한 동적 상황인식 추천을 위해 정확 및 오류 패턴을 활용하여 순차적 매칭 성능이 개선된 상황 예측 방법)

  • Kwon, Oh-Byung
    • Asia pacific journal of information systems
    • /
    • v.19 no.3
    • /
    • pp.51-67
    • /
    • 2009
  • Developing an agile recommender system for nomadic users has been regarded as a promising application in mobile and ubiquitous settings. To increase the quality of personalized recommendation in terms of accuracy and elapsed time, estimating future context of the user in a correct way is highly crucial. Traditionally, time series analysis and Makovian process have been adopted for such forecasting. However, these methods are not adequate in predicting context data, only because most of context data are represented as nominal scale. To resolve these limitations, the alignment-prediction algorithm has been suggested for context prediction, especially for future context from the low-level context. Recently, an ontological approach has been proposed for guided context prediction without context history. However, due to variety of context information, acquiring sufficient context prediction knowledge a priori is not easy in most of service domains. Hence, the purpose of this paper is to propose a novel context prediction methodology, which does not require a priori knowledge, and to increase accuracy and decrease elapsed time for service response. To do so, we have newly developed pattern-based context prediction approach. First of ail, a set of individual rules is derived from each context attribute using context history. Then a pattern consisted of results from reasoning individual rules, is developed for pattern learning. If at least one context property matches, say R, then regard the pattern as right. If the pattern is new, add right pattern, set the value of mismatched properties = 0, freq = 1 and w(R, 1). Otherwise, increase the frequency of the matched right pattern by 1 and then set w(R,freq). After finishing training, if the frequency is greater than a threshold value, then save the right pattern in knowledge base. On the other hand, if at least one context property matches, say W, then regard the pattern as wrong. If the pattern is new, modify the result into wrong answer, add right pattern, and set frequency to 1 and w(W, 1). Or, increase the matched wrong pattern's frequency by 1 and then set w(W, freq). After finishing training, if the frequency value is greater than a threshold level, then save the wrong pattern on the knowledge basis. Then, context prediction is performed with combinatorial rules as follows: first, identify current context. Second, find matched patterns from right patterns. If there is no pattern matched, then find a matching pattern from wrong patterns. If a matching pattern is not found, then choose one context property whose predictability is higher than that of any other properties. To show the feasibility of the methodology proposed in this paper, we collected actual context history from the travelers who had visited the largest amusement park in Korea. As a result, 400 context records were collected in 2009. Then we randomly selected 70% of the records as training data. The rest were selected as testing data. To examine the performance of the methodology, prediction accuracy and elapsed time were chosen as measures. We compared the performance with case-based reasoning and voting methods. Through a simulation test, we conclude that our methodology is clearly better than CBR and voting methods in terms of accuracy and elapsed time. This shows that the methodology is relatively valid and scalable. As a second round of the experiment, we compared a full model to a partial model. A full model indicates that right and wrong patterns are used for reasoning the future context. On the other hand, a partial model means that the reasoning is performed only with right patterns, which is generally adopted in the legacy alignment-prediction method. It turned out that a full model is better than a partial model in terms of the accuracy while partial model is better when considering elapsed time. As a last experiment, we took into our consideration potential privacy problems that might arise among the users. To mediate such concern, we excluded such context properties as date of tour and user profiles such as gender and age. The outcome shows that preserving privacy is endurable. Contributions of this paper are as follows: First, academically, we have improved sequential matching methods to predict accuracy and service time by considering individual rules of each context property and learning from wrong patterns. Second, the proposed method is found to be quite effective for privacy preserving applications, which are frequently required by B2C context-aware services; the privacy preserving system applying the proposed method successfully can also decrease elapsed time. Hence, the method is very practical in establishing privacy preserving context-aware services. Our future research issues taking into account some limitations in this paper can be summarized as follows. First, user acceptance or usability will be tested with actual users in order to prove the value of the prototype system. Second, we will apply the proposed method to more general application domains as this paper focused on tourism in amusement park.

A Study on Junghui Kim's Concepts in Seodok(書牘) (서독(書牘)에 나타난 완당(阮堂) 김정희(金正喜)의 사상(思想) 연구(硏究))

  • Kwon, Hyok-Soon
    • (The)Study of the Eastern Classic
    • /
    • no.33
    • /
    • pp.279-304
    • /
    • 2008
  • This paper draws out the contents related to "Yuk(易)" Silhak(實學), and discusses the tendency in order to review the ideas shown in Wandang's Seodok(書牘). Also, it studies Taoism expressed in Seodok in terms of figuring out Wandang's Taoism. The features of his thoughts are following. The first one is the use of "Yuk(易)" for Soogichiin(修己治人). What he considered most important was Eumsiknamnyu(飮食男女) linked directly to the people's life. He maintained that a country must be ruled by doing Soogi(修己) with "Yuk(易)" and by making use of "Yuk(易)". The next one is both a view of Gyungsechiyong(經世致用) of Dongseoboolboon(東西不分) and a natural view of Iyonghooseng(利用厚生), standing on Silsagusi(實事求是). He actively accepted new learning and concepts those days, and he asserted that Western techniques should be even imitated for the sake of the nation. Thirdly, his view of Moowi(無爲) and Boolun(不言). He didn't use to do any Jakwi(作爲) of Jeosool(著述). This kind of view seems to save his life and be connected to Yangshin(養身) even though others tried to keep a jealous eye on and entrap him. Last, his concept of Jayeonsooneung(自然順應) and Jayeonhoigui(自然回歸). It is shown through his wish of farm work and his politics, saying that a king ought not to bind the people with faithfulness and propriety, and that he ought to rule the nation with humanity. In sum, Wandang's ideas shown in Seodok can be divided into two streams. One is Boshin(保身) through Moowijayeon(無爲自然), Boolun(不言), and Jayeonhoigui(自然回歸). The other is a pursuit of his studies for the purpose of Dukchi(德治) followed by Soogichiin, Kyongsechiyong, Iyonghooseng, and Injung. Here, since Boshin can be said to be advanced Soogi, and Soogichiin and others are connected directly to people's comfortable life, they can be integrated to Soogiianbaeksung(修己以安百姓). In other words, his thoughts were based on the fusion of Confucianism and Taoism, and he aimed at Soogiianbaeksung by accepting and using to take a look at the change of period and learning.

A Study on the Establishment of Comparison System between the Statement of Military Reports and Related Laws (군(軍) 보고서 등장 문장과 관련 법령 간 비교 시스템 구축 방안 연구)

  • Jung, Jiin;Kim, Mintae;Kim, Wooju
    • Journal of Intelligence and Information Systems
    • /
    • v.26 no.3
    • /
    • pp.109-125
    • /
    • 2020
  • The Ministry of National Defense is pushing for the Defense Acquisition Program to build strong defense capabilities, and it spends more than 10 trillion won annually on defense improvement. As the Defense Acquisition Program is directly related to the security of the nation as well as the lives and property of the people, it must be carried out very transparently and efficiently by experts. However, the excessive diversification of laws and regulations related to the Defense Acquisition Program has made it challenging for many working-level officials to carry out the Defense Acquisition Program smoothly. It is even known that many people realize that there are related regulations that they were unaware of until they push ahead with their work. In addition, the statutory statements related to the Defense Acquisition Program have the tendency to cause serious issues even if only a single expression is wrong within the sentence. Despite this, efforts to establish a sentence comparison system to correct this issue in real time have been minimal. Therefore, this paper tries to propose a "Comparison System between the Statement of Military Reports and Related Laws" implementation plan that uses the Siamese Network-based artificial neural network, a model in the field of natural language processing (NLP), to observe the similarity between sentences that are likely to appear in the Defense Acquisition Program related documents and those from related statutory provisions to determine and classify the risk of illegality and to make users aware of the consequences. Various artificial neural network models (Bi-LSTM, Self-Attention, D_Bi-LSTM) were studied using 3,442 pairs of "Original Sentence"(described in actual statutes) and "Edited Sentence"(edited sentences derived from "Original Sentence"). Among many Defense Acquisition Program related statutes, DEFENSE ACQUISITION PROGRAM ACT, ENFORCEMENT RULE OF THE DEFENSE ACQUISITION PROGRAM ACT, and ENFORCEMENT DECREE OF THE DEFENSE ACQUISITION PROGRAM ACT were selected. Furthermore, "Original Sentence" has the 83 provisions that actually appear in the Act. "Original Sentence" has the main 83 clauses most accessible to working-level officials in their work. "Edited Sentence" is comprised of 30 to 50 similar sentences that are likely to appear modified in the county report for each clause("Original Sentence"). During the creation of the edited sentences, the original sentences were modified using 12 certain rules, and these sentences were produced in proportion to the number of such rules, as it was the case for the original sentences. After conducting 1 : 1 sentence similarity performance evaluation experiments, it was possible to classify each "Edited Sentence" as legal or illegal with considerable accuracy. In addition, the "Edited Sentence" dataset used to train the neural network models contains a variety of actual statutory statements("Original Sentence"), which are characterized by the 12 rules. On the other hand, the models are not able to effectively classify other sentences, which appear in actual military reports, when only the "Original Sentence" and "Edited Sentence" dataset have been fed to them. The dataset is not ample enough for the model to recognize other incoming new sentences. Hence, the performance of the model was reassessed by writing an additional 120 new sentences that have better resemblance to those in the actual military report and still have association with the original sentences. Thereafter, we were able to check that the models' performances surpassed a certain level even when they were trained merely with "Original Sentence" and "Edited Sentence" data. If sufficient model learning is achieved through the improvement and expansion of the full set of learning data with the addition of the actual report appearance sentences, the models will be able to better classify other sentences coming from military reports as legal or illegal. Based on the experimental results, this study confirms the possibility and value of building "Real-Time Automated Comparison System Between Military Documents and Related Laws". The research conducted in this experiment can verify which specific clause, of several that appear in related law clause is most similar to the sentence that appears in the Defense Acquisition Program-related military reports. This helps determine whether the contents in the military report sentences are at the risk of illegality when they are compared with those in the law clauses.

An origin and development, the thought and understanding of actual world of Noron (노론의 연원과 전개, 철학사상과 현실인식)

  • Kim, Moon Joon
    • The Journal of Korean Philosophical History
    • /
    • no.32
    • /
    • pp.79-112
    • /
    • 2011
  • Since Noron(老論) had organized in the period of Sookjong(肅宗), it constantly had led the political situation of Choson until Choson(朝鮮) perished as the grasping political power. Studies and thoughts development of Noron can be devided into four periods. First, the term of politics of faction of the period of Sookjong. Second, a period of Youngjo(英祖) and Joungjo(正祖). Third, a period of politics of power(勢道政治). Fourth, the latter term of 19century. We can look into an origin and development aspect in outline by dividing like this. The general character of Noron can be summarized by the respect of Song Si-yeol(宋時烈, 1607-1689), the theory of a party of a man of virtue(君子黨論) based on the theory of moral civilization of Choson(朝鮮中華論), the succession of Lee i(李珥; 1636-1684)'s neo-confucianism, rejecting all teaching that does not conform to neoconfucianism and protecting right studies, and oppression of Roman Catholic. The noticeable scholars of Noron were Kwon sang Ha(權尙夏; 1641~1721), Kim chang hyup(金昌協; 1651~1708), Lee jea(李縡; 1680~1746) etc. These scholars of Noron following Song Si-yeol had tried to raise "Learning of the Way"(正明道) by respecting Zushi and removing injustice(尊朱子攘夷狄), also believed people should embody moral values in their society and country. and possessed an will guiding to stabilize the country by rejecting uncivilization(尊王攘夷). Above all, they insisted, the King of Choson should rule with 'lighting heavenly reason'(明天理). Also they insisted the King and countrymen should together strive to recover civilization of moral humanity and destroy uncivilzation. But gradually they lost the motive and purpose of moral politics in the seventeenth century. Finally Noron Byeokpa(?派) take over the reins of government. It resulted in the bad effect of politics of autocrat(勢道政治) having their own way to use power of authority after death of Jungjo(正祖). The peculiar character of Noron politics can valued as the extreme aspect of 'according of politics and scholarship'(政學一致).

A Comparative Study on Buddhist Painting, MokWooDo (牧牛圖: PA Comparative Study on Buddhist Painting, MokWooDo (牧牛圖: Painting of Bull Keeping) and Confucian/Taoist Painting, SipMaDo (十馬圖: Painting of Ten Horses) - Focused on SimBeop (心法: Mind Control Rule) of the Three Schools: Confucianism, Buddhism and Taoism -nd Control Rule) of the Three Schools: Confucianism, Buddhism and Taoism - (불가(佛家) 목우도(牧牛圖)와 유·도(儒·道) 십마도(十馬圖) 비교 연구 - 유불도(儒佛道) 삼가(三家)의 심법(心法)을 중심으로 -)

  • Park, So-Hyun;Lee, Jung-Han
    • Journal of the Korean Institute of Traditional Landscape Architecture
    • /
    • v.40 no.4
    • /
    • pp.67-80
    • /
    • 2022
  • SipWooDo (十牛圖: Painting of Ten Bulls), a Buddhist painting, is a kind of Zen Sect Buddhism painting, which is shown as a mural in many of main halls of Korean Buddhist temples. MokWooDo has been painted since Song Dynasty of China. It paints a cow, a metaphor of mind and a shepherd boy who controls the cow. It comes also with many other types of works such as poetry called GyeSong, HwaWoonSi and etc. That is, it appeared as a pan-cultural phenomenon beyond ideology and nation not limited to Chinese Buddhist ideology of an era. This study, therefore, selects MokWooDo chants that represent Confucianism, Buddhism and Taoism to compare the writing purposes, mind discipline methods and ultimate goals of such chant literatures in order to integrate and comprehend the ideologies of such three schools in the ideologically cultural aspect, which was not fully dealt with in the existing studies. In particular, the study results are: First, the SipWooDo of Buddhist School is classified generally into Bo Myoung's MokWooDo and Kwak Ahm's SimWooDo (尋牛圖: Painting of Searching out a Bull). Zen Sect Buddhism goes toward nirvana through enlightenment. Both MokWooDo and SimWooDo of Buddhist School are the discipline method of JeomSu (漸修: Discipline by Steps). They were made for SuSimJeungDo (修心證道: Enlightenment of Truth by Mind Discipline), which appears different in HwaJe (畫題: Titles on Painting) and GyeSong (偈頌: Poetry Type of Buddhist Chant) between Zen Sect Buddhism and Doctrine Study Based Buddhism, which are different from each other in viewpoints. Second, Bo Myoung's MokWooDo introduces the discipline processes from MiMok (未牧: Before Tamed) to JinGongMyoYu (眞空妙有: True Vacancy is not Separately Existing) of SsangMin (雙泯: the Level where Only Core Image Appears with Every Other Thing Faded out) that lie on the method called BangHalGiYong (棒喝機用: a Way of Using Rod to Scold). On the other side, however, it puts its ultimate goal onto the way to overcome even such core image of SsangMin. Third, Kwak Ahm's SimWooDo shows the discipline processes of JeomSu from SimWoo (尋牛: Searching out a Bull) to IpJeonSuSu (入鄽垂手: Entering into a Place to Exhibit Tools). That is, it puts its ultimate goal onto HwaGwangDongJin (和光同塵: Harmonized with Others not Showing your own Wisdom) where you are going together with ordinary people by going up to the level of 'SangGuBori (上求菩提: Discipline to Go Up to Gain Truth) and HaHwaJungSaeng (下化衆生: Discipline to Go Down to Be with Ordinary People)' through SaGyoIpSeon (捨敎入禪: Entering into Zen Sect Buddhism after Completing a Certain Volume of Doctrine Study), which are working for leading the ordinary people of all to finding out their Buddhist Nature. Fourth, Shimiz Shunryu (清水春流)'s painting YuGaSipMaDo (儒家十馬圖: Painting of Ten Horses of Confucian School) borrowed Bo Myoung's MokWooDo. That is, it borrowed the terms and pictures of Buddhist School. However, it features 'WonBulIpYu (援佛入儒: Enlightenment of Buddhist Nature by Confucianism)', which is based on the process of becoming a greatly wise person through Confucian study to go back to the original good nature. From here, it puts its goal onto becoming a greatly wise person, GunJa who is completely harmonized with truth, through the study of HamYang (涵養: Mind Discipline by Widening Learning and Intelligence) that controls outside mind to make the mind peaceful. Its ultimate goal is in accord with "SangCheonJiJae, MuSeongMuChee (上天之載, 無聲無臭: Heaven Exists in the Sky Upward; It is Difficult to Get the Truth of Nature, which has neither sound nor smell)' words from Zhōngyōng. Fifth, WonMyeongNhoYin (圓明老人)'s painting SangSeungSuJinSamYo (上乘修真三要: Painting of Three Essential Things to Discipline toward Truth) borrowed Bo Myoung's MokWooDo while it consists of totally 13 sheets of picture to preach the painter's will and preference. That is, it features 'WonBulIpDo (援佛入道: Following Buddha to Enter into Truth)' to preach the painter's doctrine of Taoism by borrowing the pictures and poetry type chants of Buddhist School. Taoism aims to become a miraculously powerful Taoist hermit who never dies by Taoist healthcare methods. Therefore, Taoists take the mind discipline called BanHwanSimSeong (返還心性: Returning Back to Original Mind Nature), which makes Taoists go ultimately toward JaGeumSeon (紫金仙) that is the original origin by changing into a saint body that is newly conceived with the vital force of TaeGeuk abandoning the existing mind and body fully. This is a unique feature of Taoism, which puts its ultimate goal onto the way of BeopShinCheongJeong (法身淸淨: Pure and Clean Nature of Buddha) that is in accord with JiDoHoiHong (至道恢弘: Getting to Wide and Big Truth).