An open API service indexing awesome lists of open source software.

https://github.com/owulveryck/lstm

LSTM based on go and gorgonia
https://github.com/owulveryck/lstm

charrnn golang gorgonia lstm

Last synced: 6 months ago
JSON representation

LSTM based on go and gorgonia

Awesome Lists containing this project

README

          

[![](https://godoc.org/github.com/owulveryck/lstm?status.svg)](http://godoc.org/github.com/owulveryck/lstm)
[![Report card](https://goreportcard.com/badge/github.com/owulveryck/lstm)](https://goreportcard.com/report/github.com/owulveryck/lstm)

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