Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 377 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 377 Bytes

TextCNN using tensorflow

This repository provides a naive CNN implementation to solve a classification problem on Textual description.

Requirements

  • Python 3
  • Pip 3
  • Tensorflow
  • Numpy
  • Sklearn
  • Pandas

Training

  1. Dataset is not provided. Use any dataset having textual description and textual form of target class.
  2. To train
python text_cnn.py