Giter Club home page Giter Club logo

bandit_playlist's Introduction

idea: bandit algorithm playlist generation

goal

  • output an infinite sequence of track choices that is enjoyable to listen to, without wanting to change any settings
  • do this by learning, based on what the user does
  • dont think of this as a permutation of all songs. it is acceptable and desirable not to play horrible songs at all.

simplifying assumptions

  • letting an entire track play is a vote in favour. skipping to the next track is a vote against.
  • the pool of tracks is fixed, no new tracks are added
    • could generalise later
  • ignore track rating metadata
  • initially treat all tracks as independent. ie no recommendation model to generalise between tracks
    • could generalise later with contextual bandit approach
    • per-albumn / per-artist features?
  • assume song preferences are invariant wrt mood/etc of listener
    • could generalise later. probably need contextual bandit approach
    • seed playback sequence with initial manual track choice(s)

implementation

  • try to infer a (relative?) desired playback frequency for each track
  • maintain playback history to measure frequency each track has been played
  • maintain votes for and against tracks (by listener actions / inactions)
  • use epsilon-greedy or UCB approach
  • use some kind of structured prediction approach? SEARN?? to generate sequences of tracks

platforms to consider deploying atop

maybe see also

bandit_playlist's People

Contributors

fcostin avatar

Watchers

 avatar  avatar

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.