/LSTM

Long Short-Term Memory implementation by c++

Primary LanguageC++Apache License 2.0Apache-2.0

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