zoukankan      html  css  js  c++  java
  • List of all the methods I have tried

    1. original method repository name: lightfm
    2. update for every unique interaction, that is to choose a set of negative examples for every interaction in the train, repository name: lightfm radius

    3. update for every unique interaction but the negative examples are chosen for every user and their centers, repository name: lightfm users
    4. update for every unique interaction, there are three kinds of examples here, positive negative and  neutral, the neutral is outside the center circle but not too faraway from the center: lightfm_triple
    5. update for every unique interaction, there are three kinds of examples here, positive, negative and neutral, the neutral is inside the center-circle, positive is the check-ins happened, negative is outside the center circle, this is to simulate the gaussian model, but has not been done yet.... lightfm_triple

    The second to fourth is about implicit feedback.

    AND NOW all the model are integrated into one model called lightfm_joint, there are warp_geo_binary, warp_geo_triple and warp here, you can use them all in just one package.

  • 相关阅读:
    T2487 公交司机(搜索题)(小L的一生)
    T2485 汉诺塔升级版(普及)(递归)
    T2483 电梯(模拟题)
    将图片返回到前端
    session
    TCP协议
    socket
    断点调试
    解析字符串
    Cookie
  • 原文地址:https://www.cnblogs.com/fassy/p/7515351.html
Copyright © 2011-2022 走看看