Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 417 Bytes

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