CaptainE/RNN-LSTM-in-numpy
Building a RNN and LSTM from scratch with NumPy.
This project helps deep learning students and researchers understand how recurrent neural networks (RNNs) and Long Short-Term Memory (LSTM) networks process sequential data. It takes in simple sequences of characters and outputs predictions for the next character, demonstrating the internal workings of these models. This is for individuals learning or teaching the foundational mechanics of deep learning models for sequence prediction.
No commits in the last 6 months.
Use this if you are studying or teaching the core principles of RNNs and LSTMs and need a hands-on, step-by-step implementation from scratch to grasp their internal mechanics.
Not ideal if you need to build or apply a production-ready sequence prediction model for a real-world dataset, as this is an educational implementation focused on learning.
Stars
42
Forks
6
Language
Jupyter Notebook
License
GPL-3.0
Category
Last pushed
Jun 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/CaptainE/RNN-LSTM-in-numpy"
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》中文翻译