qclone / LSTM

Long Short-Term Memory implementation by c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSTM

Long Short-Term Memory implementation by c++

LSTM的基础实现,供和我一样的初学者参考,欢迎交流、共同进步。邮箱:zhanghuan@smail.hunnu.edu.cn

更新了测试程序代码,可以更直观的了解程序用法。 本人分别在Ubuntu 16.04和OSX 10.11.6环境下测试没有明显问题。 运行测试程序:

git clone https://github.com/Hank-Chang/LSTM.git

cd LSTM

g++ test.cpp lstm.cpp -o lstm_test

./lstm_test

About

Long Short-Term Memory implementation by c++

License:Apache License 2.0


Languages

Language:C++ 99.3%Language:C 0.7%