This repository contains the implementation of our Multi-view Integration Attention Model (MIAM). It has been written in Python, using Pytorch.
The details of this model are included in this paper. Please cite it if you use this code for your own research.
- main.py
- models.py: contains the MIAM
- helpers.py: helper functions for running models
Includes the extended version for Journal (Under Review)
- lrp.py: Layer-wise Relevance Propagation code for analysis