zoukankan      html  css  js  c++  java
  • 待读论文

    Generalized Stochastic Block Model
    [Jamali et al. 2011]
    • Social influence and selection lead to
    formation of communities/groups.
    • Users belong to different (latent) groups,
    e.g. teacher interacting with students or his/her son
    or camera being rated by professional vs. amateur.
    • Items belong to different (latent) groups,
    e.g. high-quality and low-quality items.
    • Clustering based method for recommendation.

    Significance of friend recommendation
    – All major social networks have it.
    – E.g., in LinkedIn 50% of connections from
    recommendations. [Posse 2012]

    C. Posse: Key Lessons Learned Building Recommender Systems for Large-Scale Social Networks,

    KDD 2012.

    A. Sharma, D. Cosley: Do social explanations work? Studying and modeling the effects of social
    explanations in recommender systems, WWW 2013.

    Supervised random walks [Backstrom & Leskovec 2011

    Model based Methods
    • MF based models [Rennie & Srebo 2005]
    – Social network as a binary matrix.
    – Similar to MF methods for rating prediction.
    – Factorize the network matrix into product of
    lower rank matrices (representing user factors).
    – Advanced version in [Yang et al. 2011]:
    factorize user-user matrix and user-item matrix
    simultaneously.

     Bo Hu, Martin Ester: Spatial Topic Modeling in Online Social Media for Location Recommendation. RecSys 2013

    Samaneh Moghaddam, Martin Ester: The FLDA model for aspect-based opinion mining: addressing the cold start problem. WWW 2013: 909-918

    Bo Hu, Zhao Song, Martin Ester: User Features and Social Networks for Topic Modeling in Online Social Media. ASONAM 2012: 202-209

    Bo Hu, Mohsen Jamali, Martin Ester: Learning the Strength of the Factors Influencing User Behavior in Online Social Networks. ASONAM 2012: 368-375 

  • 相关阅读:
    【Java基础】-switch支持的数据类型
    【微服务】微服务间的通信方式
    MyBatis中 #{}与${}的区别
    exeplorer-损坏的映像【错误状态0xc000012f】
    Java异常-常见的运行时异常和非运行时异常
    jvm-GC集合篇一之GC查找可回收垃圾算法
    JVM-栈的内存结构之--方法返回地址
    JVM-虚拟机栈的内部结构之局部变量表
    jvm-虚拟机栈(java栈)
    JVM-运行时数据区之---PC寄存器
  • 原文地址:https://www.cnblogs.com/guolei/p/3419769.html
Copyright © 2011-2022 走看看