Skip to content
/ NLP Public

an NLP project that uses word embeddings and includes models like RNN or LSTM for sentiment analysis. It processes text data to predict review sentiment

Notifications You must be signed in to change notification settings

m15kh/NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP Project

This is an NLP project that implements various techniques and models from scratch, including:

  • RNN (Recurrent Neural Networks)
  • LSTM (Long Short-Term Memory)
  • GRU (Gated Recurrent Unit)
  • Word Embeddings

Project Structure

Each part of the project is organized into specific directories. To explore a particular component, navigate to its corresponding directory.

About

an NLP project that uses word embeddings and includes models like RNN or LSTM for sentiment analysis. It processes text data to predict review sentiment

Topics

Resources

Stars

Watchers

Forks