├── figs ├── tsne.png ├── learning_curve.png └── heatmap_lstm_hidden.png ├── improvements.png ├── improvements.txt └── .idea ├── vcs.xml ├── misc.xml ├── modules.xml └── matplotlib4papers.iml /figs/tsne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersy005/matplotlib4papers/master/figs/tsne.png -------------------------------------------------------------------------------- /improvements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersy005/matplotlib4papers/master/improvements.png -------------------------------------------------------------------------------- /figs/learning_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersy005/matplotlib4papers/master/figs/learning_curve.png -------------------------------------------------------------------------------- /figs/heatmap_lstm_hidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andersy005/matplotlib4papers/master/figs/heatmap_lstm_hidden.png -------------------------------------------------------------------------------- /improvements.txt: -------------------------------------------------------------------------------- 1 | 0.69577 0.67974 0.18710 2 | 0.80608 0.72298 0.94499 3 | 0.49935 0.55915 0.01379 4 | 0.63775 0.04165 0.02365 5 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/matplotlib4papers.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | --------------------------------------------------------------------------------