Module reclab.recommenders.llorma.llorma_lib
Init
Expand source code
""" Init
"""
from .llorma_g import Llorma, LocalModel, BatchManager
from .anchor import AnchorManager
from .train_utils import init_latent_mat, init_session, get_train_op
Sub-modules
reclab.recommenders.llorma.llorma_lib.anchor
-
Anchor Manager module
reclab.recommenders.llorma.llorma_lib.llorma_g
-
The package for the Global LLORMA recommender. Code modified from https://github.com/JoonyoungYi/LLORMA-tensorflow
reclab.recommenders.llorma.llorma_lib.train_utils
-
LLORMA training utils