An open API service indexing awesome lists of open source software.

https://github.com/desh2608/attention_model_clinical_text

This code implements attention network on top of the CNN used in the paper titled "Relation extraction from clinical texts using domain invariant convolutional neural network" which was accepted in BioNLP at ACL-2016, Berlin, Germany
https://github.com/desh2608/attention_model_clinical_text

Last synced: about 2 months ago
JSON representation

This code implements attention network on top of the CNN used in the paper titled "Relation extraction from clinical texts using domain invariant convolutional neural network" which was accepted in BioNLP at ACL-2016, Berlin, Germany

Awesome Lists containing this project

README

        

# Attention mechanism on CNNs for relation classification

This code implements attention network on top of the CNN used in the paper titled "Relation extraction from clinical texts using domain invariant convolutional neural network" which was accepted in BioNLP at ACL-2016, Berlin, Germany

Dependencies: Python 2.7, Tensorflow, Numpy, nltk, sklearn