Skip to content

Hank-Chang/LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published