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.pyfrom console or IDE.
- Install dependencies with pip install -r requirements.txt.
- Sample output is availble in this repo as out.txtand accuracy plot asFigure_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