From 76db2baf89fabe32b8bc678360ee2b8cce9c94dd Mon Sep 17 00:00:00 2001 From: SusangKim Date: Sun, 7 Oct 2018 18:18:50 +0900 Subject: [PATCH] Attention mechanism using Tensorflow Fix the conflict. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66782f4..3a6a7bb 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ More info [here](http://tensorflow.org). * [MusicGenreClassification](https://github.com/mlachmish/MusicGenreClassification) - Classify music genre from a 10 second sound stream using a Neural Network. * [Kubeflow](https://github.com/kubeflow/kubeflow) - Framework for easily using Tensorflow with Kubernetes. * [TensorNets](https://github.com/taehoonlee/tensornets) - 40+ Popular Computer Vision Models With Pre-trained Weights. +* [Attention mechanism using Tensorflow](https://github.com/ilivans/tf-rnn-attention) - Implementation of ["Hierarchical Attention Networks for Document Classification"](http://www.aclweb.org/anthology/N16-1174)