/LSTM-Demo

A sample program to run bidirectional LSTM from Tensorflow.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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