Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 594 Bytes

File metadata and controls

23 lines (18 loc) · 594 Bytes

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.