├── README.md ├── model.py ├── reader.py ├── requirements.txt ├── resources ├── self-attentive-model.png ├── visualize_with_penalization.png └── visualize_without_penalization.png └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flrngel/Self-Attentive-tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flrngel/Self-Attentive-tensorflow/HEAD/model.py -------------------------------------------------------------------------------- /reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flrngel/Self-Attentive-tensorflow/HEAD/reader.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flrngel/Self-Attentive-tensorflow/HEAD/requirements.txt -------------------------------------------------------------------------------- /resources/self-attentive-model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flrngel/Self-Attentive-tensorflow/HEAD/resources/self-attentive-model.png -------------------------------------------------------------------------------- /resources/visualize_with_penalization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flrngel/Self-Attentive-tensorflow/HEAD/resources/visualize_with_penalization.png -------------------------------------------------------------------------------- /resources/visualize_without_penalization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flrngel/Self-Attentive-tensorflow/HEAD/resources/visualize_without_penalization.png -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flrngel/Self-Attentive-tensorflow/HEAD/train.py --------------------------------------------------------------------------------