This repo will give you over all understanding of Document / text classifications using different types of word Embedding techinques.
- Frequency based - Count Vectorizer,TF-IDF
- Prediction based - CBOW, skip-gram, pre built models (Glove,Gensim), Word2vec, Doc2Vec. (Under development)
- Advanced Techniques - CNN,RNN (Under Development)