/doclassify

CNN + word embeddings based document classification using Keras and homemade word embeddings

Primary LanguagePython

Source code for the homework 1

Word to vec sources are:

  • word2vec.py (CORE FILE)
  • evaluation_w2v.py
  • data_preprocessing.py (CORE FILE)

Document classification sources are:

  • *_d2c.py
  • doclassify.py (CORE FILE)
  • preprocessing.py