mbekmyrz / lstm

Scripts for the LSTM project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory:
  weights_csv:
    -Weights of LSTM layer: w_lstm (for X), u_lstm (for hidden unit H) , b_lstm (biases).
    -Weights of fully connected layer: w_fc , b_fc.
    Order of gates in Keras: i, f, c, o (in w_lstm, u_lstm, b_lstm).
  weights_bin:
    -.mem files contain binary representation of the weights.
  luts_bin:
    -.mem files containt binary representation of the lut contents.

Fixed point representation: [sign bit, integer bits, fractional bits].
Sign bit: 0 - positive, 1 - negative.

About

Scripts for the LSTM project


Languages

Language:Verilog 70.6%Language:Python 29.4%