zoukankan      html  css  js  c++  java
  • Fused Matrix Factorization & some personal thoughts (Updated 1st,Aug,afternoon)

    I read this paper, the purpose are common to some extent...but the way this paper has adapted and the way we discussed yesterday still have many differences.

    First, when we talked about about friends , we are referring to friends that we deriviated from users' checkin data, while the paper refers to social friends. This is a huge difference. And I think there is something to do here. But I recalled one paper I read which has already looked in to location friends (Point-of-Interest Recommendations: Learning Potemtial Check-ins From Friends). This paper looked deeply into three kinds of friends, social friends, location friends(the friends we refer to) and neighbor friends and their influence on user's checkin decisions. 

    As for another topic we are concerned, there are stil some differences here. The writer used multi center model to calculate the possibilities while we plan to preprocessing the checkin data. It is more like a joint model. But I am not sure whether there are already some research into this.

    And both of the papers I mentioned above does not seem to include the possible biases in similarity metrics. 


    Added in the afternoon:

    we also want to explore the possibility that a user go to the places he has visited before. Not just recommend some new places.

    It is not  included in the two papers. (But I am not sure that why people igore this. Is it because we can directly get the result after doing MF?)

    The POI recommendations :learning potential checkins from friends clearly stated that they aim to recommend each user with top-K locations that he or she might be interested in but has not visited before.

    What's more,

    In the 2016paper, the writer defines the location friends simply as a set of users who also checked in a given set of locations as the user checked in. Probably the way we are trying to measure the “Friendships” between users is novel? I suppose we use cosine similarity to estimate different users' similarity and rank them to build a new friendship network for them. Then use this network to help us estimate. Possibly use the exsiting algorithms, which is Probalistic Matrix Factorization with social regularization(PMFSR). Shown in the following picture.

  • 相关阅读:
    MySQL数据丢失讨论
    分布式系统之Quorum (NRW)算法
    阿里巴巴-OS事业群-OS手机事业部-系统服务部门招聘Java开发工程师,有意者请进来
    EQueue
    ENode 2.0
    关于MySQL的在线扩容
    我收藏的技术知识图(每张都是大图)
    关于实现一个基于文件持久化的EventStore的核心构思
    Actor的原理
    OAuth 2.0 授权原理
  • 原文地址:https://www.cnblogs.com/fassy/p/7270077.html
Copyright © 2011-2022 走看看