back to home
Best Open Source rnn Libraries
A curated list of the most popular GitHub repositories tagged with rnn. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.
#1microsoft/AI-For-Beginners
12 Weeks, 24 Lessons, AI for All!
45,408Jupyter Notebook
Analyze Code
#2apachecn/ailearning
AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2
42,037Python
Analyze Code
#3BlinkDL/RWKV-LM
RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.
14,357Python
Analyze Code
#4BlinkDL/ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
9,512Python
Analyze Code