This repository contains various deep learning projects and examples related to Natural Language Processing. Below is a brief overview of the contents:
-
GPT/GPT-2 Text Generation:
- Demonstrates text generation using OpenAI's GPT and GPT-2 models.
-
Kaggle Fake News Classifier:
- Implementation of a model to classify fake news using Kaggle dataset.
-
Multi-Label Text Classification:
- Example of multi-label text classification tasks.
-
NMT using Attention and Transformers:
- Neural Machine Translation using attention mechanisms and transformer models.
-
Named Entity Recognition:
- Identifying and classifying named entities in text data.
-
Neural Machine Translation using seq2seq model:
- Implementation of seq2seq model for neural machine translation.
-
PREPROCESSING TECHNIQUES:
- Examples of preprocessing techniques, including handling imbalanced data in spam classification.
-
Sentiment Analysis of Movie Reviews:
- Sentiment analysis of movie reviews using deep learning models.
-
Text Summarization using Transformers:
- Text summarization tasks utilizing transformer models.
-
Twitter Sentiment Analysis Using LSTM RNN:
- Sentiment analysis of Twitter data using LSTM recurrent neural networks.
-
Basic RNN Example:
- Simple example demonstrating the use of recurrent neural networks.
-
Basic Spam Classifier:
- Basic spam classifier implementation.
-
YouTube Channel Classifier:
- Classifier for categorizing YouTube channels.
Feel free to explore each project folder for implentations.