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.

  • 相关阅读:
    关于postman使用上发现的一点问题
    关于异步的处理方法
    关于console.log() 打印得引用类型得数据得相关问题
    使用electron将单页面vue webapp 打包成 PC端应用
    当后台只接受字符串得时候,在传输复杂得数据得时候会发生得问题
    默认事件
    事件冒泡
    offsetWidth clientWidth scrollWidth 三者之间的区别和联系
    事件获取目标 currentTarget target srcElement三者之间的区别和联系
    不支持模块化规范的插件可以使用import 导入的原因
  • 原文地址:https://www.cnblogs.com/fassy/p/7270077.html
Copyright © 2011-2022 走看看