• 제목/요약/키워드: Item features rating

검색결과 10건 처리시간 0.025초

시간 정보를 이용한 확장성 있는 하이브리드 Recommender 시스템 (Scalable Hybrid Recommender System with Temporal Information)

  • ;;김재우;문경덕;김진태;이성창
    • 한국인터넷방송통신학회논문지
    • /
    • 제12권2호
    • /
    • pp.61-68
    • /
    • 2012
  • 최근 디지털 컨텐츠와 컨텐츠 사용자의 기하 급수적인 증가와 함께 recommender 시스템이 주목을 받으며 많은 응용 프로그램에 적용되고 있는 가운데, recommender 시스템의 확장성과 대체적으로 이와 반비례하는 정확성이 이슈가 되고 있다. 본 논문에서는 recommender 시스템 모델 중 하이브리드 모델의 매트릭스를 제거하고 아이템의 특성을 정하기 위해 클러스터링 기술을 사용한 Scalable Hybrid Recommender System을 제안한다. 제안된 모델은 recommender 시스템의 확장성과 정확성을 향상시키기 위해서 아이템에 대한 사용자의 평가 정보, demographic 정보와 구체적인 시간 정보를 사용한다. Reduction 기술 사용을 통해 Item-feature 매트릭스의 사이즈를 축소하고, 사용자 demographic 정보를 사용하여 temporal aware hybrid user model을 만든 후, 비슷한 정보를 가진 사용자간 클러스터링을 통해, 가장 유사한 정보를 가진 사용자들을 추출하여, 사용자간 정보를 비교함으로써 사용자가 원하는 아이템의 특성을 예상하고 사용자에게 N개의 아이템을 추천함으로써, 기존의 recommender 시스템보다 더욱 향상된 결과를 도출해 낼 수 있는 알고리즘을 제시하였다.

In-depth Recommendation Model Based on Self-Attention Factorization

  • Hongshuang Ma;Qicheng Liu
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제17권3호
    • /
    • pp.721-739
    • /
    • 2023
  • Rating prediction is an important issue in recommender systems, and its accuracy affects the experience of the user and the revenue of the company. Traditional recommender systems use Factorization Machinesfor rating predictions and each feature is selected with the same weight. Thus, there are problems with inaccurate ratings and limited data representation. This study proposes a deep recommendation model based on self-attention Factorization (SAFMR) to solve these problems. This model uses Convolutional Neural Networks to extract features from user and item reviews. The obtained features are fed into self-attention mechanism Factorization Machines, where the self-attention network automatically learns the dependencies of the features and distinguishes the weights of the different features, thereby reducing the prediction error. The model was experimentally evaluated using six classes of dataset. We compared MSE, NDCG and time for several real datasets. The experiment demonstrated that the SAFMR model achieved excellent rating prediction results and recommendation correlations, thereby verifying the effectiveness of the model.

The Method for Generating Recommended Candidates through Prediction of Multi-Criteria Ratings Using CNN-BiLSTM

  • Kim, Jinah;Park, Junhee;Shin, Minchan;Lee, Jihoon;Moon, Nammee
    • Journal of Information Processing Systems
    • /
    • 제17권4호
    • /
    • pp.707-720
    • /
    • 2021
  • To improve the accuracy of the recommendation system, multi-criteria recommendation systems have been widely researched. However, it is highly complicated to extract the preferred features of users and items from the data. To this end, subjective indicators, which indicate a user's priorities for personalized recommendations, should be derived. In this study, we propose a method for generating recommendation candidates by predicting multi-criteria ratings from reviews and using them to derive user priorities. Using a deep learning model based on convolutional neural network (CNN) and bidirectional long short-term memory (BiLSTM), multi-criteria prediction ratings were derived from reviews. These ratings were then aggregated to form a linear regression model to predict the overall rating. This model not only predicts the overall rating but also uses the training weights from the layers of the model as the user's priority. Based on this, a new score matrix for recommendation is derived by calculating the similarity between the user and the item according to the criteria, and an item suitable for the user is proposed. The experiment was conducted by collecting the actual "TripAdvisor" dataset. For performance evaluation, the proposed method was compared with a general recommendation system based on singular value decomposition. The results of the experiments demonstrate the high performance of the proposed method.

Gated Recurrent Unit Architecture for Context-Aware Recommendations with improved Similarity Measures

  • Kala, K.U.;Nandhini, M.
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제14권2호
    • /
    • pp.538-561
    • /
    • 2020
  • Recommender Systems (RecSys) have a major role in e-commerce for recommending products, which they may like for every user and thus improve their business aspects. Although many types of RecSyss are there in the research field, the state of the art RecSys has focused on finding the user similarity based on sequence (e.g. purchase history, movie-watching history) analyzing and prediction techniques like Recurrent Neural Network in Deep learning. That is RecSys has considered as a sequence prediction problem. However, evaluation of similarities among the customers is challenging while considering temporal aspects, context and multi-component ratings of the item-records in the customer sequences. For addressing this issue, we are proposing a Deep Learning based model which learns customer similarity directly from the sequence to sequence similarity as well as item to item similarity by considering all features of the item, contexts, and rating components using Dynamic Temporal Warping(DTW) distance measure for dynamic temporal matching and 2D-GRU (Two Dimensional-Gated Recurrent Unit) architecture. This will overcome the limitation of non-linearity in the time dimension while measuring the similarity, and the find patterns more accurately and speedily from temporal and spatial contexts. Experiment on the real world movie data set LDOS-CoMoDa demonstrates the efficacy and promising utility of the proposed personalized RecSys architecture.

클러스터링 기법을 이용한 하이브리드 영화 추천 시스템 (Hybrid Movie Recommendation System Using Clustering Technique)

  • 싯소포호트;펭소니;양예선;일홈존;김대영;박두순
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2023년도 춘계학술발표대회
    • /
    • pp.357-359
    • /
    • 2023
  • This paper proposes a hybrid recommendation system (RS) model that overcomes the limitations of traditional approaches such as data sparsity, cold start, and scalability by combining collaborative filtering and context-aware techniques. The objective of this model is to enhance the accuracy of recommendations and provide personalized suggestions by leveraging the strengths of collaborative filtering and incorporating user context features to capture their preferences and behavior more effectively. The approach utilizes a novel method that combines contextual attributes with the original user-item rating matrix of CF-based algorithms. Furthermore, we integrate k-mean++ clustering to group users with similar preferences and finally recommend items that have highly rated by other users in the same cluster. The process of partitioning is the use of the rating matrix into clusters based on contextual information offers several advantages. First, it bypasses of the computations over the entire data, reducing runtime and improving scalability. Second, the partitioned clusters hold similar ratings, which can produce greater impacts on each other, leading to more accurate recommendations and providing flexibility in the clustering process. keywords: Context-aware Recommendation, Collaborative Filtering, Kmean++ Clustering.

문자 수준 컨볼루션 뉴럴 네트워크를 이용한 추천시스템에서의 행렬 분해법 개선 (Improving on Matrix Factorization for Recommendation Systems by Using a Character-Level Convolutional Neural Network)

  • 손동희;심규석
    • 정보과학회 컴퓨팅의 실제 논문지
    • /
    • 제24권2호
    • /
    • pp.93-98
    • /
    • 2018
  • 추천시스템은 기업의 매출을 최대화 하기 위해, 사용자에게 관심도가 높은 제품을 제공해준다. 행렬 분해법은 추천시스템에서 자주 사용되는 방법으로 불완전한 사용자-제품 평점 행렬을 기반으로 한다. 하지만 제품과 사용자의 수가 점점 많아지면서, 데이터의 희소성문제로 인해 정확한 추천이 힘들어졌다. 이러한 문제점을 극복하기 위해, 제품과 관련된 텍스트 데이터를 사용하는 행렬 분해법 알고리즘이 최근에 제시되었다. 이런 행렬 분해법 알고리즘 중, 단어 수준 컨볼루션 뉴럴 네트워크를 사용하는 방법이 단어수준 특징들을 추출하여 텍스트 데이터를 효과적으로 반영한다. 하지만 단어수준 컨볼루션 뉴럴 네트워크에서는 학습해야 하는 파라미터의 수가 많다는 문제점이 있다. 그러므로 본 논문에서는 텍스트 데이터로부터 문자 수준 특징들을 뽑아 내기 위해 문자 수준 컨볼루션 뉴럴 네트워크를 사용하는 행렬분해법을 제안한다. 또한 제안하는 행렬 분해법의 성능을 검증하기 위해 실제 데이터를 이용하여 실험을 진행하였다.

섬망 환자에서 항정신병약물 처방에 영향을 주는 임상적 특징 (Clinical Features Affecting Antipsychotic Prescription for Delirium Patients)

  • 김종원;김민혁;백수현
    • 정신신체의학
    • /
    • 제27권2호
    • /
    • pp.111-118
    • /
    • 2019
  • 연구목적 본 연구에서는 섬망 증상 조절을 위한 항정신병약물 처방에 영향을 주는 임상적 특징을 알아보고자 한다. 방 법 연세대학교 원주세브란스 기독병원에 입원하여 정신건강의학과에 협진 의뢰된 환자 중, 일반신체질환에 의한 섬망으로 진단된 185명을 대상으로 후향적 의무기록을 조사하였다. 항정신병약물을 사용한 군과 사용하지 않은 군으로 구분하여 임상적 특성을 비교 분석하였다. 결 과 항정신병약물 사용군은 129명(66.5%)으로 정신과약물 사용력이 많았다. 특히 벤조디아제핀계 약물 사용력에서 두 군 간에 유의미한 차이를 보였다. 섬망평가척도 대다수에서 항정신병약물 사용군이 높은 점수를 보였다. 결 론 항정신병약물 사용군은 섬망의 외현 증상이 두드러지며 기저에 벤조디아제핀계 약물 복용력이 높았다. 이는 벤조디아제핀이 섬망의 경과와 외현 증상에 영향을 주었을 가능성이 있다. 임상 현장에서 예후에 영향을 줄 수 있는 섬망의 임상적 특징에 대한 이해가 축적되어야 할 것이다.

가미쌍화탕으로 호전된 뇌졸중 후 중추성 통증 환자 치험 1례 (A Case Report of Central Post-stroke Pain Improved by Gami SSanghwa-tang)

  • 신희연;이상화;이형민;양승보;조승연;박성욱;고창남;박정미
    • 대한중풍순환신경학회지
    • /
    • 제18권1호
    • /
    • pp.77-86
    • /
    • 2017
  • ■ Objectives The purpose of this case study is to report the effect of Gami SSanghwa-tang on a patient with central post-stroke pain. ■ Methods The patient was treated with herbal medicine Gami SSanghwa-tang, acupuncture, pharmaco-acupuncture, and moxibustion. The treatment effect was evaluated by Numerical Rating Scale(NRS), Neuropathic Pain Symptom Inventory(NPSI), and 36-item Short-form Health Survey(SF-36). ■ Results After the treatment, the NRS score of pain intensity was reduced from moderate to mild degree. The total NPSI score and subscores also decreased, as the various features of the pain were relieved. The SF-36 score increased, as the patient's quality of life improved. ■ Conclusion This case study suggests that Gami SSanghwa-tang, could be effective in reducing pain and improving quality of life of patients suffering from central post-stroke pain.

  • PDF

신규 사용자 추천 성능 향상을 위한 가중치 기반 기법 (Weight Based Technique For Improvement Of New User Recommendation Performance)

  • 조성훈;이무훈;김정석;김봉회;최의인
    • 정보처리학회논문지D
    • /
    • 제16D권2호
    • /
    • pp.273-280
    • /
    • 2009
  • 오늘날 컴퓨팅 환경의 진보와 웹의 이용이 활발해짐에 따라 오프라인에서 이루어졌던 있었던 많은 서비스들과 상품의 제공이 웹에서 이루어지고 있다. 이러한 웹 기반 서비스 및 상품은 개인에 적합하게 취사선택되어 제공되는 추세이다. 이렇듯 개인에 적합한 서비스 및 상품의 선택과 제공을 위한 패러다임을 개인화(personalization)라 한다. 개인화된 서비스 및 상품의 제공을 위한 분야로서 연구된 것이 추천(recommendation)이다. 그러나 이러한 추천 기법들은 신규 사용자에게 적합한 추천을 제공하지 못하는 문제와 사용자의 상품에 대한 평점에만 의존하여 추천을 생성한다는 계산 공간에서의 제약 사항을 가지고 있다. 두 문제 모두 추천 분야에서 지속적인 관심을 보이는 분야로서 신규사용자 추천 문제의 경우는 신규 사용자의 평점이 없기 때문에 유사 사용자들을 분류할 수 없음에 기인한다. 그리고 추천 공간 제약에 따른 문제는 추천 차원의 추가에 따른 처리 비용이 급격히 증가한다는 문제를 가지고 있기 때문에 쉽게 접근하기 어렵다. 따라서 본 논문에서는 신규사용자 추천 향상을 위한 기법과 평점 예측 시 예측에 대한 가중치를 적용하는 기법을 제안한다.

내원경위 분석과 환자 특성 평가에 따른 2차 진료기관으로서 구강내과 역할에 대한 연구 (A Study on the Function of Oral Medicine as the Secondary Clinic Based on Analysis on Admissive Channel and Case Features)

  • 이유미;이정현;임현대
    • Journal of Oral Medicine and Pain
    • /
    • 제31권3호
    • /
    • pp.199-210
    • /
    • 2006
  • 구강내과에 내원하는 환자에 대한 역학 연구가 1970년대 이후로 계속 이루어져 왔으며, 대부분이 대학병원내의 구강내과를 중심으로 이루어져 왓다. 구강내과가 개설한 이후에 많은 전문인력이 배출되었으며, 치과의 각계 각층에서 활발한 활동을 보여주고 있다. 치과병원이 대형화되어가는 추세에 있어 대학병원급이 아닌 2차 진료기관에서의 구강내과의 역할이 새삼 부각되고 있다. 이렇듯 대형치과병원이나 종합병원내의 치과병원에 구강내과가 개설됨에 따라 2차 진료기관에서의 구강내과 환자의 내원 분석이나 환자의 특성, 환자의 구성 등에 대한 연구가 전무함에 이에 대한 연구가 필요하리라 생각하여 대전 선병원 구강내과에 내원하는 환자 100명에게 설문지 작성을 통한 역학 조사를 실시하여 다음의 결과를 얻었다. 1. 썬병원 구강내과 환자의 평균나이는 $29.21{\pm}11.31$(n=100)세 였으며, 여자 71명(평균나이 $29.63{\pm}11.29$세) 남자 29명(평균나이 $28.17{\pm}11.48$세)였으며, 최종학력은 고등졸 이상이 78%로 고학력을 지니고 있었다..현재 불편해 하는 증상은 턱관절 통증이 65%으로 제일 많았으며 내원하게 된 동기는 인터넷 검색 11%, 방송매체 10% 주변사람의 소개가 38% 였으며, 같은 불편감으로 다른 병원을 내원한 경험이 있는경우가 56%이었다. 본병원에 가도록 의뢰한 다른 병원은 치과의원은 20%를 나타내었으며, 현재의 불편감이 구강내과에서 진료받아야 하는 지 사전에 인지하고 있는 경우는 38%, 그렇지 않은 경우는 62%였으며 응답한 대상자의 51%가 한달 안쪽에 그 사실을 알게 되었다고 응답하였다. 2. 두경부에의 동통은 58%에서 호소 하였으며, 이러한 통증으로 인하여 일상 생활에 지장이있다고 대답한 경우는 22%였다. 지속적인 통증은 14% 간헐적인 통증은 68%에서 나타났으며, 통증의 성질은 둔한 통증이 23%였다. 3. 사회재적응 평가 척도를 이용한 생활 변화량의 비교에서는 3년이내의 변화량에서 두경부 동통이 있는군과 없는 군사이에 유의성을 보였으며 6개월이내의 변화량에서는 유의성을 보이지 않았다. 4. 일주일간 겪었던 일에 대한 설문에서는 동통이 있는 군과 아닌 군의비교에서 일주일동안 긴장감을 지닌 날의 수와 예전부터 즐겨 하던 일의감소, 갑작스런 공포를 느낌 항목에서 유의성을 보였으며, 기분이 즐겁고 들뜨다 항목과 외모에의 관심 감소항목에서는 유의한 차이를 보이지는 않았으나 유의함에 근접하였다 5. 조급함을 평가하는 설문지에서는 동통군이 비록 약간 더 상승을 보였으나 통계학적으로 유의한 차이를 나타내지는 않았다. 6. 스트레스로 인한 증상 발현은 잇몸에 근질거리는 감각이나 이가솟는 듯한 느낌의 잇몸 증상과 뒷머리가 당기거나 목덜미가 뻣뻣하다의 항목 에서 두경부 동통군과 비동통군 사이에 유의한 차이를 보였으며 볼안쪽이나 잇몸에 껍질이 벗겨지면서 피가 남의 항목과 스트레스시 여드름 뾰로지, 두통의 항목에서 유의성은 보이지 않았으나 유의수준에 근접하였다.