├── .ipynb_checkpoints └── Soft_Attention_MNIST-checkpoint.ipynb ├── Hard_Attention_MNIST.ipynb ├── Images ├── Attention_for_Image_Caption.png ├── Hard_result.png ├── MNIST_sample.png ├── Soft_result.png ├── hard_attention.png ├── soft_attention.png └── 그림자료.pptx ├── README.md ├── Soft_Attention_MNIST.ipynb └── saved_networks └── checkpoint /.ipynb_checkpoints/Soft_Attention_MNIST-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/.ipynb_checkpoints/Soft_Attention_MNIST-checkpoint.ipynb -------------------------------------------------------------------------------- /Hard_Attention_MNIST.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Hard_Attention_MNIST.ipynb -------------------------------------------------------------------------------- /Images/Attention_for_Image_Caption.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Images/Attention_for_Image_Caption.png -------------------------------------------------------------------------------- /Images/Hard_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Images/Hard_result.png -------------------------------------------------------------------------------- /Images/MNIST_sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Images/MNIST_sample.png -------------------------------------------------------------------------------- /Images/Soft_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Images/Soft_result.png -------------------------------------------------------------------------------- /Images/hard_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Images/hard_attention.png -------------------------------------------------------------------------------- /Images/soft_attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Images/soft_attention.png -------------------------------------------------------------------------------- /Images/그림자료.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Images/그림자료.pptx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/README.md -------------------------------------------------------------------------------- /Soft_Attention_MNIST.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/Soft_Attention_MNIST.ipynb -------------------------------------------------------------------------------- /saved_networks/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kyushik/Attention/HEAD/saved_networks/checkpoint --------------------------------------------------------------------------------