Skip to main content

Sequence Regression Functions

Project description

Logo

This package is for aiding in developing and running sequence regression models. The main use case is for boiling heat flux prediction via hydrophone, AE sensor, and optical image data. However, it is presented in a such a way where it can utilized for general sequence regression models if the data is prepared in the proper format. This package uses tensorflow and sklearn.

Installation:

This package requires the installation of tensorflow, scikit-learn, numpy, and pandas. After ensuring those are installed then install the package via pip:

pip install seqreg

Use:

Saving Data Format

Logo

SeqReg can be used for regression from 1D, 2D, or 3D (wip) inputs. It is designed to work with multiple sets of experimental data. Each experimental dataset must be saved in a csv. One column should contain time (or index) one should contain the output labels (in this case heat flux) corresponding to each input at the specified time. The other column should contain the model inputs. This could be just a single value, a path relative to the csv to an array saved in a txt file, or a path to an image.

Using SeqReg

Logo

To use SeqReg there are four main functions that must be used:

  • Load Data: This function will load in the data from the folders given they follow the format described. The user will input the location of the data and type. This function can be used for loading both training and testing data depending on the overall end goal.
  • Prepare Data: This function is used to convert the long sequences from each dataset into shorter sequences and the outputs. It also includes the option for converting each sequence into the frequency domain.
  • Model: This function provides a few options for defining the model:
    • Load Pre-Trained Model: For loading pretrained models, first the correct architecture must be defined. Additionally the corresponding weights must be downloaded and the path should be included in the function. There are currently 2 pretrained models provided from past work.

      Model Name Weights Location Description Parameters
      HydReg Link Predicts heat flux from hydrophone sound data recorded in pool boiling experiments [1] FFT=True, SeqLen=4000
      Hit2Flux Link Predicts heat flux from ae sensor hit data recored in pool boiling experiments [2] FFT=True, SeqLen=25, seqout=True
    • Train on Your Own Data: If you want to use a predefined model achitecture with your own data just set train to true, pass in training data, and define the weights location as where you want the weights/model to be saved. Set the model name to one of the already defined models.

    • Train Your Own Data on Custom Model: pending

  • Analysis: This function allows for performance visualization and returns a dictionary of performance metrics.

References

[1] C. Dunlap, H. Pandey, E. Weems, and H. Hu, “Nonintrusive Heat Flux Quantification Using Acoustic Emissions During Pool Boiling,” Appl Therm Eng, p. 120558, Apr. 2023, doi: 10.1016/j.applthermaleng.2023.120558.

[2]

[3] C. Dunlap, C. Li, H. Pandey, Y. Sun, and H. Hu, “A Temporal-Spatial Framework for Efficient Heat Flux Monitoring of Transient Boiling,” IEEE Trans Instrum Meas, 2024, doi: 10.1109/TIM.2024.3460944.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seqreg-0.0.8.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seqreg-0.0.8-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file seqreg-0.0.8.tar.gz.

File metadata

  • Download URL: seqreg-0.0.8.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.16

File hashes

Hashes for seqreg-0.0.8.tar.gz
Algorithm Hash digest
SHA256 102c93abb7c5762a2117cca232238cc6cfbfc04ffc2dbd48fb61dec9d6b1eaa4
MD5 4899b67b6a2c74f25f9002ef5ff7d716
BLAKE2b-256 fa7a69afe1b1f6299cc50e76e2b129fb8da3b0497841a84bb118d47fae4a55e2

See more details on using hashes here.

File details

Details for the file seqreg-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: seqreg-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.16

File hashes

Hashes for seqreg-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 62fd9893b83b2e511128b55e8cf858be4332ecfa91a3999e16f4c8ee60e7234f
MD5 43321870d5f9114649913f4f61564b48
BLAKE2b-256 8b88e992414f9f2b71c1a9544f7dff88918358a9ddaa878bd1e94ff8be515564

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page