Skip to content

A deep learning project to categorize the 20 newsgroups dataset using TensorFlow.

License

Notifications You must be signed in to change notification settings

Remolten/vanilla_carnival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A deep learning project to categorize the 20 newsgroups dataset using TensorFlow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published