eubinean/the-clean-rnns
A clean and structured implementation of the RNN family with wandb and pytorch-lightning
This project helps machine learning engineers and researchers explore and compare different Recurrent Neural Network (RNN) architectures for natural language processing tasks. It takes raw text data, processes it, trains various RNN models like LSTM and BiLSTM, and outputs performance metrics and trained models. The primary users are those who build and evaluate deep learning models for sequence data.
No commits in the last 6 months.
Use this if you are a machine learning practitioner who wants a clean, structured, and reproducible way to implement and experiment with RNN family models for text classification or similar sequence-based tasks.
Not ideal if you are an end-user looking for a ready-to-use application or a non-technical person who doesn't work with code, model training, or evaluation.
Stars
47
Forks
1
Language
Python
License
—
Category
Last pushed
May 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/eubinean/the-clean-rnns"
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实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models