Hypergraphs with Attention on Reviews for Explainable Recommendation (#600)
* Init method * Example file * Added HypAR Added hyper and its functions. * Added dataset standard files and virtual env names to ignore * Create graph comments * Flock comments * Graph wrapper comments * ao embedding comments * Remove learned ui embeddings * Learned embedding and norm comments * fit comments * Removed unused code * Comments on main file * Removed more and comments * More comments * More comments * Updated readmes * Fix dataset name * Reference fix * Path fix * Removed example * Removed HypAR from examples readme * Styling * Added hypar doc string * Removed spacing * Added paper link * Moved docstrings to earlier * Simplified model type * Added paper reference * Added lightgcn as part of HypAR * Updated url * Fix double normalize of first layer
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- README.md 1 addition, 0 deletionsREADME.md
- cornac/models/__init__.py 1 addition, 0 deletionscornac/models/__init__.py
- cornac/models/hypar/__init__.py 16 additions, 0 deletionscornac/models/hypar/__init__.py
- cornac/models/hypar/dgl_utils.py 431 additions, 0 deletionscornac/models/hypar/dgl_utils.py
- cornac/models/hypar/hypar.py 965 additions, 0 deletionscornac/models/hypar/hypar.py
- cornac/models/hypar/lightgcn.py 135 additions, 0 deletionscornac/models/hypar/lightgcn.py
- cornac/models/hypar/recom_hypar.py 843 additions, 0 deletionscornac/models/hypar/recom_hypar.py
- cornac/models/hypar/requirements.txt 9 additions, 0 deletionscornac/models/hypar/requirements.txt
- cornac/models/hypar/requirements_cu116.txt 10 additions, 0 deletionscornac/models/hypar/requirements_cu116.txt
- docs/source/api_ref/models.rst 5 additions, 0 deletionsdocs/source/api_ref/models.rst
cornac/models/hypar/__init__.py
0 → 100644
cornac/models/hypar/dgl_utils.py
0 → 100644
cornac/models/hypar/hypar.py
0 → 100644
This diff is collapsed.
cornac/models/hypar/lightgcn.py
0 → 100644
cornac/models/hypar/recom_hypar.py
0 → 100644
This diff is collapsed.
cornac/models/hypar/requirements.txt
0 → 100644
cornac/models/hypar/requirements_cu116.txt
0 → 100644
Please register or sign in to comment