GithubHelp home page GithubHelp logo

tsungweitsai / similar-clothing-recommendation Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 202 KB

A method that identifies similar products based on low dimensional product representations and the ensemble learning

Jupyter Notebook 100.00%

similar-clothing-recommendation's Introduction

Similar-Clothing-Recommendation

A method that identifies similar products based on low dimensional product representations and the ensemble learning

Motivaiton

Applications

  • Recommend similar products to users on the e-commerce platforms such as Taobao and Amazon based on their browsing history or explicit queries.
  • Able to conduct market/competitor analysis on a specific product and its similar products which often target same groups of customers.

Main features of our method:

  • Natural Language Processing:

    • It is common to encounter pictures that are not "clean"
    • As far as we know, there is no related researches on finding similar clothing based on natural language features, all of them extract feature from pictures.
    • Features based on product descriptions can complement those from computer vision. The proposed method can easily incorporate with image processing approaches to create more robust recommendation system.
  • Word embedding:

    • Trained a set of low dimensional Chinese word representations based on millions of Weibo posts
    • Complement Bag-of-Words model
    • Strengthened the learned representation of product descriptions by using word embedding to capture semantic and syntactic patterns. Word embedding can effectively measure the similarity between words.
  • EasyEnsemble

    • Originally from Exploratory Undersampling for Class-Imbalance Learning
    • Exploit the information from majority class to deal with seriously imbalanced data
    • It is costly to get enough labeled dataset. EasyEnsemble enabled us to “reuse”existing minority class samples to certain extent. However, we have to make sure that the minority samples are diversified enough to represent general features of similar product pairs
  • Negative sampling

    • Due to the nature of clothing market, most of the random pairs of clothes are not similar item pairs. Hence, we can treat unlabeled item pairs as negative class (not similar) with low probability labeling a pair of similar products as negative case.

Data

Framework

Performance

similar-clothing-recommendation's People

Contributors

tsungweitsai avatar

Stargazers

 avatar  avatar  avatar  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.