Skip to content

Single Long Short Term Memory (LSTM) cell : Verilog Implementation

Notifications You must be signed in to change notification settings

ahirsharan/LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Long Short Term Memory (LSTM) : Verilog Implementation

MIT License

Clone this repository:

git clone https://github.com/ahirsharan/LSTM.git
cd LSTM/

Architecture

LSTM

text alt

Code Structure

.
|
├── lstm_cell.v      # LSTM cell
|
├── sigmoid.v        # Approx Sigmoid Activation         
|
├── tanh.v           # Approx Tanh Activation           
|
├── ConcatMultAdd.v  # Concat and mutiply weights and add bias
|
├── Test.v           # Test Bench for LSTM Cell
|
.

Acknowledgement

About

Single Long Short Term Memory (LSTM) cell : Verilog Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published