GithubHelp home page GithubHelp logo

khanhnamle1994 / metarec Goto Github PK

View Code? Open in Web Editor NEW
296.0 6.0 77.0 640.59 MB

PyTorch Implementations For A Series Of Deep Learning-Based Recommendation Models

Python 92.75% Jupyter Notebook 7.12% Dockerfile 0.09% Shell 0.04%
deep-learning recommender-systems collaborative-filtering movielens-dataset matrix-factorization multilayer-perceptron autoencoders pytorch wandb tensorboard

metarec's Introduction

Hi, I'm James Le πŸ‘‹πŸΌ πŸ‘¨πŸ½β€πŸŽ“ πŸ‘¨πŸ½β€πŸ’» πŸ‡»πŸ‡³ πŸ‡ΊπŸ‡Έ

I'm a machine learning researcher who is deeply interested in tinkering with neural networks, building recommendation systems, and gathering best practices of machine learning in production. I write often about theoretical deep learning and applied MLOps.

Find me around the web 🌎:

  • Everything about me in my website πŸ–₯
  • Writing in public on Medium ✍🏽
  • Interviewing people on Datacast 🎀
  • Sharing updates on LinkedIn and Twitter πŸ’Ό 🐦

metarec's People

Contributors

dependabot[bot] avatar khanhnamle1994 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

metarec's Issues

the validation of NVIDIA-DeepRec model

in DeepRec implementation, when you've trained the model why you've specified that: validation_data=[users_items_matrix_train_zero, users_items_matrix_validate] and not: [users_items_matrix_train_validate, users_items_matrix_validate]?

Doubt regarding use of other datasets

Hi there,
I wanted to run the CDAE, ESAE and SVAE models for other datasets ( Movielens 20M/10M /Netflix /custom datset having UserId, ItemId, rating).

Could you guide me regarding the data preprocessing and the directory set up?
Is there a .py file that does the mentioned ? If, yes what changes do I have to make and how do I go forward with it ?

Thanks in advance!

Inappropriate parameters for pandas preprocessing data

https://github.com/khanhnamle1994/MetaRec/blob/master/Autoencoders-Experiments/CDAE-PyTorch/DataUtils.py
at line 55, 56

num_items_by_user = data.groupby('user', as_index=False).size()
num_users_by_item = data.groupby('item', as_index=False).size()

Does the as_index should be set to True because the later convert to pandas dataframe user_frame = num_items_by_user.to_frame() and assign columns name user_frame.columns = ['item_cnt'] as only as_index=True will result in a pandas Series, otherwise it already be a dataframe so cannot be converted?

update of weights in DeepRec

when training an autoencoder for rating based collaborative filtering, the weights that are associated to unrated items are not updated, does your custom loss function in DeepRec implementation (masked se) provide that?

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.