Skip to content

硕士期间的课程作业,自实现的Logistic Matrix Factorization算法

Notifications You must be signed in to change notification settings

ZhiyeTang/LogMF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Matrix Factorization

This is a self-implemented repository for the paper Logistic matrix factorization for implicit feedback data.

Moreover, I've implemented the log confidence function besides linear confidence function.

Requirements

Python                    3.8.13
NumPy                     1.23.1
PyTorch                   1.10.2

The code runs well with these requirements. While the code is simple, I believe it will also run well with some higher or lower versions of these packages.

Usage

Usage is simple, just run:

python entry.py

then everything goes well.

About

硕士期间的课程作业,自实现的Logistic Matrix Factorization算法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages