Skip to content

alpturkoral/cnn_text_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Overview

This project implements a Convolutional Neural Network (CNN) for text classification using TensorFlow and Keras. The model classifies text descriptions into multiple categories with attention to class imbalance.

Features

  • Text preprocessing: tokenization and padding

  • CNN architecture with Embedding, Conv1D, and GlobalMaxPooling layers

  • Handling imbalanced datasets using class weights

  • Training and validation performance visualization

  • Classification report and confusion matrix for model evaluation

  • Requirements

To run this project, make sure you have Python 3.7 or higher installed. The following Python libraries are required:

  • pandas
  • numpy
  • scikit-learn
  • tensorflow (2.x)
  • matplotlib
  • seaborn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors