A deep learning notebook for text classification using TensorFlow. Includes a bundled dataset archive and training notebook.
Text_Classification_with_Deep_Learning.ipynb: end-to-end training workflowtext_classification.tar.gz: dataset archive
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtOpen the notebook and follow the steps:
jupyter notebook Text_Classification_with_Deep_Learning.ipynb- The dataset archive is included in the repository.