• Title/Summary/Keyword: Context analysis

Search Result 3,493, Processing Time 0.033 seconds

Conceptual Change via Contrasting Everyday and Scientifically Idealized Contexts

  • Oh, Won-Kun;Kim, Jae-Woo
    • Journal of The Korean Association For Science Education
    • /
    • v.21 no.5
    • /
    • pp.822-840
    • /
    • 2001
  • This article presents a theoretical model for conceptual change that relates cognitive conflict and the role of context. The model assumes that students derive alternative conceptions from everyday contexts while scientific concepts presume an idealized context, and hence, that the source of cognitive conflict results from the difference between the two contexts. Test results and analysis of the model are presented by applying it in a class studying the inertial motion of bodies. The subjects are 37 seventh grade boys.

  • PDF

Fat Client-Based Abstraction Model of Unstructured Data for Context-Aware Service in Edge Computing Environment (에지 컴퓨팅 환경에서의 상황인지 서비스를 위한 팻 클라이언트 기반 비정형 데이터 추상화 방법)

  • Kim, Do Hyung;Mun, Jong Hyeok;Park, Yoo Sang;Choi, Jong Sun;Choi, Jae Young
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.10 no.3
    • /
    • pp.59-70
    • /
    • 2021
  • With the recent advancements in the Internet of Things, context-aware system that provides customized services become important to consider. The existing context-aware systems analyze data generated around the user and abstract the context information that expresses the state of situations. However, these datasets is mostly unstructured and have difficulty in processing with simple approaches. Therefore, providing context-aware services using the datasets should be managed in simplified method. One of examples that should be considered as the unstructured datasets is a deep learning application. Processes in deep learning applications have a strong coupling in a way of abstracting dataset from the acquisition to analysis phases, it has less flexible when the target analysis model or applications are modified in functional scalability. Therefore, an abstraction model that separates the phases and process the unstructured dataset for analysis is proposed. The proposed abstraction utilizes a description name Analysis Model Description Language(AMDL) to deploy the analysis phases by each fat client is a specifically designed instance for resource-oriented tasks in edge computing environments how to handle different analysis applications and its factors using the AMDL and Fat client profiles. The experiment shows functional scalability through examples of AMDL and Fat client profiles targeting a vehicle image recognition model for vehicle access control notification service, and conducts process-by-process monitoring for collection-preprocessing-analysis of unstructured data.

How Much does Job Autonomy Matter for Job Performance of Chinese Supervising Engineers: A Quantitative Study

  • CUI, Nan;XIAO, Shu-Feng
    • East Asian Journal of Business Economics (EAJBE)
    • /
    • v.9 no.3
    • /
    • pp.71-82
    • /
    • 2021
  • Purpose - The purpose of this study is to examine the intermediary role of job satisfaction between job autonomy and job performance and whether the process was adjusted based on the work context. Research design, data, and methodology - This study was conducted by sample survey method on 334 supervising engineers. Data analysis methods were frequency analysis, confirmatory factor analysis, reliability analysis, correlation analysis, and structural equation model analysis. Result - The results of this study suggest that: (1) after controlling for age, position, and working years, job autonomy had a significant positive impact on job performance, (2) job autonomy can not only directly affect job performance but also indirectly affect performance through job satisfaction, (3) job satisfaction has an intermediary effect on job autonomy and job performance, and (4) the relationship between job autonomy and job satisfaction is moderated by the work context, and the result showed a negative moderating effect. Conclusion - This study suggests that job autonomy significantly improves job performance, and the higher job autonomy a supervising engineer has, the more satisfied they are with their work, thus enriching the precursor research on dynamic changes in job performance. When the working environment is poor, supervisors are more sensitive to the perception of job autonomy and have a stronger impact on job satisfaction and performance.

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.

An Analysis of Inquiry Activities in the Chemistry Parts of Middle School Science Textbook Based on the Sixth Curriculum (제 6차 교육과정에 따른 중학교 과학(화학부분) 교과서의 탐구활동 분석)

  • Moon, Seong Bae;Jun, Sung Ae;Kim, Yun Hi
    • Journal of the Korean Chemical Society
    • /
    • v.45 no.2
    • /
    • pp.162-176
    • /
    • 2001
  • This study was covered with the analysis of five kinds of the middle school science text books(chemistry part) based on the oth curriculum. Particularly, inquiry activities part was analyzed by the three dimension framework which consists of inquiry content dimension, inquiry process dimension and inquiry context dimension and the results are as follows;1. In the analysis of the contents in the middle school science textbooks(chemistry part), the average number of total pages was 197.6. The illustration and picture were contained 0.66 in number per a page, and the average number of further readings was 5.8.2. In the analysis of the inquiry content dimension of inquiry activities, the total number of themes in five kinds of textbooks was 222. And the number of imquiry activities in five kinds of textbooks was siverse : A textbook had 51, B texbook 49, C textbook 37 and E textbook 35.3. For the analysis of inquiry process dimension. it follows in the order of 'interpreing data and formulating generalizations (42.4%)','observation and measuring (38.1%)','seeing a problem and seeking ways to solve it (7.8%)' and 'building, testing and revising the theoretical model(11.7%)'.4. As for the analysis of the inquiry context dimension, the scientific context occupied 94.2%, the individual context 0.4%, the social context 2.7% and the technical context 2.7%. It shows that the proportion of STS(Science-Technology-Society) related contents in inquiry activities was only 5.8%.

  • PDF

Traffic Offloading Algorithm Using Social Context in MEC Environment (MEC 환경에서의 Social Context를 이용한 트래픽 오프로딩 알고리즘)

  • Cheon, Hye-Rim;Lee, Seung-Que;Kim, Jae-Hyun
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.42 no.2
    • /
    • pp.514-522
    • /
    • 2017
  • Traffic offloading is a promising solution to solve the explosive growth of mobile traffic. One of offloading schemes, in LIPA/SIPTO(Local IP Access and Selected IP Traffic Offload) offloading, we can offload mobile traffic that can satisfy QoS requirement for application. In addition, it is necessary for traffic offloading using social context due to large traffic from SNS. Thus, we propose the LIPA/SIPTO offloading algorithm using social context. We define the application selection probability using social context, the application popularity. Then, we find the optimal offloading weighting factor to maximize the QoS(Quality of Service) of small cell users in term of effective data rate. Finally, we determine the offloading ratio by this application selection probability and optimal offloading weighting factor. By performance analysis, the effective data rate achievement ratio of the proposed algorithm is similar with the conventional one although the total offloading ratio of the proposed algorithm is about 46 percent of the conventional one.

A Method to Provide Context from Massive Data Processing in Context-Aware System (상황인지 시스템에서 대용량의 데이터 처리결과를 컨텍스트 정보로 제공하기 위한 방법)

  • Park, Yoo Sang;Choi, Jong Sun;Choi, Jae Young
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.8 no.4
    • /
    • pp.145-152
    • /
    • 2019
  • Unlike a single value from a sensor device, a massive data set has characteristics for various processing aspects; input data may be formed in a different format, the size of input data varies, and the processing time of analyzing input data is not predictable. Therefore, context aware systems may contain complex modules, and these modules can be implemented and used in different ways. In order to solve these problems, we propose a method to handle context information from the result of analyzing massive data. The proposed method considers analysis work as a different type of abstracting context and suggests the way of representing context information. In experiment, we demonstrate how the context processing engine works properly in a couple of steps with healthcare services.

Practical Suggestions for the Effective Use of Everyday Context in Teaching Physics -based on the analysis of students' learning processes-

  • Jeong, Hyun-Suk;Park, Jong-Won
    • Journal of The Korean Association For Science Education
    • /
    • v.31 no.7
    • /
    • pp.1025-1039
    • /
    • 2011
  • Even though many researchers have reported that everyday contexts can arouse students' interests and improve their science learning, the connection between everyday context and physics learning is not yet clearly discussed. In our study, at first, we assumed five guidelines for helping the development of teaching materials for physics learning in everyday context. Based on these guidelines, we developed teaching materials for understanding basic optics and applied these materials to ninth grade students. From the positive responses of students and science teachers about the developed materials, we could confirm that the guidelines were reflected well in the materials. And also, it was found that students and teachers wanted to learn or teach context-based physics in future classroom learning. However, all students do not receive benefits from learning physics in everyday context. By analyzing students' actual learning processes and interviews with them, we found five potential impeding factors which could hinder students' successful learning of physics in everyday context. As a result, we suggested five recommendations for overcoming these impeding factors.

Parental Efficacy, Marriage Satisfaction, Social Support and Neighborhood Context as Predictors of Parent Involvement in Low Income Preschool Children's Education (저소득층 부모가 지각한 부모효능감, 결혼만족도, 사회적지지와 지역사회환경의 질이 가정 중심 유아교육의 부모참여도에 미치는 영향)

  • Lee, Jin-Wha;Lim, Won-Shin;Kim, Kyoung-Eun
    • Korean Journal of Human Ecology
    • /
    • v.19 no.5
    • /
    • pp.761-774
    • /
    • 2010
  • This study examined the relationship between parental efficacy, marriage satisfaction, social support, neighborhood context, and parental involvement in preschool children's education in low income families. Total 460 low income parents' data about parental efficacy, marriage satisfaction, social support, neighborhood context, and parental involvement are collected from the data of index studies for Korean child and adolescent's development in 2009. Parental efficacy, marriage satisfaction, perceived social support and perceived neighborhood context correlated positively with parental involvement. Regression analysis detected different patterns of association between these variables and the three dimensions of parent involvement. Perceived neighborhood context was associated with child care involvement, while parental efficacy was the most influential factor related to child leisure involvement. Marriage satisfaction was the strongest factor influencing involvement in children's educational activity. These results support the validity of a multi-dimensional, ecological conceptualization of parent involvement in low income families.

An Access Control System for Ubiquitous Computing based on Context Awareness (상황 인식 기반의 유비쿼터스 컴퓨팅을 위한 접근 제어 시스템)

  • Lee, Ji-Yeon;Ahn, Joon-Seon;Doh, Kyung-Goo;Chang, Byeong-Mo
    • The KIPS Transactions:PartA
    • /
    • v.15A no.1
    • /
    • pp.35-44
    • /
    • 2008
  • It is important to manage access control for secure ubiquitous applications. In this paper, we present an access-control system for executing policy file which includes access control rules. We implemented Context-aware Access Control Manager(CACM) based on Java Context-Awareness Framework(JCAF) which provides infrastructure and API for creating context-aware applications. CACM controls accesses to method call based on the access control rules in the policy file. We also implemented a support tool to help programmers modify incorrect access control rules using static analysis information, and a simulator for simulating ubiquitous applications. We describe simulation results for several ubiquitous applications.