Skip to content
/ AutoRec Public

AutoRec: Autoencoders Meet Collaborative Filtering implementation in PyTorch

Notifications You must be signed in to change notification settings

tuanio/AutoRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AutoRec

Introduction

This is the Github repository implementation of the AutoRec model (paper).

File structure

  • AutoRec_regularization.ipynb: this is a file that implements AutoRec according to the formulas from paper.

  • AutoRec_dropout.ipynb: this is a file that implements AutoRec in Deep Learning style.

Requirements

  • torch==1.12.1
  • torchdata==0.4.1

Releases

No releases published

Packages