spallas / doclassify

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%