From b77a2684b655a3e3e38a0470cdf7bbec9bc43704 Mon Sep 17 00:00:00 2001 From: Darryl Ong Date: Thu, 12 Oct 2023 11:57:57 +0800 Subject: [PATCH] update docs --- docs/source/models.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/models.rst b/docs/source/models.rst index f36d616a0..ba603a80b 100644 --- a/docs/source/models.rst +++ b/docs/source/models.rst @@ -68,6 +68,11 @@ Neural Attention Rating Regression with Review-level Explanations (NARRE) .. automodule:: cornac.models.narre.recom_narre :members: +Neural Graph Collaborative Filtering (NGCF) +---------------------------------------------------- +.. automodule:: cornac.models.ngcf.recom_ngcf + :members: + Probabilistic Collaborative Representation Learning (PCRL) ------------------------------------------------------------ .. automodule:: cornac.models.pcrl.recom_pcrl