Metadata-Version: 2.1
Name: gnnuers
Version: 0.0.6
Summary: A library to generate explanations of recommendations generated by GNNs.
Home-page: https://github.com/jackmedda/RS-BGExplainer
Author: jackmedda
Author-email: jackm.medda@gmail.com
License: UNKNOWN
Description: 
        GNNUERS generates explanations in the form of user-item interactions that make
        a GNN-based recommender system favor a demographic group over another. GNNUERS learns a perturbation
        vector that modifies the adjacency matrix representing the training network. The edges modified by
        the perturbation vector are the explanations genereated by the framework. GNNUERS then needs to work on a slight
        extended version of a recommender system in order to include the perturbation vector and optimize it.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
