Rnn Open Source Projects
Browse 451 Rnn open source projects, ranked by GitHub stars. Find the most popular Rnn tools and libraries.
microsoft/AI-For-Beginners
12 Weeks, 24 Lessons, AI for All!
Metrics details
| Stars | 52,473 |
apachecn/ailearning
AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2
Metrics details
| Stars | 42,395 |
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
Metrics details
| Stars | 32,420 |
Mikoto10032/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Metrics details
| Stars | 17,620 |
datawhalechina/leedl-tutorial
《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
Metrics details
| Stars | 16,692 |
BlinkDL/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.
Metrics details
| Stars | 14,629 |
karpathy/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
Metrics details
| Stars | 12,080 |
BlinkDL/ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
Metrics details
| Stars | 9,495 |
MorvanZhou/PyTorch-Tutorial
Build your neural network easy and fast, 莫烦Python中文教学
Metrics details
| Stars | 8,460 |
princewen/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
Metrics details
| Stars | 7,011 |
dragen1860/TensorFlow-2.x-Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Metrics details
| Stars | 6,346 |
nfmcclure/tensorflow_cookbook
Code for Tensorflow Machine Learning Cookbook
Metrics details
| Stars | 6,239 |
kjw0612/awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
Metrics details
| Stars | 6,211 |
timeseriesAI/tsai
Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
Metrics details
| Stars | 6,089 |
xiph/rnnoise
Recurrent neural network for audio noise reduction
Metrics details
| Stars | 5,723 |
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Metrics details
| Stars | 5,698 |
karpathy/neuraltalk
NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
Metrics details
| Stars | 5,499 |
kermitt2/grobid
A machine learning software for extracting information from scholarly documents
Metrics details
| Stars | 5,003 |
minimaxir/textgenrnn
Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.
Metrics details
| Stars | 4,922 |
bentrevett/pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Metrics details
| Stars | 4,610 |
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
Metrics details
| Stars | 4,544 |
649453932/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
Metrics details
| Stars | 4,443 |
MorvanZhou/Tensorflow-Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
Metrics details
| Stars | 4,335 |
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
Metrics details
| Stars | 4,300 |
PaddlePaddle/awesome-DeepLearning
深度学习入门课、资深课、特色课、学术案例、产业实践案例、深度学习知识百科及面试题库The course, case and knowledge of Deep Learning and AI
Metrics details
| Stars | 3,642 |
jinfagang/tensorflow_poems
中文古诗自动作诗机器人,屌炸天,基于tensorflow1.10 api,正在积极维护升级中,快star,保持更新!
Metrics details
| Stars | 3,631 |
NELSONZHAO/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Metrics details
| Stars | 3,521 |
guillaume-chevalier/LSTM-Human-Activity-Recognition
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
Metrics details
| Stars | 3,486 |
Sakura-gh/ML-notes
notes about machine learning
Metrics details
| Stars | 3,287 |
ddz16/TSFpaper
This repository contains a reading list of papers on Time Series Forecasting/Prediction (TSF) and Spatio-Temporal Forecasting/Prediction (STF). These papers are mainly categorized according to the type of model.
Metrics details
| Stars | 3,178 |
zzw922cn/awesome-speech-recognition-speech-synthesis-papers
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC)
Metrics details
| Stars | 3,126 |
DSKSD/DeepNLP-models-Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)
Metrics details
| Stars | 2,943 |
fendouai/PyTorchDocs
PyTorch 官方中文教程包含 60 分钟快速入门教程,强化教程,计算机视觉,自然语言处理,生成对抗网络,强化学习。欢迎 Star,Fork!
Metrics details
| Stars | 2,928 |
jisungk/deepjazz
Deep learning driven jazz generation using Keras & Theano!
Metrics details
| Stars | 2,888 |
GoogleCloudPlatform/tensorflow-without-a-phd
A crash course in six episodes for software developers who want to become machine learning practitioners.
Metrics details
| Stars | 2,851 |
zzw922cn/Automatic_Speech_Recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Metrics details
| Stars | 2,834 |
sherjilozair/char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
Metrics details
| Stars | 2,659 |
sjchoi86/Tensorflow-101
TensorFlow Tutorials
Metrics details
| Stars | 2,593 |
jcjohnson/torch-rnn
Efficient, reusable RNNs and LSTMs for torch
Metrics details
| Stars | 2,558 |
onnx/tensorflow-onnx
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
Metrics details
| Stars | 2,541 |
exacity/simplified-deeplearning
Simplified implementations of deep learning related works
Metrics details
| Stars | 2,538 |
shibing624/python-tutorial
Python实用教程,包括:Python基础,Python高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程。
Metrics details
| Stars | 2,455 |
github/CodeSearchNet
Datasets, tools, and benchmarks for representation learning of code.
Metrics details
| Stars | 2,442 |
mravanelli/pytorch-kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Metrics details
| Stars | 2,398 |
golbin/TensorFlow-Tutorials
텐서플로우를 기초부터 응용까지 단계별로 연습할 수 있는 소스 코드를 제공합니다
Metrics details
| Stars | 2,122 |
lilianweng/stock-rnn
Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
Metrics details
| Stars | 1,976 |
alrojo/tensorflow-tutorial
Practical tutorials and labs for TensorFlow used by Nvidia, FFN, CNN, RNN, Kaggle, AE
Metrics details
| Stars | 1,955 |
hanzhanggit/StackGAN
Metrics details
| Stars | 1,860 |
Arturus/kaggle-web-traffic
1st place solution
Metrics details
| Stars | 1,850 |
trekhleb/machine-learning-experiments
🤖 Interactive Machine Learning experiments: 🏋️models training + 🎨models demo
Metrics details
| Stars | 1,821 |
DA-southampton/Tech_Aarticle
主要是我是日常看过的不错的文章的资源汇总,方便自己也分享给大家。有些我看过的,就会做简单的解读,没看过的,就先罗列一下,然后之后看了把解读更新上;涉及到搜索/推荐/自然语言处理。
Metrics details
| Stars | 1,759 |
wanghaisheng/awesome-ocr
A curated list of promising OCR resources
Metrics details
| Stars | 1,703 |
ilkarman/DeepLearningFrameworks
Demo of running NNs across different frameworks
Metrics details
| Stars | 1,654 |
jasonwei20/eda_nlp
Data augmentation for NLP, presented at EMNLP 2019
Metrics details
| Stars | 1,651 |
hgpvision/darknet
darknet深度学习框架源码分析:详细中文注释,涵盖框架原理与实现语法分析
Metrics details
| Stars | 1,599 |
google/uis-rnn
This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
Metrics details
| Stars | 1,588 |
scorpionhiccup/StockPricePrediction
Stock Price Prediction using Machine Learning Techniques
Metrics details
| Stars | 1,534 |
sjchoi86/dl_tutorials
Deep learning tutorials (2nd ed.)
Metrics details
| Stars | 1,515 |
nivu/ai_all_resources
A curated list of Best Artificial Intelligence Resources
Metrics details
| Stars | 1,507 |
facebookresearch/end-to-end-negotiator
Deal or No Deal? End-to-End Learning for Negotiation Dialogues
Metrics details
| Stars | 1,399 |
