All Projects → owulveryck → lstm

owulveryck / lstm

Licence: Apache-2.0 License
LSTM based on go and gorgonia

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to lstm

AutoSleepScorer
An open-source sleep stage classification Python package
Stars: ✭ 85 (+88.89%)
Mutual labels:  lstm
Text-Analysis
Explaining textual analysis tools in Python. Including Preprocessing, Skip Gram (word2vec), and Topic Modelling.
Stars: ✭ 48 (+6.67%)
Mutual labels:  lstm
classifying-vae-lstm
music generation with a classifying variational autoencoder (VAE) and LSTM
Stars: ✭ 27 (-40%)
Mutual labels:  lstm
virnet
VirNet: A deep attention model for viral reads identification
Stars: ✭ 26 (-42.22%)
Mutual labels:  lstm
tiny-rnn
Lightweight C++11 library for building deep recurrent neural networks
Stars: ✭ 41 (-8.89%)
Mutual labels:  lstm
hcn
Hybrid Code Networks https://arxiv.org/abs/1702.03274
Stars: ✭ 81 (+80%)
Mutual labels:  lstm
HTR-ctc
Pytorch implementation of HTR on IAM dataset (word or line level + CTC loss)
Stars: ✭ 15 (-66.67%)
Mutual labels:  lstm
Thio
Thio - a playground for real-time anomaly detection
Stars: ✭ 38 (-15.56%)
Mutual labels:  lstm
video autoencoder
Video lstm auto encoder built with pytorch. https://arxiv.org/pdf/1502.04681.pdf
Stars: ✭ 32 (-28.89%)
Mutual labels:  lstm
Chinese-Word-Segmentation-in-NLP
State of the art Chinese Word Segmentation with Bi-LSTMs
Stars: ✭ 23 (-48.89%)
Mutual labels:  lstm
knowledge-graph-nlp-in-action
从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Information Extraction,Relation Extraction 等任务。
Stars: ✭ 58 (+28.89%)
Mutual labels:  lstm
vietnamese word seperate
Seperate vietnamese using lstm
Stars: ✭ 13 (-71.11%)
Mutual labels:  lstm
2D-LSTM-Seq2Seq
PyTorch implementation of a 2D-LSTM Seq2Seq Model for NMT.
Stars: ✭ 25 (-44.44%)
Mutual labels:  lstm
DeepSentiPers
Repository for the experiments described in the paper named "DeepSentiPers: Novel Deep Learning Models Trained Over Proposed Augmented Persian Sentiment Corpus"
Stars: ✭ 17 (-62.22%)
Mutual labels:  lstm
Stock-Prediction
stock predict by cnn and lstm
Stars: ✭ 25 (-44.44%)
Mutual labels:  lstm
rl implementations
No description or website provided.
Stars: ✭ 40 (-11.11%)
Mutual labels:  lstm
stylenet
A pytorch implemention of "StyleNet: Generating Attractive Visual Captions with Styles"
Stars: ✭ 58 (+28.89%)
Mutual labels:  lstm
voice-conversion
an tutorial implement of voice conversion using pytorch
Stars: ✭ 26 (-42.22%)
Mutual labels:  lstm
sgrnn
Tensorflow implementation of Synthetic Gradient for RNN (LSTM)
Stars: ✭ 40 (-11.11%)
Mutual labels:  lstm
Pytorch-POS-Tagger
Part-of-Speech Tagger and custom implementations of LSTM, GRU and Vanilla RNN
Stars: ✭ 24 (-46.67%)
Mutual labels:  lstm

Report card

This is an LSTM implementation is pure go made with gorgonia.

The documentation is in progress.

By now, you can go get github.com/owulveryck/lstm and then run the example:

cd example/train ; go run ../../data/tontons/input.txt It will train the LSTM and predict every now and then.

TODO: the Gorgonia API has changed, I may need to asjust the solver when the 0.9 will be released

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].