Git Product home page Git Product logo

Comments (3)

bkleyn avatar bkleyn commented on May 23, 2024

Hi @risufaj!

Thank for your interest in the library.

Great question! Cold-start is a challenging problem in many recommender system problems. Note we have a warm_start function in the MAB object that can be used to warm-start cold arms. In order to warm-start the multi-armed bandit we need a list of features for each arm that can be used to calculate pairwise similarities between the arms. See here for an example how it's used.

An obvious next question is where to get these features. In practice, one would typically have some textual information for arms, but not necessarily numerical features. Fortunately, we also developed a library called TextWiser that can be used for text featurization based on a rich set of methods. Check it out if it sounds interesting.

from mabwiser.

risufaj avatar risufaj commented on May 23, 2024

Hi @bkleyn,

Thank you for answering!

I understand that using the function you mentioned, it would be possible to warm start an arm that is most similar to some existing arms, for which you have data. In situations where there aren't any data recorded for any of the arms, I suppose the best could be to have some sort of data collection phase, right?

from mabwiser.

bkleyn avatar bkleyn commented on May 23, 2024

Yes, indeed! This is in fact an active research area, and we recently studied how to speed-up that data collection phase with publications at CPAIOR'21 and IJCAI'21.

from mabwiser.

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.