Giter Site home page Giter Site logo

dcfa's Introduction

These are the codes for paper Aesthetic-based Clothing Recommedation We also provide a small dataset filtered for Amazon dataset (Jewelry and watches) to run the codes. There are 15924 users, 3607 items, and 37314 purchases in the dataset. url for dataset: https://pan.baidu.com/s/1xIFdR8lpd5mui-baTIM_xA

The forms of data in each file are:

  1. interactions_Jewelry_train: [[u,i,r],...,[u,i,r]] a list storing training samples, where u, i, r are user, item, time respectively.
  2. interactions_Jewelry_test: [[u,[i,i,i],[r,r]],...,[[u,[i,i],[r,r]]] a list storing test samples, each element of the list ([u,[i,i,i],[r,r]]) consists of a user u, the set of purchased items [i,i,i], and the set of time [r,r].
  3. interactions_Jewelry_train_aux: [[[i,i],[r]],...,[[i,i,i],[r,r]]] a list storing training samples, where the u-th elemet [[i,i],[r]] is the set of purchase items and time of user u.
  4. interactions_Jewelry_train_record_aux: [[[i,r]],...,[[i,r],[i,r],[i,r]]] a list storing training samples, where the u-th elemet [[i,r],[i,r],[i,r]] is the set of purchased item-time pairs of user u. In each pair, i is the purchases item and r is the corresponding time.
  5. interactions_Jewelry_train_time_aux: [[[u,u,u,u],[i,i,i]],...,[[u,u],[i,i,i]]] a list storing training samples, where the r-th elemet [[u,u],[i,i,i]] is the set of users who purchased something in time r and the set of items purchsed in r.
  6. interactions_Jewelry_validate: [[u,[i,i,i],[r,r]],...,[[u,[i,i],[r,r]]] a list storing validation samples, each element of the list ([u,[i,i,i],[r,r]]) consists of a user u, the set of purchased items [i,i,i], and the set of time [r,r].

The feature provided is concatenation of CNN feature and aesthetic feature, we then reduce its dimention with PCA

dcfa's People

Contributors

wenhui-yu avatar

Watchers

Shubham Pachori 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.