Power Quality State Estimation for Distribution Grids based on Physics-Aware Neural Networks - Harmonic State Estimation
Creators
Description
Data set for the paper "Power Quality State Estimation for Distribution Grids based on Physics-Aware Neural Networks - Harmonic State Estimation"
This upload contains
- Training set
- Validation set
- Test set
- Admittance matrices per frequency
used for the paper as pickle files and weights of trained models as zip files.
Weights represent the model with the best validation loss recorded within the first 3000 Epochs of training.
Code for reading in the data sets, preprocessing and state estimation is available in the linked repository.
To replicate the results of the paper follow these steps:
- clone the linked repository
- save the provided pickle files in the data folder of the linked repository
- optional: unzip weights and save them in the data folder, otherwise train a model yourself instead
Version 1.1:
Added data and model weights for the IEEE33 grid to improve comparability.
For the IEEE33 grid, all data (train, test, validation) is saved in one pickle file; see the release tag 1.1.0 in the accompanying GitHub repository for details on the data format. Moreover, the training set size of the new grid was increased from 35040 to 131400 samples to incorporate simulation results that capture a broader range of system states.
The code was slightly updated to account for inclusion of the IEEE33 grid. Therefore, model weights and input data are now expected in either `cigrelv` or `ieee33` subfolder.
Added Transformer and CNN model weights for IEEE33 and CNN weights for the CIGRE grid. The Transformer model is trained with a smaller batch size since the model did not fit into GPU memory using the same batch size as in other models. This change results in more gradient updates and significantly longer training times, thus the amount of epochs was reduced to achieve a fairer comparison (batch sized reduced from 16384 to 1024, epochs reduced from 3000 to 375, total amount of gradient updates increased from 27000 to 48375). The training of the PANN model over 3000 Epochs is significantly faster than that of the Transformer model trained over 375 epochs (approximately 2.5 hours vs 12.5 hours).
Files
CNN_weights.zip
Files
(5.6 GB)
| Name | Size | Download all |
|---|---|---|
|
md5:de43affe80332a6ea19e79bb2b254066
|
76.0 MB | Preview Download |
|
md5:da78a6514f54bf61e1ca6dc41b3d8df7
|
73.7 MB | Preview Download |
|
md5:dafa19a99ca481be8a7e66824855edd0
|
73.7 MB | Preview Download |
|
md5:dbbbc3d21207ccbd562ed1b3ff3e064f
|
3.5 GB | Download |
|
md5:190629652f5fd5590bb842b09ff83823
|
538.1 MB | Preview Download |
|
md5:c48379cfbc6babbd9e7b285bdb1b82c7
|
320.9 MB | Preview Download |
|
md5:e3b467093f4c5652ff76061981a9d152
|
320.9 MB | Preview Download |
|
md5:e6c1f41ec7616132ace2656cc48e59d4
|
620.8 kB | Download |
|
md5:e2cdeac1c6312396343bdfeb65023311
|
48.1 MB | Download |
|
md5:1ffc049d3da624c24a460ac1aaa924b0
|
476.0 MB | Download |
|
md5:29d5e150f970f009f87b77da72b65a13
|
93.8 MB | Download |
Additional details
Software
- Repository URL
- https://github.com/th-koeln-iet/pqse_concept_pann
- Programming language
- Python, Pickle
- Development Status
- Active