Skip to content

sagnik765/Text-Classification-using-Deep-Learning

Repository files navigation

Text Classification Using Deep Learning

A deep learning notebook for text classification using TensorFlow. Includes a bundled dataset archive and training notebook.

Overview

  • Text_Classification_with_Deep_Learning.ipynb: end-to-end training workflow
  • text_classification.tar.gz: dataset archive

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

Open the notebook and follow the steps:

jupyter notebook Text_Classification_with_Deep_Learning.ipynb

Notes

  • The dataset archive is included in the repository.

About

Deep learning text classification with TensorFlow and notebook workflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors