Skip to content

sanku-lib/text_cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

CNN implementation for Text Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published