Giter VIP home page Giter VIP logo

gumroadml's Introduction

GumroadML


GumroadML is a Recommendation system that considers customer purchase history, search history, and various personal attributes to be able to predict what product a user is most likely going to purchase next. Allowing Gumroad to provide recommendations either on a users Discover page or product pages that they view. It is based off of Youtube's Recommendation system just altered to apply for Gumroad's case.

  1. Generate Candidates (candidates.py) out of total corpus
  2. Rank the candidates (rank.py)

Files:

Candidates.py is the model that generates candidate recommendations, prior to ranking. This step is necessary in the context of the Youtube recommendation becauseof the extremely large number of possible videos to recommend on Youtube. Similarly for Gumroad, instead of trying to rank the recommendation of every single available product to users, we generate good candidates and then rank those. This step embeds a users purchase history, search history, and various persoanal data variables specific to each user, location, gender, age, etc.

Rank.py is the model that ranks the candidate products in order of most likely for a user to purchase next. This uses a larger set of parameters than the Candidates model but does so on a smaller set of products per user.

Layers.py defines the masked embedding layer and the L2 norm layer to be used

gumroadml's People

Contributors

cdreetz avatar

Watchers

 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.