close
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python GUI Application

Application for computing a dynamic sequence written with Python

Description

Python GUI is windows application. Here you can upload .csv files sequences and make prediction

Scripts

  • 'net.py' - the main file for running firstly if you want to see an app work.
  • 'GetData.py' - module for upload .csv data into your network. The module is used by 'net.py'.
  • 'Norm.py' - module for providing data normalization. There are z-norm and max_min methods for doing that. The module is used by 'net.py'.
  • 'GetResult_BiGRU.py' - module for showing prediction results on the plot. The module is used by 'net.py'.

Screenshot

alt text