Skip to content
/ LSTM Public
forked from Hank-Chang/LSTM

Long Short-Term Memory implementation by c++

License

Notifications You must be signed in to change notification settings

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • C 0.7%