Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 576 Bytes

Vanilla Carnival

A deep learning project for categorizing the 20 newsgroups dataset using TensorFlow.

Usage

python3 main.py

Dependencies

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.

Obtaining the Data

sklearn is used in the code itself to obtain the 20 newsgroups dataset.

Research Paper

A research paper written according to the NIPS format can be found at paper/paper.pdf.