Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 680 Bytes

LSTM-Demo

A sample program to run bidirectional LSTM from Tensorflow.

  • This program was tested in Python 3.9.13.
  • You can run the script test-fhe.py from console or IDE.
  • Install dependencies with pip install -r requirements.txt.
  • Sample output is availble in this repo as out.txt and accuracy plot as Figure_1.png.
  • The file used for analysis is available as sonar.csv.

You may optionally run the script available in this repo auto4mat.py to fix python syntax, coding style, modules and generate requirements.

  • You need to install following modules if not present:

pip install pyupgrade

pip install black

pip install isort

pip install pipreqs