An open API service indexing awesome lists of open source software.

https://github.com/onapte/federated-learning-smartgrids

Reupload of my project leveraging Federated Learning on Smart Grid data.
https://github.com/onapte/federated-learning-smartgrids

data-injection federated-learning privacy-preserving-machine-learning smart-grid

Last synced: 9 months ago
JSON representation

Reupload of my project leveraging Federated Learning on Smart Grid data.

Awesome Lists containing this project

README

          

Steps:
1) Partition the dataset to emulate different datasets of the respective number of organizations needed
2) On the server side, initialize the global model parameters overriding flower framework's random client initialization
3) Select a suitable number of clients to take part in the training
4) Encrypt the grid data using various algorithms
5) Train the local models (i.e data from individual organization respectively)
6) Pass the paramters to the server
7) Aggregate using FedAdam strategy
8) Repeat steps 3 to 7 until the number of training rounds are finished