Application for computing a dynamic sequence written with Python
Python GUI is windows application. Here you can upload .csv files sequences and make prediction
- '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'.