Cofactor

CoFactor: Regularizing Matrix Factorization with Item Co-occurrence
Alternatives To Cofactor
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cofactor155
6 years agoapache-2.0Jupyter Notebook
CoFactor: Regularizing Matrix Factorization with Item Co-occurrence
Kitabe127
6 months ago2mitHTML
Book Recommendation System built for Book Lovers📖. Simply Rate ⭐ some books and get immediate recommendations🤩
Nlp_adversarial_examples112
4 years agomitJupyter Notebook
Implementation code for the paper "Generating Natural Language Adversarial Examples"
Bane86
2 months ago1gpl-3.0Python
A sparsity aware implementation of "Binarized Attributed Network Embedding" (ICDM 2018).
Asne76
7 months agogpl-3.0Python
A sparsity aware and memory efficient implementation of "Attributed Social Network Embedding" (TKDE 2018).
Lorentz Embeddings62
a year ago2mitPython
Embed arbitrary graphs in Hyperbolic space
Regal54
2 years ago7mitPython
Representation learning-based graph alignment based on implicit matrix factorization and structural embeddings
Sememe_prediction52
3 years ago1mitPython
Codes for Lexical Sememe Prediction via Word Embeddings and Matrix Factorization (IJCAI 2017).
Tadw50
9 months agogpl-3.0Python
An implementation of "Network Representation Learning with Rich Text Information" (IJCAI '15).
Text_embedding48
3 years agomitPython
utility class for building/evaluating document representations
Alternatives To Cofactor
Select To Compare


Alternative Project Comparisons
Readme

CoFactor

This repository contains the source code to reproduce the experimental results as described in the paper "Factorization Meets the Item Embedding: Regularizing Matrix Factorization with Item Co-occurrence" (RecSys'16).

Dependencies

The python module dependencies are:

  • numpy/scipy
  • scikit.learn
  • joblib
  • bottleneck
  • pandas (needed to run the example for data preprocessing)

Note: The code is mostly written for Python 2.7. For Python 3.x, it is still usable with minor modification. If you run into any problem with Python 3.x, feel free to contact me and I will try to get back to you with a helpful solution.

Datasets

We adapted the weighted matrix factorization (WMF) implementation from content_wmf repository.

Examples

See example notebooks in src/.

Popular Matrix Projects
Popular Embeddings Projects
Popular Computer Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Jupyter Notebook
Matrix
Embeddings
Recommender System
Matrix Factorization