ahirsharan / LSTM

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Verilog 100.0%