• Title/Summary/Keyword: User-Level

Search Result 2,647, Processing Time 0.035 seconds

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 Hierarchical Grid Alignment Algorithm for Microarray Image Analysis (마이크로어레이 이미지 분석을 위한 계층적 그리드 정렬 알고리즘)

  • Chun Bong-Kyung;Jin Hee-Jeong;Lee Pyung-Jun;Cho Hwan-Gue
    • Journal of KIISE:Software and Applications
    • /
    • v.33 no.2
    • /
    • pp.143-153
    • /
    • 2006
  • Microarray which enables us to obtain hundreds and thousands of expression of gene or genotype at once is an epoch-making technology in comparative analysis of genes. First of all, we have to measure the intensity of each gene in an microarray image from the experiment to gain the expression level of each gene. But it is difficult to analyze the microarray image in manual because it has a lot of genes. Meta-gridding method and various auto-gridding methods have been proposed for this, but thew still have some problems. For example, meta-gridding requires manual-work due to some variations in spite of experiment in same microarray, and auto-gridding nay not carried out fully or correctly when an image has a lot of noises or is lowly expressed. In this article, we propose Hierarchical Grid Alignment algorithm for new methodology combining meta-gridding method with auto-gridding method. In our methodology, we necd a meta-grid as an input, and then align it with the microarray image automatically. Experimental results show that the proposed method serves more robust and reliable gridding result than the previous methods. It is also possible for user to do more reliable batch analysis by using our algorithm.

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.

Characteristic Analysis of the Changes of Landscape Architecture Construction Costs in Time-series - Focused on the Cases of Works of Public Institution's at Capital Area - (아파트단지 조경 공사비의 공종별 경년변화 특성 분석 - 공공기관 시행의 수도권 아파트단지를 중심으로 -)

  • Park, Sang-Jin;Cho, Se-Hwan
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.43 no.6
    • /
    • pp.150-159
    • /
    • 2015
  • This study was conducted for the purpose of presenting basic data for calculating a more reasonable landscaping project cost in the future through the construction cost calculation ratio of scenic planting and facilities and their time series trend analysis targeting 'J' corporation, a representative Korean public institution that creates apartment complexes. This study targeted scenic planting and the facility construction costs of 37 apartment complexes in the capital area from 2004 to 2012, using statistical analysis methods such as technical analysis, correlation analysis, and regression analysis to analyze the characteristics of the time series change. The conclusion was drawn as follows. First, breaking down the cost of overall landscaping projects to scenic planting and facility construction, the ratio of the average cost of scenic planting to that of facility construction showed 56.1% to 43.9% from 2004 to 2012. Second, the costs of planting construction and facility construction both showed a fluctuation range of about ${\pm}3%$, implying relatively steady costs considering the inflation rate. Third, the landscape construction cost for each type of construction resulted in a fluctuation range from minimum ${\pm}3%$(exercise facility) to maximum ${\pm}5%$(packing facility), reflecting that among the landscaping projects, the facility construction costs tended to show relatively large fluctuations in accordance with the change of time series. Fourth, the comprehensive indication of the ratio of landscaping project costs by time series and landscaping construction type implies that the regional characteristics and positional condition of the apartment complexes were not reflected sufficiently. Fifth, the high level of correlation of landscaping construction types and landscaping construction elements imply that the entire construction costs were controlled through partial adjustment of cost components within the overall frame of construction cost. These results reveal the problems of standardized landscaping cost irrespective of user satisfaction or environmental traits such as the conditions of the apartment complexes.

User Behavior and Improvement for Kumgang Pine Eco-Forest in Uljin (울진금강송 생태숲의 이용자 행태분석과 개선방안)

  • Oh, Nam-Hyun
    • Korean Journal of Environment and Ecology
    • /
    • v.22 no.3
    • /
    • pp.249-259
    • /
    • 2008
  • The purpose of this study was to analyze the users' behaviors and to suggest development strategies in Uljin Kumgang pine tree(Pinus densiflora for. erecta) eco-forest(UKPEF), which is located in Kyeongbuk. The data were collected by interviewing 122 visitors to september 3 from august 29, 2007 with a constructed questionnaire. The results of the analysis are as follows. 1. The major visitors of UKPEF are male and the age between 20 to 30, the residents of the Uljin county with relatively high academic background. 2. The motive of visiting UKPEF is mainly by the beauty and taste of Kumgang pine tree and the condition of the forest. The visitors are mainly composed of family, not big group. 3. The visitors of UKPEF have obtained information about the Kumgang fine tree forest mainly from friends, not from the internet or travel agency. 4. The visitors of UKPEF pointed out lack of convenient facilities such as toilets and water-supply facilities. However, visitors are satisfied by the condition of the forest. 5. The visitors of UKPEF set a high value on Kumgang fine tree, So, more active marketing strategy about Uljin Kumgang pine tree has to be established. 6. The visitors of UKPEF are more satisfied by the Uljin Kumgang pine tree forest than expected. The development strategies of UKPEF are suggest as follows. (1) Auto tram system has to be set up and new trail should be constructed to attract more visitors and people of other regions. (2) To attract group tourists, new program should be developed. (3) Advertisement through internet or travel agency has to be developed. (4) Government(local) should make a plan to register the forest as World natural heritage. (5) Monitoring and evaluation system has to be developed to satisfy tourists. In conclusion, the efforts of taking care of and preserving the UKPEF should be made at the national level. I hope that more Koreans can have chance to feel and experience the value and excellence ofthe Uljin Kumgang pine tree(Pinus densiflora for. erecta)

A Study on the Improvement Plan through Analyzing the Perception of Expert Group about Landscape Construction Defects (조경공사 하자에 관한 전문가 집단간 인식분석을 통한 개선방안 연구)

  • Lee, Sang-Suk;Yu, Joo-Eun
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.40 no.4
    • /
    • pp.104-113
    • /
    • 2012
  • This study aimed to find out the improvement plan through analyzing the perception of the expert group engaged in landscape architectural construction and to focus on analyzing the expert groups' experience on Landscape Construction Defects (LCD), defect liability, warranty period, and implementation of the defect liability. The results are as follows: 1. Regarding the experience on the LCD, landscape construction contractors were an awareness of the LCD issue at a serious level, while public-sector clients recognize moderately the LCD issue; and on the first priority in defect implementation, landscape construction contractors considered repair cost while public-sector clients value the identifying causes of defects. 2. In disagreement on the defect liability, landscape construction contractors attributed it to client's lack of responsibility for maintenance while public-sector clients ascribed it to the absence of dealing a criteria with LCD, and regarding the appropriate defect implementation, public-sector clients preferred the following objective by dealing the criteria with LCD while landscape construction contractors advocates by sharing the responsibilities for dealing with LCD based on the identified causes of construction defects. 3. Regarding the warranty period, the public-sector clients considered the 2-year warranty period as appropriate while landscape construction contractors considered it comparatively long, and concerning the commencement of defect warranty period, the public-sector clients viewed it as it should commence to cover the overall completion of the construction while landscape construction contractors perceived it to start on the completion of each work. 4. As for the improvement of the defect implementation system, public-sector clients considered it necessary to establish the objective dealing the criteria with LCD while landscape construction contractors viewed the legislation of maintenance duty. Also, with regard to the important value in establishing and dealing the criteria with LCD, public-sector clients pointed out the objective of the criteria for determining the defects per work type while landscape construction contractors suggested client (user)'s maintenance duty. Because of research, because the system in dealing with LCD is an absence of LCD management agency and dealing the criteria with LCD, it is needed to establish an LCD management agency and make the system in dealing with LCD.

Comparative Analysis of Satisfaction according to Opened-Fencing in Campus Afforestation Project Types - Focused on University in Seoul - (대학교 담장개방 녹화사업 유형에 따른 이용 만족도 비교 분석 - 서울 소재 대학 캠퍼스를 중심으로 -)

  • Lee, Se-Mi;Kim, Dong-Chan
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.39 no.6
    • /
    • pp.57-66
    • /
    • 2011
  • This study researched those universities for which fence opening and greening projects are being conducted by Seoul city. The forms of opened fences at 24 universities which have accomplished this project were classified into several types for each type of university, representative cases with many diverse facilities and active users were selected and investigated. The study was carried out using methods of field observations, literature review, and surveys. To maintain the confidentiality of the collected questionnaire analysis, the analysis of each type's usage frequency, overall satisfaction and a regression analysis with space environment and facilities, a one-way ANOVA for was used to validate the difference between types regarding satisfaction with the project. The results of usage type analysis were found to agree with the 3 analysis criteria-- installation location, user characteristics, and usage purpose--which were the legislative concepts. In overall satisfaction with facilities, it appeared that except for Seoul Women's College of Nursing with its rural district neighborhood type park, users were satisfied: with the small urban neighborhood park of Methodist Theological College, Konkuk University's small urban square park, and Sejong University's green space small city park. In general, users appeared to not have satisfaction with such features as fountains / hydroponic facilities, fitness facilities, and square facilities, which should be taken into consideration when pursuing further opening and greening projects. Regarding full satisfaction with the space environment, it was found that users were not satisfied with Seoul Women's College of Nursing's rural district neighborhood-style park, whereas they were satisfied with Methodist Theological College's small urban neighborhood park, Konkuk University's small urban square-style park, and Sejong University's green space small city park. In addition, it was shown that facilities use, convenience and privacy of the four parks were largely unsatisfactory for users, and that the small city parks located at roadsides were unsatisfactory regarding noise level, both of which should be most highly considered when conducting similar projects in the future.

A Study on the Estimation of Values of Individual Services of an Arboretum using the CE Method - Focused on Gyeongnam Arboretum - (CE 기법을 적용한 수목원의 편익제공 가치 추정 연구 - 경남수목원을 대상으로 -)

  • Kang, Kee-Rae
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.41 no.1
    • /
    • pp.51-59
    • /
    • 2013
  • This study was conducted to compare the sizes of effective values, which users recognize, according to the kinds of physical and psychological services provided by an arboretum, by estimating them in monetary values. As an analysis tool for this purpose, the CE(Choice Experiments) method, which is able to estimate effective value's size depending on each variable, was employed. For drawing up profiles for estimation of the values of individual services, 25 profiles were extracted using the orthogonal design of the SPSS statistical package, and questions of 75 pairs were created not to make each of the profiles overlapped. Then, each user was given three questions at five sets each and 3,510 data were used for the analysis. As the result, in relation to the attribute, 'The kinds of trees should be diversified 50% more than now.', firstly, users showed the biggest willingness to pay, based on the present level, and expressed intentions to pay 7,956 won, additionally. Secondly, the value of the path design that was unique than the present road design was estimated in 6,025 won, and when individual attendants guided visitors in the arboretum, they expressed intentions to pay nearly three times more expenses than when they were guided as a group. These results show that users in the Gyeongnam Arboretum recognized the highest effective values towards the collection and display of trees that are arboretum's original functions, and it was followed by the unique road design to observe a variety of dense trees well. This research could be useful in comparing or measuring particular effective values of users that central operators of arboretums want to know. Moreover, it would be suggested as an advanced research for providing basic data about value estimation of individual environmental goods not only in arboretums, but also in other fields.

Roles of Perceived Use Control consisting of Perceived Ease of Use and Perceived Controllability in IT acceptance (정보기술 수용에서 사용용이성과 통제가능성을 하위 차원으로 하는 지각된 사용통제의 역할)

  • Lee, Woong-Kyu
    • Asia pacific journal of information systems
    • /
    • v.18 no.2
    • /
    • pp.1-14
    • /
    • 2008
  • According to technology acceptance model(TAN) which is one of the most important research models for explaining IT users' behavior, on intention of using IT is determined by usefulness and ease of use of it. However, TAM wouldn't explain the performance of using IT while it has been considered as a very good model for prediction of the intention. Many people would not be confirmed in the performance of using IT until they can control it at their will, although they think it useful and easy to use. In other words, in addition to usefulness and ease of use as in TAM, controllability is also should be a factor to determine acceptance of IT. Especially, there is a very close relationship between controllability and ease of use, both of which explain the other sides of control over the performance of using IT, so called perceived behavioral control(PBC) in social psychology. The objective of this study is to identify the relationship between ease of use and controllability, and analyse the effects of both two beliefs over performance and intention in using IT. For this purpose, we review the issues related with PBC in information systems studies as well as social psychology, Based on a review of PBC, we suggest a research model which includes the relationship between control and performance in using IT, and prove its validity empirically. Since it was introduced as qa variable for explaining volitional control for actions in theory of planned behavior(TPB), there have been confusion about concept of PBC in spite of its important role in predicting so many kinds of actions. Some studies define PBC as self-efficacy that means actor's perception of difficulty or ease of actions, while others as controllability. However, this confusion dose not imply conceptual contradiction but a double-faced feature of PBC since the performance of actions is related with both self-efficacy and controllability. In other words, these two concepts are discriminated and correlated with each other. Therefore, PBC should be considered as a composite concept consisting of self-efficacy and controllability, Use of IT has been also one of important areas for predictions by PBC. Most of them have been studied by analysis of comparison in prediction power between TAM and TPB or modification of TAM by inclusion of PBC as another belief as like usefulness and ease of use. Interestingly, unlike the other applications in social psychology, it is hard to find such confusion in the concept of PBC in the studies for use of IT. In most of studies, controllability is adapted as PBC since the concept of self-efficacy is included in ease of use explicitly. Based on these discussions, we can suggest perceived use control(PUC) which is defined as perception of control over the performance of using IT and composed of controllability and ease of use as sub-concepts. We suggest a research model explaining acceptance of IT which includes the relationships of PUC with attitude and performance of using IT. For empirical test of our research model, two user groups are selected for surveying questionnaires. In the first group, there are freshmen who take a basic course for Microsoft Excel, and the second group consists of senior students who take a course for analysis of management information by Excel. Most of measurements are adapted ones that have been validated in the other studies, while performance is real score of mid-term in each class. In result, four hypotheses related with PUC are supported statistically with very low significance level. Main contribution of this study is suggestion of PUC through theoretical review of PBC. Specifically, a hierarchical model of PUC are derived from very rigorous studies in the relationship between self-efficacy and controllability with a view of PBC in social psychology. The relationship between PUC and performance is another main contribution.

A Study on Establishment of Safety Training Center Based on Virtual Reality and Augmented Reality Technology for Military Safety and Suicide Accident Prevention (가상현실(VR/AR) 기술 기반으로 군 안전 및 자살사고 예방을 위한 안전체험훈련장 구축 방안에 관한 연구)

  • Choi, Sung-oh;Min, Yong-sik;Kim, Sung-Il;Ghoi, Jong-geun
    • Journal of Internet Computing and Services
    • /
    • v.21 no.2
    • /
    • pp.139-148
    • /
    • 2020
  • Due to change in circumstances in the 2000s such as severe birthrate decline and shortened military service period, the armed forces of the Republic of Korea is currently turning to technologies and equipments from manpower, developing it to become high-tech, high-speed, and complex, resulting in an environment in which a single mistake could cause a mass mortality crisis.It is also evident that, considering aspects such as safety training curriculums and achievements of advanced countries and private education, hands-on training is a must in preventing suicides and accidents in the military, and establishing safety training centers is crucial for systematic and effective hands-on training.Soldiers who are joining the army as of now have experienced the Internet ever since they were born and easily use both virtual and augmented reality, and the current level of science and technology has developed to the point where most of the public safety experience centers are able to be replaced by virtual and augmented reality (VR/AR). Therefore, considering the aspects such as installation space, construction costs, maintenance costs, user characteristics, and education effects, other than for those trainings where real models and objects are more effective such as first aid training, it is with a strong recommendation that establishing military safety training facilities with VR/AR (Virtual and augmented reality) is a must in the coming future. We have derived the need for hands-on training by considering the development of virtual and augmented reality (VR/AR), analysis of operation status of the public safety experience centers, characteristics of military units, installation and maintenance costs, and proposed plan to establish safety training centers where effective training performance can be achieved at a lower cost than the public safety experience center. In addition, we suggested the scale of the required safety training center and the composition of the experience rooms considering the number of trainees and the environment of each military units. Given this analysis it will contribute to the prevention of military safety and suicide by building a safety training center in the future.