My80vette/Sentiment_Analysis-IMDB_Reviews-Python

This is a deeper dive into ML concepts with an introduction to NLP, performing a sentiment analysis to classify movie reviews.

0

stars

6

commits

Python

primary language

Feb 25, 2024

updated

README

Sentiment Analysis with Transformer Models
Project Overview
This project explores the use of transformer-based language models for sentiment analysis of text data. The primary dataset utilized is the IMDB Movie Reviews dataset.

I am using online documentation for the foundation, Google Gemini to act as a teacher and break down the process into easy to follow steps,
Claude2.1 is helping me analyze my code/comments to make sure I'm on the right track and helping me with basic syntax errors.

Utilizing free online AI tools has allowed me to adapt to this new technology much faster than traditional learning methods.
AI is like a calculator, you can use it to speed up the repetitive work, but you still need a solid foundation to know how to structure code, debug, and optimize performance, AI provides a great foundation to build off of.
Technologies

Python TensorFlow / Keras Hugging Face Transformers NumPy Pandas

Key Steps

Dataset Preparation:

Loaded the IMDB Movie Reviews dataset using tensorflow_datasets.
Performed data cleaning and preprocessing with text tokenization.

Contributors

My80vette

6 commits

My80vette/Sentiment_Analysis-IMDB_Reviews-Python

This is a deeper dive into ML concepts with an introduction to NLP, performing a sentiment analysis to classify movie reviews.

0

stars

6

commits

Python

primary language

Feb 25, 2024

updated

README

Sentiment Analysis with Transformer Models
Project Overview
This project explores the use of transformer-based language models for sentiment analysis of text data. The primary dataset utilized is the IMDB Movie Reviews dataset.

I am using online documentation for the foundation, Google Gemini to act as a teacher and break down the process into easy to follow steps,
Claude2.1 is helping me analyze my code/comments to make sure I'm on the right track and helping me with basic syntax errors.

Utilizing free online AI tools has allowed me to adapt to this new technology much faster than traditional learning methods.
AI is like a calculator, you can use it to speed up the repetitive work, but you still need a solid foundation to know how to structure code, debug, and optimize performance, AI provides a great foundation to build off of.
Technologies

Python TensorFlow / Keras Hugging Face Transformers NumPy Pandas

Key Steps

Dataset Preparation:

Loaded the IMDB Movie Reviews dataset using tensorflow_datasets.
Performed data cleaning and preprocessing with text tokenization.

Contributors

My80vette

6 commits

Languages

Python

100.0%