Skip to content

bhattadurga/Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

64 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Projects

Sentiment Analysis using Neural Networks

πŸ“Œ Overview

This project aims to classify text sentiment (positive, negative, or neutral) using a neural network model built with TensorFlow and Keras. It processes text data and applies deep learning techniques for sentiment analysis.

πŸš€ Features

  • Preprocessing of text data (tokenization, padding)
  • Neural network training for classification
  • Model evaluation using precision, recall, and F1-score
  • Graphical representation of training progress (loss & accuracy)

πŸ“‚ Project Structure

β”œβ”€β”€ data/ # Dataset files β”œβ”€β”€ models/ # Saved model weights β”œβ”€β”€ src/ # Source code β”‚ β”œβ”€β”€ preprocess.py # Data cleaning and tokenization β”‚ β”œβ”€β”€ train.py # Model training script β”‚ β”œβ”€β”€ evaluate.py # Performance evaluation β”œβ”€β”€ requirements.txt # Dependencies └── README.md # Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published