• Title/Summary/Keyword: Automatic recommendation

Search Result 85, Processing Time 0.021 seconds

The Effect of Recommended Product Presentation on Consumers' Usage Intentions of a Website -Focusing on the Mediating Roles of Mental Simulation- (온라인 추천 상품의 제시방법이 웹사이트 이용의도에 미치는 영향 -심적 시뮬레이션의 매개효과를 중심으로-)

  • Lee, Ha Kyung;Ahn, Sowon
    • Journal of the Korean Society of Clothing and Textiles
    • /
    • v.42 no.6
    • /
    • pp.977-987
    • /
    • 2018
  • This study tests the effect of recommended product presentation on consumers' usage intentions of a website, mediated by mental simulation. Mental simulation refers to perceptual experience, a more automatic form of mental imagery, initiated by exposure to the representations of objects. This study expects that when compliments of clothes (coordination items) are vertically presented online, consumers are likely to feel as if they wear the outfits due to the activation of mental simulation. The survey was conducted on 147 women in an age group between 20 and 40 years in a panel of an online survey firm. Data are analyzed using exploratory factor analysis and bootstrapping analysis by SPSS 20.0. The results show that when compliments (vs. substitutes) of clothes are presented, participants perceive a greater mental simulation. When compliments of clothes are vertically presented (vs. horizontally presented), mental simulation is also highly driven. In addition, mental simulation mediates the effects of online product presentation on consumers' usage intentions of a website. The findings of this study contribute to marketing strategies of online retailers in terms of how product recommendation can be offered to consumers with more psychological benefits.

An Automatic Approach for the Recommendation of Bug Report Priority Based on the Stack Trace (Stack Trace 기반 Bug report 우선순위 자동 추천 접근 방안)

  • Lee, JeongHoon;kim, Taeyoung;Choi, Jiwon;Kim, SunTae;Ryu, Duksan
    • Annual Conference of KIPS
    • /
    • 2020.11a
    • /
    • pp.866-869
    • /
    • 2020
  • 소프트웨어 개발 환경이 빠르게 변화함에 따라 시스템의 복잡성이 증가하고 있다. 이에 따라 크고 작은 소프트웨어의 버그를 피할 수 없게 되며 이를 효율적으로 처리하기 위해 Bug report 를 사용한다. 하지만, Bug report 에서 개발자가 해당 Bug report 의 우선순위를 결정하는 과정은 노력과 비용 그리고 시간을 많이 소모하게 만든다. 따라서, 본 논문에서는 Bug report 내의 Stack trace 를 기반으로 Bug 의 우선순위를 자동적으로 추천하는 기법을 제안한다. 이를 위해 본 연구에서는 첫 번째로 Bug report 로부터 Stack trace 를 추출하였으며 Stack trace 의 3 가지 요소(Exception, Reason 그리고 Stack frame)에 TF-IDF, Word2Vec 그리고 Stack overflow 를 사용하여 특징 벡터를 정의하였다. 그리고 Bug 의 우선순위 추천 모델을 생성하기 위해 4 가지의 Classification 알고리즘을(Random Forest, Decision Tree, XGBoost, SVM)을 적용하였다. 평가에서는 266,292 개의 JDK library 의 Bug report 데이터를 수집하였고 그중 Stack trace 를 가진 Bug report 로부터 68%의 정확도를 산출하였다.

A Study on the Current State of the Library's AI Service and the Service Provision Plan (도서관의 인공지능(AI) 서비스 현황 및 서비스 제공 방안에 관한 연구)

  • Kwak, Woojung;Noh, Younghee
    • Journal of Korean Library and Information Science Society
    • /
    • v.52 no.1
    • /
    • pp.155-178
    • /
    • 2021
  • In the era of the 4th industrial revolution, public libraries need a strategy for promoting intelligent library services in order to actively respond to changes in the external environment such as artificial intelligence. Therefore, in this study, based on the concept of artificial intelligence and analysis of domestic and foreign artificial intelligence related trends, policies, and cases, we proposed the future direction of introduction and development of artificial intelligence services in the library. Currently, the library operates a reference information service that automatically provides answers through the introduction of artificial intelligence technologies such as deep learning and natural language processing, and develops a big data-based AI book recommendation and automatic book inspection system to increase business utilization and provide customized services for users. Has been provided. In the field of companies and industries, regardless of domestic and overseas, we are developing and servicing technologies based on autonomous driving using artificial intelligence, personal customization, etc., and providing optimal results by self-learning information using deep learning. It is developed in the form of an equation. Accordingly, in the future, libraries will utilize artificial intelligence to recommend personalized books based on the user's usage records, recommend reading and culture programs, and introduce real-time delivery services through transport methods such as autonomous drones and cars in the case of book delivery service. Service development should be promoted.

Incorporating Social Relationship discovered from User's Behavior into Collaborative Filtering (사용자 행동 기반의 사회적 관계를 결합한 사용자 협업적 여과 방법)

  • Thay, Setha;Ha, Inay;Jo, Geun-Sik
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.2
    • /
    • pp.1-20
    • /
    • 2013
  • Nowadays, social network is a huge communication platform for providing people to connect with one another and to bring users together to share common interests, experiences, and their daily activities. Users spend hours per day in maintaining personal information and interacting with other people via posting, commenting, messaging, games, social events, and applications. Due to the growth of user's distributed information in social network, there is a great potential to utilize the social data to enhance the quality of recommender system. There are some researches focusing on social network analysis that investigate how social network can be used in recommendation domain. Among these researches, we are interested in taking advantages of the interaction between a user and others in social network that can be determined and known as social relationship. Furthermore, mostly user's decisions before purchasing some products depend on suggestion of people who have either the same preferences or closer relationship. For this reason, we believe that user's relationship in social network can provide an effective way to increase the quality in prediction user's interests of recommender system. Therefore, social relationship between users encountered from social network is a common factor to improve the way of predicting user's preferences in the conventional approach. Recommender system is dramatically increasing in popularity and currently being used by many e-commerce sites such as Amazon.com, Last.fm, eBay.com, etc. Collaborative filtering (CF) method is one of the essential and powerful techniques in recommender system for suggesting the appropriate items to user by learning user's preferences. CF method focuses on user data and generates automatic prediction about user's interests by gathering information from users who share similar background and preferences. Specifically, the intension of CF method is to find users who have similar preferences and to suggest target user items that were mostly preferred by those nearest neighbor users. There are two basic units that need to be considered by CF method, the user and the item. Each user needs to provide his rating value on items i.e. movies, products, books, etc to indicate their interests on those items. In addition, CF uses the user-rating matrix to find a group of users who have similar rating with target user. Then, it predicts unknown rating value for items that target user has not rated. Currently, CF has been successfully implemented in both information filtering and e-commerce applications. However, it remains some important challenges such as cold start, data sparsity, and scalability reflected on quality and accuracy of prediction. In order to overcome these challenges, many researchers have proposed various kinds of CF method such as hybrid CF, trust-based CF, social network-based CF, etc. In the purpose of improving the recommendation performance and prediction accuracy of standard CF, in this paper we propose a method which integrates traditional CF technique with social relationship between users discovered from user's behavior in social network i.e. Facebook. We identify user's relationship from behavior of user such as posts and comments interacted with friends in Facebook. We believe that social relationship implicitly inferred from user's behavior can be likely applied to compensate the limitation of conventional approach. Therefore, we extract posts and comments of each user by using Facebook Graph API and calculate feature score among each term to obtain feature vector for computing similarity of user. Then, we combine the result with similarity value computed using traditional CF technique. Finally, our system provides a list of recommended items according to neighbor users who have the biggest total similarity value to the target user. In order to verify and evaluate our proposed method we have performed an experiment on data collected from our Movies Rating System. Prediction accuracy evaluation is conducted to demonstrate how much our algorithm gives the correctness of recommendation to user in terms of MAE. Then, the evaluation of performance is made to show the effectiveness of our method in terms of precision, recall, and F1-measure. Evaluation on coverage is also included in our experiment to see the ability of generating recommendation. The experimental results show that our proposed method outperform and more accurate in suggesting items to users with better performance. The effectiveness of user's behavior in social network particularly shows the significant improvement by up to 6% on recommendation accuracy. Moreover, experiment of recommendation performance shows that incorporating social relationship observed from user's behavior into CF is beneficial and useful to generate recommendation with 7% improvement of performance compared with benchmark methods. Finally, we confirm that interaction between users in social network is able to enhance the accuracy and give better recommendation in conventional approach.

Weather Data-Based Coordination Recommendation Smart Wardrobe System (날씨 데이터 기반 코디추천 스마트옷장 시스템)

  • Lee, Tae-Hun;Jeong, Hui;Kwon, Jang-Ryong;Baek, Pil-Gyu;Lee, Boong-Joo
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.17 no.4
    • /
    • pp.729-738
    • /
    • 2022
  • Existing wardrobes have been used only for storing simple clothes. Since it has a function to store clothes, there is only one way to control the environment such as humidity or temperature, and there is only one way to purchase and store items such as a desiccant. In this paper, by increasing the convenience in the existing wardrobe, automatic temperature and humidity control and various convenient functions were added. In line with the smart home market and smart phone application market that have grown over the past several years, along with the development of a wardrobe with sensors, the temperature and humidity control function and other functions inside the wardrobe through Bluetooth pairing between the wardrobe and the smartphone can be customized to the user using a smartphone. Through the clothing selection function and the weather data in the application, we want to implement convenient functions such as the function of recommending clothes in the closet to match the weather.

A Study of The Correlation of The Area Dose with Residual CT Contrast Media and MRI Contrast Media during The Use of General Imaging Automatic Exposure Control System (일반촬영 자동노출제어장치 사용 시 잔존 CT 조영제와 MRI 조영제에 따른 면적선량의 상관성 연구)

  • Hong, Chan-Woo;Park, Jin-Hun;Lee, Jung-Min;Seo, Young-Deuk
    • Journal of the Korean Society of Radiology
    • /
    • v.10 no.8
    • /
    • pp.619-627
    • /
    • 2016
  • The purpose of this study is to investigate the effect of CT contrast agent and MRI contrast agent on the area dose in the body when using automatic exposure control system in general radiography. After making rectangular holes in the center of the abdominal thickness paraffin phantom, CT contrast agent and MRI contrast agent were respectively diluted with physiological saline solution for contrast medium dilution ratio of 10:0, 9:1, 8:2, 7:3, 6:4, 5:5, 4:6, 3:7, 2:8, 1:9, 0:10%. Each experiment was set to 78 kVp, 320 mA, which is the proper condition for KUB photography, and thereafter a total of 30 inspections were made for each dilution ratio using an automatic exposure control device, and the area dose corresponding to the dilution ratio of each contrast agent, Average comparison and correlation analysis were performed on the exposure index. As a result, the CT contrast agent and the MRI contrast agent appeared different in area dose according to the dilution ratio(p<0.05), and as the dilution ratio increased, the area dose increased for CT contrast agent and MRI contrast agent(P<0.05). In each test, the exposure index showed the manufacturer's recommendation of 200-800 EI value, and the exposure index and area dose increased as the area dose increased(p<0.05). In conclusion, CT contrast agent and MRI contrast agent confirmed to increase the area dose by general imaging test using all automatic exposure control device. Therefore, it is considered that it is necessary to perform it after the contrast medium has been excreted sufficiently when using usual imaging test after using the contrast agent in CT and MRI examination.

A Study on Improving of Access to School Library Collection through High School Students' DLS Search Behavior Analysis (고등학생의 DLS 검색행태 분석을 통한 학교도서관 자료 접근성 향상 방안 고찰)

  • Jung, Youngmi;Kang, Bong-Suk
    • Journal of Korean Library and Information Science Society
    • /
    • v.51 no.2
    • /
    • pp.355-379
    • /
    • 2020
  • Digital Library System(DLS) for the school library is a key access tool for school library materials. The purpose of this study was to find ways to improve the accessibility of materials through analysis of students' information search behavior in DLS. Data were collected through recording of 42 participants' DLS search process, and questionnaire. As a result, the search success rate and search satisfaction were found to be lower when the main purpose of DLS is simple leisure reading, information needs are relatively ambiguous, and when user experiences the complicated situations in the search process. The satisfaction level of search time sufficiency was the highest, and the search result satisfaction was the lowest. Besides, there was a need to improve DLS, such as integrated search of other library collection information, the recommendation of related materials, the print output of collection location, voice recognition through mobile apps, and automatic correction of search errors. Through this, the following can be suggested. First, DLS should complement the function of providing career information by reflecting the demand of education consumers. Second, improvements to DLS functionality to the general information retrieval system level must be made. Third, an infrastructure must be established for close cooperation between school library field personnel and DLS management authorities.

A Study on the Evaluation and Analysis of Convenient Facilities in Social Welfare Hall through Consideration of the Disabled Person Use (장애인 이용을 고려한 사회복지관 편의시설 평가 및 분석에 관한 연구)

  • Jung, Rye-Hwa;Lee, Wan-Geon
    • Korean Institute of Interior Design Journal
    • /
    • v.18 no.3
    • /
    • pp.114-121
    • /
    • 2009
  • The number of the disabled is increasing every year. Growing interest in social welfare, but still the disabled person in places is restricted on the activities are due to obstacles. This study proposes an improvement direction through an research and analysis of installation status of convenient facilities in social welfare halls was planned after that the law of increase of convenience for the disabled person is enforced in 1998. This study analyzed nine social welfare halls of seoul including Yongsan-gu(GW), Guro-gu(GD, HW), Yeongdeungpo-gu(SG), Seodaemun-gu(SD), Dobong-gu(DB), Nowon-gu(NS), Seongbuk-gu(WG) and Dongdaemun-gu(JG). The evaluation criteria for the installation of convenient facilities for the disabled person in each social welfare hall based on the law of increase of convenience for the disabled person, and referred to other data. Also, review the criteria for the installation of convenient facilities, and grasp the present situation through the survey of convenient facilities in social welfare halls, and provides the installation standards of convenient facilities. The result are as followings. There were many problems to be improved in approach of the intermediate space, parking lot, entrance of the inside space and corridor that must be installed for the convenience of the disabled. In the intermediate space, the slope of the ramp, curb, induction handle etc. for a safety must be installed. Parking spaces for the disabled must be located closest to the main entrance, an induction marker or the handle, and the attachment of a directional sign etc. must be improved. In the inside space, it is convenient for the disabled person use to install an automatic door and swing door simultaneously at the main entrance. And, the height of the door handle, an induction block, a braille display panels of the appropriate height in the entrance, a braille display in start and end of the stairs handle, the handle of the side wall, the stairs to prevent slippage etc. must be improved in the corridors. The case of the sanitation which is a recommendation item is equipped formally with disabled toilets are difficult to use. Information and other convenience facilities for the disabled person in all the social welfare halls were not considered.

Study of Mechanical Characteristics of Electric Cupping Apparatus in Korea for Suggestion of its Assessment Guideline (국내 평가 가이드 라인 제시를 위한 전동식 부항기의 특성 조사에 관한 연구)

  • Yi, Seung-Ho;Kim, Eun-Jung;Shin, Kyung-Hoon;Nam, Dong-Woo;Kang, Jung-Won;Lee, Seung-Deok;Lee, Hye-Jung;Lee, Jae-Dong;Kim, Kap-Sung
    • Journal of Acupuncture Research
    • /
    • v.27 no.1
    • /
    • pp.1-10
    • /
    • 2010
  • Objectives : The mechanical properties of Korean electric cupping systems are studied via experimental measurements. The study aimed at establishing the fundamentals of industrialization and systemization of oriental medicine device industry, as well as improving the quality of life for many Koreans. Methods : We reviewed the studies on traditional cupping as well as modern one to fine necessary factors for electric cupping systems. To characterize the mechanical properties of Korean electric cupping systems, we measured the pressure characteristics of commercially available electric cupping system by using an automatic pressure acquisition system and a standard cup. The pumping capability was checked at 40 seconds, and the stability of the suction cup was checked at 600 seconds. We also acquired the noise level of each system in clinical setting. To check the portability of each system, we also measured its physical dimensions. We scrutinized system manuals provided by the system manufacturers. Results : It took less than 5 second to reach the pressure if the connection between the air hose and the vacuum valve of the cupping system was secure. Pressure diminished to no more than 10% for 600s for all systems. Noise levels were 55~70 dB. Increase in pressure was too fast to control for a designated vacuum level except for one product. Conclusions : The Pumping ability of the systems is impressive and reliable. Pressure retention ability of each cup is quite reliable and reproducible. Therefore, their mechanical performances were worthy of recommendation. Some of them had noise level higher than 60 dB and they were bothersome. It was also suggested that the control for low to middle pressure needed to be accomplished by the cupping system.

A Study on dual harbour positioning system for E-Navigation Strategy (E-Navigation을 위한 항만측위시스템 이중화에 관한 연구)

  • Oh, Se-Woong;Park, Sang-Hyun;Cho, Deuk-Jae;Seo, Ki-Yeol;Park, Jong-Min;Suh, Sang-Hyun
    • Journal of Navigation and Port Research
    • /
    • v.31 no.10
    • /
    • pp.807-812
    • /
    • 2007
  • With the advent of Electronic Chart Display and Information Systems(ECDIS) and Automatic Identification Systems (AIS) as the principal navigation equipment of E-navigation strategy, mariners will begin to practice "e-navigation" and increasingly rely upon these systems to navigate safely and efficiently. However, these electronic systems require "e-inputs" in order to function. At present, the choices for e-input are limited, and they are installation dependent. This means that the mariner must be suitably equipped in order to use an alternative e-input. If the primary e-input is lost, and the vessel is not equipped to make use of suitable alternative e-inputs, then continued operations will have to be done the "old fashioned way" using conventional navigation The final objective is a recommendation of dual harbor positioning system on the most appropriate mix of positioning systems to satisfy the marine needs for radionavigation, positioning services.