A deep learning project for categorizing the 20 newsgroups dataset using TensorFlow.
python3 main.py
This project requires the tensorflow
, numpy
, and sklearn
Python packages. They can be installed manually or by running pip install -r requirements.txt
in the project directory.
sklearn
is used in the code itself to obtain the 20 newsgroups dataset.
A research paper written according to the NIPS format can be found at paper/paper.pdf.