Lstm Open Source Projects
Browse 653 Lstm open source projects, ranked by GitHub stars. Find the most popular Lstm tools and libraries.
tesseract-ocr/tesseract
Tesseract Open Source OCR Engine (main repository)
Metrics details
| Stars | 75,461 |
apachecn/ailearning
AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2
Metrics details
| Stars | 42,395 |
JaidedAI/EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Metrics details
| Stars | 29,785 |
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
Metrics details
| Stars | 23,956 |
Mikoto10032/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Metrics details
| Stars | 17,620 |
emilwallner/Screenshot-to-code
A neural network that transforms a design mock-up into a static website.
Metrics details
| Stars | 16,478 |
ddbourgin/numpy-ml
Machine learning, in numpy
Metrics details
| Stars | 16,338 |
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 |
huseinzol05/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Metrics details
| Stars | 9,456 |
aladdinpersson/Machine-Learning-Collection
A resource for learning about Machine learning & Deep Learning
Metrics details
| Stars | 8,482 |
tesseract-ocr/tessdata
Trained models with fast variant of the "best" LSTM models + legacy models
Metrics details
| Stars | 7,606 |
ml5js/ml5-library
Friendly machine learning for the web! 🤖
Metrics details
| Stars | 6,587 |
FudanNLP/nlp-beginner
NLP上手教程
Metrics details
| Stars | 6,527 |
kjw0612/awesome-rnn
Recurrent Neural Network - A curated list of resources dedicated to RNN
Metrics details
| Stars | 6,211 |
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Metrics details
| Stars | 5,698 |
borisbanushev/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
Metrics details
| Stars | 5,580 |
jaungiers/LSTM-Neural-Network-for-Time-Series-Prediction
LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
Metrics details
| Stars | 5,211 |
bentrevett/pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Metrics details
| Stars | 4,610 |
UB-Mannheim/tesseract
Tesseract Open Source OCR Engine (main repository)
Metrics details
| Stars | 4,516 |
km1994/nlp_paper_study
该仓库主要记录 NLP 算法工程师相关的顶会论文研读笔记
Metrics details
| Stars | 4,033 |
yangwohenmai/LSTM
基于LSTM的时间序列预测研究
Metrics details
| Stars | 3,669 |
jinfagang/tensorflow_poems
中文古诗自动作诗机器人,屌炸天,基于tensorflow1.10 api,正在积极维护升级中,快star,保持更新!
Metrics details
| Stars | 3,631 |
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 |
fchollet/keras-resources
Directory of tutorials and open-source code repositories for working with Keras, the Python deep learning library
Metrics details
| Stars | 3,263 |
jisungk/deepjazz
Deep learning driven jazz generation using Keras & Theano!
Metrics details
| Stars | 2,888 |
zzw922cn/Automatic_Speech_Recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Metrics details
| Stars | 2,834 |
Alro10/deep-learning-time-series
List of papers, code and experiments using deep learning for time series forecasting
Metrics details
| Stars | 2,776 |
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 |
baidu/AnyQ
FAQ-based Question Answering System
Metrics details
| Stars | 2,577 |
exacity/simplified-deeplearning
Simplified implementations of deep learning related works
Metrics details
| Stars | 2,538 |
curiousily/Getting-Things-Done-with-Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BER
Metrics details
| Stars | 2,495 |
shibing624/python-tutorial
Python实用教程,包括:Python基础,Python高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程。
Metrics details
| Stars | 2,455 |
Jack-Cherish/Deep-Learning
:computer:深度学习实战:手写数字识别、Discuz验证码识别、垃圾分类、语义分割
Metrics details
| Stars | 2,446 |
tesseract-ocr/tessdoc
Tesseract documentation
Metrics details
| Stars | 2,403 |
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 |
luopeixiang/named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
Metrics details
| Stars | 2,287 |
AIStream-Peelout/flow-forecast
Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
Metrics details
| Stars | 2,287 |
ndrplz/ConvLSTM_pytorch
Implementation of Convolutional LSTM in PyTorch.
Metrics details
| Stars | 2,259 |
asappresearch/sru
Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)
Metrics details
| Stars | 2,107 |
salesforce/awd-lstm-lm
LSTM and QRNN Language Model Toolkit for PyTorch
Metrics details
| Stars | 1,990 |
lilianweng/stock-rnn
Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
Metrics details
| Stars | 1,976 |
rguthrie3/DeepLearningForNLPInPytorch
An IPython Notebook tutorial on deep learning for natural language processing, including structure prediction.
Metrics details
| Stars | 1,955 |
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow
Metrics details
| Stars | 1,954 |
VivekPa/AIAlpha
Use unsupervised and supervised learning to predict stocks
Metrics details
| Stars | 1,947 |
loujie0822/DeepIE
DeepIE: Deep Learning for Information Extraction
Metrics details
| Stars | 1,937 |
nicodjimenez/lstm
Minimal, clean example of lstm neural network training in python, for learning purposes.
Metrics details
| Stars | 1,902 |
jiesutd/NCRFpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Metrics details
| Stars | 1,901 |
tobegit3hub/tensorflow_template_application
TensorFlow template application for deep learning
Metrics details
| Stars | 1,875 |
nlpodyssey/spago
Self-contained Machine Learning and Natural Language Processing library in Go
Metrics details
| Stars | 1,850 |
xiaohu2015/DeepLearning_tutorials
The deeplearning algorithms implemented by tensorflow
Metrics details
| Stars | 1,841 |
jiesutd/LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
Metrics details
| Stars | 1,836 |
leerumor/nlp_tutorial
NLP超强入门指南,包括各任务sota模型汇总(文本分类、文本匹配、序列标注、文本生成、语言模型),以及代码、技巧
Metrics details
| Stars | 1,836 |
zjy-ucas/ChineseNER
A neural network model for Chinese named entity recognition
Metrics details
| Stars | 1,828 |
guillaume-chevalier/Awesome-Deep-Learning-Resources
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
Metrics details
| Stars | 1,810 |
huseinzol05/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
Metrics details
| Stars | 1,781 |
wanghaisheng/awesome-ocr
A curated list of promising OCR resources
Metrics details
| Stars | 1,703 |
abdulfatir/twitter-sentiment-analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Metrics details
| Stars | 1,649 |
dennybritz/chatbot-retrieval
Dual LSTM Encoder for Dialog Response Generation
Metrics details
| Stars | 1,570 |
scorpionhiccup/StockPricePrediction
Stock Price Prediction using Machine Learning Techniques
Metrics details
| Stars | 1,534 |
