Giter Site home page Giter Site logo

Comments (3)

jfkirk avatar jfkirk commented on May 24, 2024

LightFM and TensorRec are very similar -- LightFM was the inspiration for TensorRec and I've used LightFM extensively.

The difference comes from the ability to build and customize your representation, prediction, and loss functions in TensorRec. If you build a TensorRec model with linear embedding representations and dot-product prediction, they're equivalent algorithms. In fact, if you're doing so, I'd advise you to work with LightFM as it is a more mature package.

If you need to customize that system, though, that is where TensorRec comes in.

Hope that helps! Closing for now -- feel free to reopen if you have more questions.

from tensorrec.

rragundez avatar rragundez commented on May 24, 2024

what do you mean with linear embeddings representations?

from tensorrec.

jfkirk avatar jfkirk commented on May 24, 2024

The "representation" function is responsible for calculating a latent representation of the user based on the user's features.

In this diagram, it is the user_repr_graph in the top left: https://raw.githubusercontent.com/jfkirk/tensorrec/master/examples/system_diagram.png

The representation graphs which are available by default are here: https://github.com/jfkirk/tensorrec/wiki/Representation-Graphs

If you use the top one, LinearRepresentationGraph, for both users and items then your system will be equivalent to LightFM.

from tensorrec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.