Skip to content

ConsDotPy/long-short-term-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Long Short Term Memory

A simple implementation of LSTM from scratch in Python, then dump trained parameters to a .coe file, the goal is load data to FPGA RAMs. The parameters can be loaded and used to predict the next character in a sequence.

The code is based on the blog post by Christopher Olah.

About

LSTM back and forward propagation algorithm from scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages