Skip to content

com-puter-tips/LSTM-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample program to run bidirectional LSTM from Tensorflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages