To see the main results I highily recommend to take a look at the project page: https://schalkdaniel.github.io/text_mining/
This repo contains everything I have used, created or take a look at for the
.
My topic for the seminar is: GloVe
This repository conatins:
ioslides
for the presentation- code which I have written (
C++
andR
) - paper and references I have used
- the report written by me
- Pennington et al.
- Mirkov et al.
- Aggarwal et al.
- Grammar & Corpora 2009
- text2vec
- write the report
- A Brief Survey of Text Mining: Classification, Clustering and Extraction Techniques.
- Classification methods (book "Elements of Statistical Learning" of Hastie et al.). Kapitel 4.
- Support Vector Machine (ESL, Kapitel 12).
- Unsupervised Learning (ESL, Kapitel 14).
- Natural Language Basics (Chapter 1 of Dipanjan).
- Python Refresher (Chapter 2 of Dipanjan).
- Processing and understanding text (Chapter 3 of Dipnajan).
- Text classification (Chapter 4 of Dipanjan).
- Text summarization (Chapter 5 of Dipanjan).
- Text similarity and text clustering (Chapter 6 of Dipanjan).
- Semantic and Sentiment Analysis (Chapter 7 of Dipanjan).
- GloVe: Global Vectors for Word Representation (Pennington et al.)
- Distributed representations of words and phrases and their compositionality (Mikolov et al.)
- Distributed representations of sentences and documents (Le et al.)
- Convolutional Neural Networks for Sentence Classification (Yoon Kim).
- Text Understanding from Scratch (Zhang, LeCun).
- Generative Adversarial Text to Image Synthesis (Reed et al.).