roopalgarg/lstm-tensorflow
Implementation of Long Short Term Memory networks in Tensorflow
This project helps data scientists or machine learning engineers understand and implement sentiment analysis. It takes text data, processes it through a Long Short-Term Memory (LSTM) network, and outputs predictions on the sentiment expressed in the text. This is designed for those who want to build and customize their own natural language processing models.
No commits in the last 6 months.
Use this if you are a machine learning engineer looking to implement and understand the inner workings of an LSTM for sentiment analysis.
Not ideal if you're a business user looking for a pre-built tool to analyze sentiment without needing to engage with the underlying code.
Stars
7
Forks
5
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 11, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/roopalgarg/lstm-tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
allenai/allennlp-models
Officially supported AllenNLP models
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译