Skip to content

This is a simple sentiment analysis NLP program made with TensorFlow. Meant for beginners or people who are just getting introduced to the world of NLP.

License

Notifications You must be signed in to change notification settings

HPD1155/Simply-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Project

Description

This project aims to provide a sentiment analysis solution for text data. Sentiment analysis is the process of determining the sentiment or emotional tone of a given text, such as positive, negative, or neutral. This project is designed to help people learn about sentiment analysis techniques and apply them to their own text data.

Tutorial

Features

  • Perform sentiment analysis on text data.
  • Classify text into positive or negative.
  • Explore different techniques and algorithms for sentiment analysis.

Tools

  • Tensorflow
  • Jupyter Notebook
  • Python
  • IMDB Dataset (Partial)
  • Pandas
  • Numpy
  • Matplotlib
  • Scikit-learn
  • Math

DISCLAIMER

THIS PROJECT DOESN'T PROVIDE ADVANCED TOPICS BEHIND THE AI, THIS INCLUDES ACTIVATION FUNCTIONS, LAYERS, OPTIMIZERS, ETC. Thank you :)

  • Made with ❤️ by HPD1155