An open API service indexing awesome lists of open source software.

https://github.com/m15kh/nlp

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
https://github.com/m15kh/nlp

fromscratch lstm nlp wordembeddings

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.