$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

연관 규칙 생성 알고리즘 기반의 개인화 의류 추천 시스템
A Personalized Clothing Recommender System Based on the Algorithm for Mining Association Rules 원문보기

한국시뮬레이션학회논문지 = Journal of the Korea Society for Simulation, v.19 no.4, 2010년, pp.59 - 66  

이종현 (고려대학교 컴퓨터.전파통신공학과) ,  이석훈 (고려대학교 컴퓨터.전파통신공학과) ,  김장원 (고려대학교 컴퓨터.전파통신공학과) ,  백두권 (고려대학교 컴퓨터.전파통신공학과)

초록
AI-Helper 아이콘AI-Helper

이 논문에서는 온톨로지로 표현한 트랜잭션으로부터 연관 규칙을 생성하고 이를 기반으로 추론을 수행하여 개인화 의류 추천을 제공하는 시스템을 제안한다. Onto-Apriori 알고리즘을 이용한 연관 규칙 생성은 유행에 따른 구매성향 변동을 능동적으로 분석할 수 있다. 생성된 규칙은 온톨로지에 메타 노드로 표현하고 이를 기반으로 추론함으로써 사용자의 질의에 맞는 추천 항목을 찾아낼 수 있다. 시스템을 평가하기 위하여 추론 소요시간과 추천 정확도 2가지 요소를 기준으로 시뮬레이션을 수행하여 유효성을 증명하였다.

Abstract AI-Helper 아이콘AI-Helper

We present a personalized clothing recommender system - one that mines association rules from transaction described in ontologies and infers a recommendation from the rules. The recommender system can forecast frequently changing trends of clothing using the Onto-Apriori algorithm, and it makes appr...

주제어

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 이 논문에서는 기존 기법들을 사용하여 표현하기 어려웠던 소재 이외의 다양한 의류의 속성을 온톨로지를 통해 표현하고 협력적 필터링 알고리즘의 성능저하 문제를 해결하기 위하여 복잡도가 낮은 Onto-Apriori 알고리즘을 기반으로 한 시스템을 제안한다. 필터링 기법의 성능 평가는 분석 소요시간과 정확도의 반비례 관계를 어떻게 해결 하였는지가 중요하므로[23], 이 논문에서는 제안하는 기법을 통한 규칙 생성의 분석 소요시간과 추천 의류 추론의 정확도를 중심으로 시뮬레이션 하여 시스템을 평가한다.
  • 이 논문에서는 온톨로지 트랜잭션으로부터 연관 규칙을 추출하여 규칙으로 정의하고 이를 기반으로 의류 추천을 제공하기 위해 추론을 수행하는 시스템을 제안하였다. 능동적인 시스템을 구축하기 위하여 복잡도가 높은 협력적 필터링 알고리즘 대신 Onto-Apriori 알고리즘을 이용하여 연관 규칙 추출을 하였으며 메타노드를 통한 연관 규칙 기반의 추론으로 개인화 의류 추천을 가능하게 하였다.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
개인화 추천 시스템을 위한 필터링 기법들로는 무엇이 있는가? 개인화 추천 시스템을 위한 필터링 기법들은 협력적 필터링, 내용 기반 필터링, 규칙 기반 필터링이 있다[20-22].
협력적 필터링 개인화 기법은 어떠한 방법인가? 협력적 필터링 개인화 기법은 고객들의 상품 선호에 대한 데이터베이스를 구축하고, 고객의 구매내역에 기반을 두어 유사한 취향을 가진 이웃들을 찾아내어 이웃들의 선호하는 상품을 그 고객에게 추천하는 방법이다. 이는 개인화 알고리즘과 추천 제공의 성능 문제 때문에 방대한 데이터에 적용이 어려운 단점이 있다.
협력적 필터링 개인화 기법의 단점은 무엇인가? 협력적 필터링 개인화 기법은 고객들의 상품 선호에 대한 데이터베이스를 구축하고, 고객의 구매내역에 기반을 두어 유사한 취향을 가진 이웃들을 찾아내어 이웃들의 선호하는 상품을 그 고객에게 추천하는 방법이다. 이는 개인화 알고리즘과 추천 제공의 성능 문제 때문에 방대한 데이터에 적용이 어려운 단점이 있다. 내용 기반 필터링은 항목의 속성과 사용자의 선호도를 비교하여 가장 동일한 항목을 추천하는 방식이다.
질의응답 정보가 도움이 되었나요?

참고문헌 (25)

  1. M. Davis, "Semantic Wave 2007: Industry Roadmap to Web 3.0", Tutorial of Semantic Technology Conference, 2007. 

  2. A. Felferning, M. Mandl, J. Tihonen, M. Schubert, G. Leitner, "Personalized user interfaces for product configuration", ACM Proceeding of the 14th international conference on Intelligent user interfaces, 2010, pp 317-320. 

  3. Linden, G., Smith, B., and York, J, "Amazon.com recommendations: item-to-item collaborative filtering", Internet Computing, IEEE Computer Society, 2003, pp. 76-80. 

  4. J Choi, HJ Lee, YC Kim, "The Influence of Social Presence on Evaluating Personalized Recommender Systems", Pacific Asia Conference on Information Systems (PACIS), AIS Electronic Library (AISeL), 2009. 

  5. J. L. Herlocker, J. A. Konstan, L. G. Terveen, J. T. Riedl, "Evaluating collaborative filtering recommender systems", ACM Transactions on Information Systems (TOIS), 2004, pp. 5-53. 

  6. J. Ben Schafer, Joseph Konstan, John Riedi, "Recommender systems in e-commerce", Proceedings of the 1st ACM conference on Electronic commerce, 1999, pp. 158-166. 

  7. J. Ben Schafer, Dan Frankowski, Jon Herlocker, Shilad Sen, "Collaborative filtering recommender systems", Lecture Notes In Computer Science, 2007, pp. 291-324. 

  8. 은채수, 정경용, 조동주, 이정현, "시맨틱 웹에서 개인화된 선호도를 이용한 의상 코디 시스템 개발", 한국콘텐츠학회논문지 제7권, 2007, pp. 66-73. 

  9. K. Jung, Y. Na ,and J. Lee, "FDRAS: Fashion Design Recommender Agent System Using the Extraction of Representative Sensibility and the Two-Way Combined Filtering on Textile", Lecture Notes in Computer Science, 2003, pp. 631-640. 

  10. 이종현, 이석훈, 김장원, 백두권, "Onto-Apriori 알고리즘을 이용한 개인화 의류 추천 시스템", 한국시뮬레이션학회 2010 춘계학술대회 논문집, May 2010, pp. 134-138. 

  11. Pollock, Stephen, "Rule-based message filtering system", ACM transactions on office information systems, 1988. 

  12. Kim, W., Lee, S.K., and Choi, D.W., "Semantic web based intelligent product and service search framework for location-based services", Lecture notes in Computer Sciences, Vol. 3483, 2005, pp. 103-112. 

  13. Mike Uschold and Michael Gruninger. "Ontologies: principles, methods and applications", The Knowledge Engineering Review, 11, 1996, pp. 93-136. 

  14. A. Muller, "Fast sequential and parallel algorithms for a s sociation ruleminin g : a comparison", University of Maryland-College Park CS Technical Report, CS-TR-3515, 76 pages, August, 1995. 

  15. R. Agrawal, T. Imielinski, and A. Swami, "Mining association rules in large databases", In Proceedings of ACM SIGMOD Conference on Management of Data, Washington D.C., May 1993, pp. 207-216. 

  16. R. Agrawal, T. Imielinski, and A. Swami, "Database mining: a performance perspective", IEEE Transactions on Knowledge and Data Engineering, Vol. 5, No. 6, Dec. 1993, pp. 914-925. 

  17. M. Houtsma and A. Swami, "Set-Oriented mining for association rules", IBM Research Report, RJ 9567 (83573) October 22, 1993. 

  18. R. Agrawal and R. Srikant, "Fast algorithms for mining association rules", In Proceedings of the 20th VLDB Conference, Santiago, Chile, Sept., 1994. 

  19. R. Agrawal, T. Imielinski, and A. Swami, "Database mining: a performance perspective", IEEE Transactions on Knowledge and Data Engineering, Vol. 5, No. 6, Dec. 1993, pp. 914-925. 

  20. P. Resnick, et. al., "GroupLens: An Open Architecture for Collaborative Filtering of Netnews", In Proc. of ACM CSCW'94 Conference on Computer Supported Cooperative Work, 1994, pp. 175-186. 

  21. J. Herlocker, J. Konstan, A. Borchers and J. Riedl, "An Algorithm Framework for Performing Collaborative Filtering", In Proc. of ACM SIGIR'99, 1999. 

  22. J. S. Breese and D. Heckerman and C. Kadie, "Empirical Analysis of Predictive Algorithms for Collaborative Filtering", In Proc. of the 14th Conference on Uncertainty in Artificial Intelligence, 1998. 

  23. B. M. Sarwar, G.Karypis, J. A. Konstan, and J. Riedl, "Analysis of Recommender Algorithms for ECommerce", ACM E-Commerce Workshop, 2000. 

  24. Jeremy J. Carroll, Ian Dickinson, Chris Dollin, "Jena: Implementing the Semantic Web Recommendations," Hewlett-Packard Company Technical Report, 2003. 

  25. C. Romero, Sebastian V., J. A. Delgado, and P. D. Bra, "Personalized Links Recommendation Based on Data Mining in Adaptive Educational Hypermedia Systems", Creating New Learning Experiences on a Global Scale, 2007. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

FREE

Free Access. 출판사/학술단체 등이 허락한 무료 공개 사이트를 통해 자유로운 이용이 가능한 논문

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로