├── README.md ├── example.ipynb ├── lrp_tests.py ├── lstm_network.py └── model ├── model_transformer.py ├── sentiment_model.hdf5 └── token2vec.pkl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alewarne/Layerwise-Relevance-Propagation-for-LSTMs/HEAD/README.md -------------------------------------------------------------------------------- /example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alewarne/Layerwise-Relevance-Propagation-for-LSTMs/HEAD/example.ipynb -------------------------------------------------------------------------------- /lrp_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alewarne/Layerwise-Relevance-Propagation-for-LSTMs/HEAD/lrp_tests.py -------------------------------------------------------------------------------- /lstm_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alewarne/Layerwise-Relevance-Propagation-for-LSTMs/HEAD/lstm_network.py -------------------------------------------------------------------------------- /model/model_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alewarne/Layerwise-Relevance-Propagation-for-LSTMs/HEAD/model/model_transformer.py -------------------------------------------------------------------------------- /model/sentiment_model.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alewarne/Layerwise-Relevance-Propagation-for-LSTMs/HEAD/model/sentiment_model.hdf5 -------------------------------------------------------------------------------- /model/token2vec.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alewarne/Layerwise-Relevance-Propagation-for-LSTMs/HEAD/model/token2vec.pkl --------------------------------------------------------------------------------