• 제목/요약/키워드: Right and Wrong

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

집단지성 기반 오답노트 시스템 (Collective Intelligence based Wrong Answer Note System)

  • 하진석;김창석
    • 한국지능시스템학회논문지
    • /
    • 제25권5호
    • /
    • pp.457-463
    • /
    • 2015
  • 본 논문은 적시학습을 위한 집단지성 기반 오답노트 시스템의 필요성과 개념을 제시하고 활용도 및 만족도를 보인다. 기존 오답노트 시스템은 평가문항에 대한 정답 여부를 체크하여 응답 결과가 오답인 문항에 대하여 일괄적인 정답 해설을 제공하는 특징을 갖고 있다. 이러한 특징은 학습자가 평가문항을 잘 이해하지 못하고 운 좋게 맞은 문항과 개별 학습자들의 오답 선택 과정에 대한 오류를 적절하게 피드백 받지 못하기 때문에 오답분석과 피드백 측면에서 많은 개선을 필요로 하고 있다. 본 논문에서는 이러한 '점수의 오류'를 개선하여 학습자의 취약점을 보완하는 새로운 방법인 SERO(Stability Emergency Risk Opportunity) 오답노트를 제안한다. SERO 오답노트는 자신이 풀어낸 평가문항들을 4가지 유형(S유형, E유형, R유형, O유형)으로 분류하고, 정답 해설 뿐만 아니라 집단지성을 이용한 다양한 오답노트 해설들을 제시하여 학습의 만족도를 높인다.

고등학생의 탐구 사고력 문제 해결 과정에 나타난 유형과 특징 (The High School Students' Problem Solving Patterns and Their Features in Scientific Inquiry)

  • 김익균;황유정
    • 한국과학교육학회지
    • /
    • 제13권2호
    • /
    • pp.152-162
    • /
    • 1993
  • The high school students' problem solving patterns and their features in scientific inquiry, especially on controlling variables and stating hypothesis have been investigated. The 8 problems on controlling variables and stating hypothesis were selected out of the scientific inquiry area in the experimental tryout of Aptitude Assessment for College Education, and had been used to find the patterns and their features. The results of findings are as follows: There were seven patterns in the process of solving problems. Five of seven patterns were found in right answers and four patterns in wrong answers. Two patterns were found in both right and wrong answers. Some students could solve the problems even though they did not understand the elements of the scientific inquiry, controlling variables and stating hypothesis. The false application of physics concepts, misunderstanding about the elements of the scientific inquiry and using unrelated experience and conjectures were the features of students' wrong answers. On the other hand, the right application of physics concepts, understanding and applying the elements right, infering answers from the tables and figures on statements of suggested problems were the features of right answers. The further studies on this kind may helpful to find the higher mental abilities related to scientific inquiry and to develop tools for testing students' scientific inquiry thinking skills.

  • PDF

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

  • 권오병
    • Asia pacific journal of information systems
    • /
    • 제19권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.

집단지성을 이용한 개별화 오답노트 모형 개발 (Development of Individualization Wrong Answer Note Model Using Collective Intelligence)

  • 하진석;김창석
    • 한국지능시스템학회논문지
    • /
    • 제19권2호
    • /
    • pp.218-223
    • /
    • 2009
  • 이 논문은 개별화된 오답노트 모형 개발에 관한 문제를 고찰한다. 여기에서 사용된 방법은 집단지성을 이용하여 오답노트해설을 추가하고, 오답분석을 통하여 유사한 패턴의 오답자 해설노트를 참조한다. 이 논문의 주된 결과는 정답에 대한 해설이 아닌 오답에 이르는 틀린 과정을 찾고 오답을 정리하는 것이다. 제안된 방법으로 기존 오답노트 시스템의 개선된 해결책을 찾을 수 있다.

신규 간호사의 투약오류 인지 및 경험에 대한 조사 연구 (Perception and Experience of Medication Errors in Nurses with tess than One Year Job Experience)

  • 오춘애;윤혜상
    • 기본간호학회지
    • /
    • 제14권1호
    • /
    • pp.6-17
    • /
    • 2007
  • Purpose: This study was carried out to investigate perception and experience of medication errors by nurses. Method: Data collection through a survey was performed using structured questionnaires over the period of September 1 to October 15, 2004. Questionnaire were delivered to 222 nurses from 15 hospitals; thereafter, 205 questionnaires were responded (i.e., 92% response rate). The subject in the study was a nurse who had been working in the hospital for less than one year. Results: The average perception rate was 87.5%. The perception rates of subjects in medication errors from four areas are 62% in wrong dosage form for drug administration, 61.5% in air into an IV set, 63% in crystals in an IV lines, and 83.5% in wrong time. The experience rates of subjects in medication errors from four areas are 85.5% in wrong time, 39.5% in wrong injection site, 34.5% in omission error, and 28% in wrong patient. Conclusion: The average perception rate and experience rates of medication errors were 87.5% and 23.5%, respectively. Education about the Five right in medication and knowledges about drugs would improve the perception of medication errors of nurses whose work experience is less than one year, and prevent them from medication errors.

  • PDF

A Hybrid Multiuser Detection Algorithm for Outer Space DS-UWB Ad-hoc Network with Strong Narrowband Interference

  • Yin, Zhendong;Kuang, Yunsheng;Sun, Hongjian;Wu, Zhilu;Tang, Wenyan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제6권5호
    • /
    • pp.1316-1332
    • /
    • 2012
  • Formation flying is an important technology that enables high cost-effective organization of outer space aircrafts. The ad-hoc wireless network based on direct-sequence ultra-wideband (DS-UWB) techniques is seen as an effective means of establishing wireless communication links between aircrafts. In this paper, based on the theory of matched filter and error bits correction, a hybrid detection algorithm is proposed for realizing multiuser detection (MUD) when the DS-UWB technique is used in the ad-hoc wireless network. The matched filter is used to generate a candidate code set which may contain several error bits. The error bits are then recognized and corrected by an novel error-bit corrector, which consists of two steps: code mapping and clustering. In the former step, based on the modified optimum MUD decision function, a novel mapping function is presented that maps the output candidate codes into a feature space for differentiating the right and wrong codes. In the latter step, the codes are clustered into the right and wrong sets by using the K-means clustering approach. Additionally, in order to prevent some right codes being wrongly classified, a sign judgment method is proposed that reduces the bit error rate (BER) of the system. Compared with the traditional detection approaches, e.g., matched filter, minimum mean square error (MMSE) and decorrelation receiver (DEC), the proposed algorithm can considerably improve the BER performance of the system because of its high probability of recognizing wrong codes. Simulation results show that the proposed algorithm can almost achieve the BER performance of the optimum MUD (OMD). Furthermore, compared with OMD, the proposed algorithm has lower computational complexity, and its BER performance is less sensitive to the number of users.

히스토그램의 최적 높이의 폭에 기반한 3차원 필름 영상 검사 (3D Film Image Inspection Based on the Width of Optimized Height of Histogram)

  • 이재은;김종남
    • 융합신호처리학회논문지
    • /
    • 제23권2호
    • /
    • pp.107-114
    • /
    • 2022
  • 3차원 필름 영상을 양품 또는 불량품으로 분류하기 위해서는 필름의 영상 내 무늬를 검출해야 한다. 하지만 만약 필름 내 화소의 명암이 낮다면 영상 내 무늬가 선명하지 않아서 분류하기가 쉽지 않다. 본 논문에서는 3D 필름 영상들의 히스토그램을 구한 후, 각 히스토그램의 특정 빈도에서의 폭을 비교하여 정품과 불량품으로 분류하는 방법을 제안한다. 실험을 통하여 정품과 불량품의 히스토그램이 뚜렷하게 다르다는 것을 보였으며, 이러한 특징을 반영한 제안 알고리즘을 이용하여 히스토그램의 특정 빈도에서 모든 3D 필름 영상들이 정확하게 분류되는 것을 보였다. 기존에 연구된 방법들인 차영상, 오츠의 이진화 알고리즘, 캐니 엣지, 모폴로지 지오데식 엑티브 컨투어, 그리고 서포트 벡터 머신과의 성능 비교를 통하여 제안한 알고리즘의 성능이 가장 우수함을 검증하였으며, 영상 내 무늬를 검출할 필요 없이도 우수한 분류 정확도를 얻을 수 있다는 것을 보였다.

초등 과학교과서 천문 내용에 대한 예비교사들의 질문의 배경지식 유형과 출처 분석 (An Analysis of Types and Sources of Background Knowledges of Elementary Preservice Teachers' Questions about Astronomy Contents in Elementary Science Text Books)

  • 이명제
    • 한국초등과학교육학회지:초등과학교육
    • /
    • 제35권2호
    • /
    • pp.194-204
    • /
    • 2016
  • The purpose of this study is to find out the relationship between types and sources of background knowledges of elementary preteachers' questions about astronomy contents in the elementary science text books. Data were extracted from the preteachers' classes established in a university of education. The results are as follows. First, right background knowledges of questions were found in about 58% questions, wrong background knowledges 15%, and no background knowledges 26%. Second, it was found that 'school' as a source of background knowledges was found in 29% questions, 'friend' 21%, 'internet' 14%, 'book reading' 12%, 'others' 9%, 'TV' 7%, 'institute' 4%. In case of the type that right background knowledges have casual relation or correlation with question contents, 'book reading' and 'TV' sources rate increased, but 'internet' and 'others' decreased when compared to total questions. In the type which background knowledges are right and did not have casual relation or correlation with question contents, 'internet' source rate increased and 'friend' decreased. In case of the type that wrong background knowledges do not have casual relation or correlation with question contents, 'friend' and 'TV' sources rate increased, but 'school' and 'book reading' decreased. The type which background knowledges are right and did not have casual relation or correlation with question contents, 'internet' source rate increased and 'friend' decreased. In case of the type of no background knowledges, 'TV' and 'institute' source rate increased, but 'internet' and 'book reading' decreased. Third, the questions in 'Earth and Moon' unit have little background knowledges. The questions in 'solar system and stars' have background knowledges with no relation to the questions. Especially, in the unit 'changes of seasons', right background knowledges were found in more than half questions, but the contents of questions and background knowledges were not connected scientifically.