├── LICENSE ├── README.md ├── compute_cross_validation_accuracy.py ├── figures ├── authors │ ├── AlbertGil.jpg │ ├── AmaiaSalvador.jpg │ ├── BrendanJou.png │ ├── JosepPujal.jpg │ ├── VictorCampos.jpg │ └── XavierGiro.jpg └── logos │ ├── MEyC.png │ ├── columbia.png │ ├── dvmm.gif │ ├── etsetb.png │ ├── generalitat.jpg │ ├── gpi.png │ ├── nvidia.jpg │ └── upc.jpg ├── ground_truth ├── test1 │ ├── test.txt │ └── train.txt ├── test2 │ ├── test.txt │ └── train.txt ├── test3 │ ├── test.txt │ └── train.txt ├── test4 │ ├── test.txt │ └── train.txt └── test5 │ ├── test.txt │ └── train.txt └── sentiment_deploy.prototxt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/README.md -------------------------------------------------------------------------------- /compute_cross_validation_accuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/compute_cross_validation_accuracy.py -------------------------------------------------------------------------------- /figures/authors/AlbertGil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/authors/AlbertGil.jpg -------------------------------------------------------------------------------- /figures/authors/AmaiaSalvador.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/authors/AmaiaSalvador.jpg -------------------------------------------------------------------------------- /figures/authors/BrendanJou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/authors/BrendanJou.png -------------------------------------------------------------------------------- /figures/authors/JosepPujal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/authors/JosepPujal.jpg -------------------------------------------------------------------------------- /figures/authors/VictorCampos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/authors/VictorCampos.jpg -------------------------------------------------------------------------------- /figures/authors/XavierGiro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/authors/XavierGiro.jpg -------------------------------------------------------------------------------- /figures/logos/MEyC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/logos/MEyC.png -------------------------------------------------------------------------------- /figures/logos/columbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/logos/columbia.png -------------------------------------------------------------------------------- /figures/logos/dvmm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/logos/dvmm.gif -------------------------------------------------------------------------------- /figures/logos/etsetb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/logos/etsetb.png -------------------------------------------------------------------------------- /figures/logos/generalitat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/logos/generalitat.jpg -------------------------------------------------------------------------------- /figures/logos/gpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/logos/gpi.png -------------------------------------------------------------------------------- /figures/logos/nvidia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/logos/nvidia.jpg -------------------------------------------------------------------------------- /figures/logos/upc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/figures/logos/upc.jpg -------------------------------------------------------------------------------- /ground_truth/test1/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test1/test.txt -------------------------------------------------------------------------------- /ground_truth/test1/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test1/train.txt -------------------------------------------------------------------------------- /ground_truth/test2/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test2/test.txt -------------------------------------------------------------------------------- /ground_truth/test2/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test2/train.txt -------------------------------------------------------------------------------- /ground_truth/test3/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test3/test.txt -------------------------------------------------------------------------------- /ground_truth/test3/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test3/train.txt -------------------------------------------------------------------------------- /ground_truth/test4/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test4/test.txt -------------------------------------------------------------------------------- /ground_truth/test4/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test4/train.txt -------------------------------------------------------------------------------- /ground_truth/test5/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test5/test.txt -------------------------------------------------------------------------------- /ground_truth/test5/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/ground_truth/test5/train.txt -------------------------------------------------------------------------------- /sentiment_deploy.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imatge-upc/sentiment-2015-asm/HEAD/sentiment_deploy.prototxt --------------------------------------------------------------------------------