Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 523 Bytes

tbir_text_classification

Implementation of neural networks for text classification and ranking. Implementation of PCA for unsupervised learning.

The code is written in python 3.6

Setup

Install tensorflow

https://www.tensorflow.org/install/

Install requirements

pip install -r requirements.txt

Download glove from https://nlp.stanford.edu/projects/glove/ and put the file glove.6B.100d.txt in a new folder 'word_embeddings'.

Run

Set scenario in run.py or run_pca.py

Run code

python run.py