• Title/Summary/Keyword: development task

Search Result 2,135, Processing Time 0.034 seconds

A Study on the Development of a Home Mess-Cleanup Robot Using an RFID Tag-Floor (RFID 환경을 이용한 홈 메스클린업 로봇 개발에 관한 연구)

  • Kim, Seung-Woo;Kim, Sang-Dae;Kim, Byung-Ho;Kim, Hong-Rae
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.11 no.2
    • /
    • pp.508-516
    • /
    • 2010
  • An autonomous and automatic home mess-cleanup robot is newly developed in this paper. Thus far, vacuum-cleaners have lightened the burden of household chores but the operational labor that vacuum-cleaners entail has been very severe. Recently, a cleaning robot was commercialized to solve but it also was not successful because it still had the problem of mess-cleanup, which pertained to the clean-up of large trash and the arrangement of newspapers, clothes, etc. Hence, we develop a new home mess-cleanup robot (McBot) to completely overcome this problem. The robot needs the capability for agile navigation and a novel manipulation system for mess-cleanup. The autonomous navigational system has to be controlled for the full scanning of the living room and for the precise tracking of the desired path. It must be also be able to recognize the absolute position and orientation of itself and to distinguish the messed object that is to be cleaned up from obstacles that should merely be avoided. The manipulator, which is not needed in a vacuum-cleaning robot, has the functions of distinguishing the large trash that is to be cleaned from the messed objects that are to be arranged. It needs to use its discretion with regard to the form of the messed objects and to properly carry these objects to the destination. In particular, in this paper, we describe our approach for achieving accurate localization using RFID for home mess-cleanup robots. Finally, the effectiveness of the developed McBot is confirmed through live tests of the mess-cleanup task.

Improving the Accuracy of Document Classification by Learning Heterogeneity (이질성 학습을 통한 문서 분류의 정확성 향상 기법)

  • Wong, William Xiu Shun;Hyun, Yoonjin;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.3
    • /
    • pp.21-44
    • /
    • 2018
  • In recent years, the rapid development of internet technology and the popularization of smart devices have resulted in massive amounts of text data. Those text data were produced and distributed through various media platforms such as World Wide Web, Internet news feeds, microblog, and social media. However, this enormous amount of easily obtained information is lack of organization. Therefore, this problem has raised the interest of many researchers in order to manage this huge amount of information. Further, this problem also required professionals that are capable of classifying relevant information and hence text classification is introduced. Text classification is a challenging task in modern data analysis, which it needs to assign a text document into one or more predefined categories or classes. In text classification field, there are different kinds of techniques available such as K-Nearest Neighbor, Naïve Bayes Algorithm, Support Vector Machine, Decision Tree, and Artificial Neural Network. However, while dealing with huge amount of text data, model performance and accuracy becomes a challenge. According to the type of words used in the corpus and type of features created for classification, the performance of a text classification model can be varied. Most of the attempts are been made based on proposing a new algorithm or modifying an existing algorithm. This kind of research can be said already reached their certain limitations for further improvements. In this study, aside from proposing a new algorithm or modifying the algorithm, we focus on searching a way to modify the use of data. It is widely known that classifier performance is influenced by the quality of training data upon which this classifier is built. The real world datasets in most of the time contain noise, or in other words noisy data, these can actually affect the decision made by the classifiers built from these data. In this study, we consider that the data from different domains, which is heterogeneous data might have the characteristics of noise which can be utilized in the classification process. In order to build the classifier, machine learning algorithm is performed based on the assumption that the characteristics of training data and target data are the same or very similar to each other. However, in the case of unstructured data such as text, the features are determined according to the vocabularies included in the document. If the viewpoints of the learning data and target data are different, the features may be appearing different between these two data. In this study, we attempt to improve the classification accuracy by strengthening the robustness of the document classifier through artificially injecting the noise into the process of constructing the document classifier. With data coming from various kind of sources, these data are likely formatted differently. These cause difficulties for traditional machine learning algorithms because they are not developed to recognize different type of data representation at one time and to put them together in same generalization. Therefore, in order to utilize heterogeneous data in the learning process of document classifier, we apply semi-supervised learning in our study. However, unlabeled data might have the possibility to degrade the performance of the document classifier. Therefore, we further proposed a method called Rule Selection-Based Ensemble Semi-Supervised Learning Algorithm (RSESLA) to select only the documents that contributing to the accuracy improvement of the classifier. RSESLA creates multiple views by manipulating the features using different types of classification models and different types of heterogeneous data. The most confident classification rules will be selected and applied for the final decision making. In this paper, three different types of real-world data sources were used, which are news, twitter and blogs.

The Effect of Meta-Features of Multiclass Datasets on the Performance of Classification Algorithms (다중 클래스 데이터셋의 메타특징이 판별 알고리즘의 성능에 미치는 영향 연구)

  • Kim, Jeonghun;Kim, Min Yong;Kwon, Ohbyung
    • Journal of Intelligence and Information Systems
    • /
    • v.26 no.1
    • /
    • pp.23-45
    • /
    • 2020
  • Big data is creating in a wide variety of fields such as medical care, manufacturing, logistics, sales site, SNS, and the dataset characteristics are also diverse. In order to secure the competitiveness of companies, it is necessary to improve decision-making capacity using a classification algorithm. However, most of them do not have sufficient knowledge on what kind of classification algorithm is appropriate for a specific problem area. In other words, determining which classification algorithm is appropriate depending on the characteristics of the dataset was has been a task that required expertise and effort. This is because the relationship between the characteristics of datasets (called meta-features) and the performance of classification algorithms has not been fully understood. Moreover, there has been little research on meta-features reflecting the characteristics of multi-class. Therefore, the purpose of this study is to empirically analyze whether meta-features of multi-class datasets have a significant effect on the performance of classification algorithms. In this study, meta-features of multi-class datasets were identified into two factors, (the data structure and the data complexity,) and seven representative meta-features were selected. Among those, we included the Herfindahl-Hirschman Index (HHI), originally a market concentration measurement index, in the meta-features to replace IR(Imbalanced Ratio). Also, we developed a new index called Reverse ReLU Silhouette Score into the meta-feature set. Among the UCI Machine Learning Repository data, six representative datasets (Balance Scale, PageBlocks, Car Evaluation, User Knowledge-Modeling, Wine Quality(red), Contraceptive Method Choice) were selected. The class of each dataset was classified by using the classification algorithms (KNN, Logistic Regression, Nave Bayes, Random Forest, and SVM) selected in the study. For each dataset, we applied 10-fold cross validation method. 10% to 100% oversampling method is applied for each fold and meta-features of the dataset is measured. The meta-features selected are HHI, Number of Classes, Number of Features, Entropy, Reverse ReLU Silhouette Score, Nonlinearity of Linear Classifier, Hub Score. F1-score was selected as the dependent variable. As a result, the results of this study showed that the six meta-features including Reverse ReLU Silhouette Score and HHI proposed in this study have a significant effect on the classification performance. (1) The meta-features HHI proposed in this study was significant in the classification performance. (2) The number of variables has a significant effect on the classification performance, unlike the number of classes, but it has a positive effect. (3) The number of classes has a negative effect on the performance of classification. (4) Entropy has a significant effect on the performance of classification. (5) The Reverse ReLU Silhouette Score also significantly affects the classification performance at a significant level of 0.01. (6) The nonlinearity of linear classifiers has a significant negative effect on classification performance. In addition, the results of the analysis by the classification algorithms were also consistent. In the regression analysis by classification algorithm, Naïve Bayes algorithm does not have a significant effect on the number of variables unlike other classification algorithms. This study has two theoretical contributions: (1) two new meta-features (HHI, Reverse ReLU Silhouette score) was proved to be significant. (2) The effects of data characteristics on the performance of classification were investigated using meta-features. The practical contribution points (1) can be utilized in the development of classification algorithm recommendation system according to the characteristics of datasets. (2) Many data scientists are often testing by adjusting the parameters of the algorithm to find the optimal algorithm for the situation because the characteristics of the data are different. In this process, excessive waste of resources occurs due to hardware, cost, time, and manpower. This study is expected to be useful for machine learning, data mining researchers, practitioners, and machine learning-based system developers. The composition of this study consists of introduction, related research, research model, experiment, conclusion and discussion.

A Study on Women's Casino Security Employees (여성 카지노 시큐리티 종사원에 관한 연구)

  • Kim, Hyeong-seok
    • Korean Security Journal
    • /
    • no.62
    • /
    • pp.135-158
    • /
    • 2020
  • In casinos, security personnel who manage the safety of customers and employees play a very important role. In particular, there is a high percentage of female employees in casinos, and because the ratio of female and male employees is similar, the probability of female customers or female employees experiencing accidents may be similar to or higher than that of males. Women's security agents who handle women's case accidents can provide female customers and employees with a security service that only women can do. However, most of the agents doing security work at casinos are male, and the proportion of women is very low. Therefore, this research is about employees who are currently working as women in casinos and conducted qualitative research to find out about various experiences they experienced while working in the casino. A total of five study participants were interviewed three times to analyze and categorize the data collected. The first question is the professor's recommendation, his personal information search and his acquaintance's recommendation. The second question, the factors behind the necessary skills at work, are various athletic skills, good physical conditions and foreign language skills. In the third question, the satisfaction factors of the task are the scarcity value of the work, the satisfaction of the pay, the suitability of the individual and the expectation of the future, and the unsatisfactory factors of the work are the risk of the work, the stress on the customer, the discrimination against the sex, the gaze around, the tiredness of the shift work. In the fourth question, factors on the need for female casino security agents are providing differentiated services to female customers, protecting female employees and providing opportunities for women in related majors. The results of this study were interviewed by an expert of more than 20 years in the casino security business, and female casino security agents said that since it is a necessary requirement, they should seek a direction for development through institutional and cognitive improvement.

An Exploratory Study on the Media Experience of Village Community Media Producers Focusing on the Production, Tasks and Policy Implications of Community Media in Jeju (마을공동체미디어 생산자의 미디어 경험에 관한 탐색적 연구 제주지역 공동체미디어의 생산과 과제, 정책적 함의를 중심으로)

  • Jung, Yong Bok
    • Korean journal of communication and information
    • /
    • v.81
    • /
    • pp.153-186
    • /
    • 2017
  • The purpose of this study was to identify the characteristics of village community media in Jeju by looking at the value that it's participants have experienced in the production process. Therefore, this study focused on the creation and production process of village community media, the specific value reflected in this process as well as how to activate and operate it sustainably through in-depth interviews with 12 media participants in Jeju community. As a result of the analysis, firstly, we were able to see that the migrants who are not the indigenous became the center of village community media creation in Jeju and they felt very personal 'fun', 'enthusiasm' and 'satisfaction'. It was also completely open to access and participate in village community media and its contents were filled with stories of everyday life of village residents and hidden stories of old people in the village that were not recorded. The characteristic of the production process of village community media was the horizontal communication and it reflected well the opinions of individual media participants even if it had a joint meeting. Second, as a result of examining the values applied to the production process by village community media participants, they regarded the connection of communication by voluntary participation and restoration of communities through activation of communication in functionalism as an important value. Finally, as a result of examining the challenges and development plans for sustainable management of community media in Jeju, it was required the active participation of village residents, ensuring space for village community media, providing insufficient broadcasting equipment, and the budget support from local governments, etc. It was once again confirmed that the provision of a support system for the stable activities of local governments is an urgent task for sustainable village community media.

  • PDF

The identification of optimal data range for the discrimination between won and lost

  • Han, Doryung;Choi, Hyongjun
    • Journal of the Korea Society of Computer and Information
    • /
    • v.25 no.7
    • /
    • pp.103-111
    • /
    • 2020
  • Performance indicators have often investigated and developed in order to identify foundational elements and factors for an enhancement of performance in sports. In order to identify the valid performance indicators it is important that the indicators used within a performance analysis system discriminate between the winning and losing performances within a match (Hughes and Bartlett, 2002). However, the performance indicators proposed in research studies on basketball performance have not been used for real-time analysis and feedback within a coaching context. Such real-time support for the coach and players has been described within research on other sports (Choi et al., 2004; O'Donoghue, 2001; Palmer et al., 1997). Within the process of real-time feedback, the identification of relevant performance indicators that distinguish winning and losing performances should be the first stage of the development of a real-time analysis system. Therefore, this study investigated the differences between winning and losing teams in terms of a set of performance indicators gathered during the analysis of 10 English National Basketball League matches. Winning and losing teams were compared using whole match data (N=10) as well as individual quarters (N=40). A series of Wilcoxon Signed Ranks tests was used to identify the relevant performance indicators that discriminate between winning and losing performers within whole matches and individual quarters. The tests found that 3 point shots made (p<0.05) and Assists (p<0.05) were significantly different between winning and losing teams within matches. However, 2 point shots made (p<0.05), 2 point shots attempted (P<0.05), percentages of 2 point shots scored (p<0.05), 3 point shots made (p<0.05), Defensive Rebounds (p<0.05) and Assists (p<0.05) were significantly different between winning and losing performance within quarters. The analysis task should be based on relevant performance indicators which explain the current performances to performance analysts and coaches. Within a real-time analysis and feedback scenario, this will have the additional benefit of supporting a decision based on immediate performance within the most recent quarter. Consequently, the real-time analysis system would use performance indicators which have the property of construct validity to support the decisions of the coach.

A study on applying specialized vocational high schools program and development of Gyeonggi innovative education project (경기 혁신교육지구 사업의 발전방향과 특성화(전문계)고 프로그램적용 방안연구)

  • Chang, Eun-Young;You, Hyung-Jin
    • The Journal of Korean Institute for Practical Engineering Education
    • /
    • v.3 no.1
    • /
    • pp.1-8
    • /
    • 2011
  • In this paper, as a new educational cooperation model, seeking the problems and the directions of progress on GPOE(Gyeonggi Provincial Office of Education)'s innovational education district project, recognizing the various points of issue of SVHS(specialized vocational high schools) faced now, suggesting the contents and standards of the program as measures of enhancing competitiveness of SVHS, analyzing the strengths and weaknesses of project of innovational education district and finding the plans for progress. According to the result of the advanced study and analysis, it shows that the aid as well as the supporting object of helping the SVHS's students find a job don't reach a certain level. As the aid supports across the general elementary and secondary schools, it tends to show much more emotional software-based support required by elementary school, middle school and general high school as universal education welfare rather than hardware-based support required by SVHS. Despite the competent evaluation on the survey about the supporting method from SVHS's parents teachers and students, the survey includes that teachers who ask the balancing support are increasing, some students suspect its effect of education and some parents as a residential position ask the regional growth rather than education So there are a lot of confusions among the teachers, students and parents yet. To overcome these problems, we ensure the internal stability of local education community and GPOE and local government get out large scale constructions with trust and belief to make a revolution of public education in supporting the administrative task and finance and to accomplish the program that best suits our SVHS's state to be supported without dividing educational software and hardware, should reflect the demand of field by for expert group being built and attended when build the local revolution community. Also plan to make full use of local human and property infrastructure should be added. To this end, as programs to build a pool of guest lecturers are provided to teachers who carry out innovative education programs, we seek the reformations to give students opportunities to widen participation in other school programs.

  • PDF

A Search of Regional Concept in the Post-Modern Era: In Case of Identity (포스트모던 시대에 적합한 지역 개념의 모색: 동일성(identity) 개념을 중심으로)

  • Leem, Byoung-Jo;Ryu, Je-Hun
    • Journal of the Korean Geographical Society
    • /
    • v.42 no.4
    • /
    • pp.582-600
    • /
    • 2007
  • In a long history of geography, a variety of regional concepts have been suggested to represent the particular situations in each period. Today, post-modem situations, characterized by the development of capitalism and globalization, demand a new variety of regional concepts. The regional characteristics, such as social relations, institutional systems, ideologies and symbolism, are now perceived basically on the level of subjectivity. Currently, it is the most urgent task to integrate many conflicting opinions among a variety of subjects into the one that would seek a voluntary consent from the majority of regional residents. In this paper, it is suggested that the concept of identity is the most efficient in examining and explaining the post-modem trend of a region: variability, subjectivity, mobility, changeability, Finally, it is suggested that a special attention should be paid to the role of institutions, that is institutionalization, in the construction of regional identity, to understand and interpret the cultural-historical aspect of a regional change.

The Development and Effectiveness of a PBL Based Career Education Program (PBL 기반 진로교육 프로그램의 개발 및 효과검증)

  • Lee, Hye-Suk;Kim, You-Me
    • The Korean Journal of Elementary Counseling
    • /
    • v.8 no.1
    • /
    • pp.33-50
    • /
    • 2009
  • The purpose of this study was to develop a PBL-based career education program and to examine its effectiveness on school children's career maturity. It's specifically meant to prepare a career education program to assist students to get an accurate grip on their aptitude, interest and personality and explore various sorts of occupations in the course of solving authentic and contextual career-related problems. After children's developmental characteristics and needs were analyzed, task analysis was implemented, and the objectives were defined. And then the core of the program, PBL problems were developed, and the validity of the problems were verified Evaluation plans and tools were prepared to assess children's problem-solving process and presentation, and an online learning space was designed. The program that consisted of 10-minute 21 sessions was provided to fifth-grade elementary schoolers for eight weeks. The findings of the study were as follows: The experimental group that participated in the PBL-based career education program showed a more significant improvement than the control group that didn't in career attitude and three career attitude subfactors involving planness, disposition and compromise. And the former made a more significant progress than the latter in career ability and its subfactors including vocational comprehension, self-understanding and decision-making skills as well. As a result of making a content analysis to make up for the survey, the students reported that they were able to get an objective understanding of themselves and acquire diverse and profound knowledge on work and the business world in the middle of solving the given PBL problems related to different areas in group and giving a presentation. In conclusion, a PBL based career education program developed by this researcher encouraged the students to have an objective self-understanding, to have a dynamic interactive discussion with their group members. Therefore the program had a positive impact on boosting the career attitude and career ability of the elementary schoolers. The findings suggested that in the field of elementary career education, autonomous learning attitude and subjecthood are the crucial factors to stimulate school children to explore and create their own future.

  • PDF

A Study of Task and Approach for the Insurance Fee Application of Packed Medical Herbs (첩약의 보험급여 적용을 위한 과제 및 접근방안에 대한 연구)

  • Park Yong-Sin;Cho Byung-Hee;Kim Ho;Lee Si-Baek
    • Journal of Society of Preventive Korean Medicine
    • /
    • v.7 no.1
    • /
    • pp.17-28
    • /
    • 2003
  • We met results like the followings through the literatures and questionnaires about the tasks and solutions about the insurance fee of packed medical herbs. 1) It's turned out that 74.8% of herb doctors agrees to the insurance fee of packed medical herbs. However, in comparison with the same survey of the herb doctor association the percentage of general approval went somewhat lower, and especially the percentage of 'positive approval' became notably lower$(43.7%{\rightarrow}26.5%)$ and the percentage of 'active objection' raised about 2 times$(6.8%{\rightarrow}12.9%)$. Inquiring into the approval reasons on the insurance fee application of packed medical herbs some heads such as 'development toward treatment medical science' and 'decrease of publics burden' were higher than the one of 'management income and expenditure.' 2) As a result of the research, 36.0% of the patients and 42.8% of the residents recognized that the pay range of Chinese herb health insurance is narrow. They recognized that less people have the experiences of Chinese medical hospital use and internal application of the packed medical herbs as they are older, men rather than women. 85.4% of the patients and 74.9% of the residents agreed on the insurance pay of packed medical herbs. It's shown that they agree on the Chinese medical hospital use more as the economic standard is lower, on the insurance pay as they have ever taken the packed medical herbs. In the aspect of increase of insurance fee, 66.7% of the patients and 44.3% of the residents agreed on the insurance pay of packed medical herbs, and 18.1% and 36.1% disagreed on the insurance pay of packed medical herbs. The main objective reason why they disagree on the insurance pay of packed medical herbs was 'because the insurance fee goes up higher,' which answered 95.2% of the patients and 78.8% of the residents. 7.22% of the patients and 1.80% of the residents answered that they can pay more insurance fee in case of the insurance pay of packed medical herbs. However, in the priority order of the insurance pay, it hold the 5th position between 2 target research groups which was less than medical examination, charges for hospital accommodation and taking MRI. 3) According to the result of analysis about the cost of packed medical herbs, current practice price is 115,000 won and the average prime cost of a packed medical herb is 73,000 to 106,000 won. It's examined that the herb doctors regard that 95,000 won will be reasonable when the packed medical herb is payed in insurance. However, it was found out that the public generally thinks that the price would be appropriate on the level of 30,000 to 40,000 won and the percentage of the answers of 20,000 won to 30,000 was fairly high. 4) the central system of a prescription should be change into the central system of demonstration and the sick and wounded. 5) To solve this problem, the government should regulate it to pass by the circulation gradation of [importer, $peasantry{\rightarrow}manufacturer{\rightarrow}wholesaler{\rightarrow}distributor$(Chinese medical hospital, pharmacy dispensary of Chinese medicine)]And it should intervene into the quality and the circulation steps of Chinese medicine through 'the office or organization which is in charge of certification of Chinese medicine' and 'the office or organization which is in charge of the circulation of Chinese medicine.' And some actions such as simple severance, lavation, drying should be included into the conception of manufacture and the boundary between food and medical supplies should be made at a manufactory. And the regulation of standardized goods at one's own house should be improved so that, the peasantry can sell the materials of Chinese medicine only to the manufacturer. 6) In company with the insurance pay of packed medical herbs, the study about the separation of dispensary from medical practice in the Chinese medicine should be accomplished.

  • PDF