https://github.com/amanpriyanshu/gitopenfl
My implementation of Federated Learning for PyTorch, including various examples from different papers I read. The aim is to improve my understanding of Federated Learning, at the same time, provide an open and simple to learn implementation of the same for future reference. Everything in this repository will be implemented in PyTorch, which is something out of my comfort zone, so hopefully it goes well.
https://github.com/amanpriyanshu/gitopenfl
Last synced: 25 days ago
JSON representation
My implementation of Federated Learning for PyTorch, including various examples from different papers I read. The aim is to improve my understanding of Federated Learning, at the same time, provide an open and simple to learn implementation of the same for future reference. Everything in this repository will be implemented in PyTorch, which is something out of my comfort zone, so hopefully it goes well.
- Host: GitHub
- URL: https://github.com/amanpriyanshu/gitopenfl
- Owner: AmanPriyanshu
- License: mit
- Created: 2020-12-15T18:06:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-02T12:14:38.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T17:23:56.026Z (8 months ago)
- Language: Python
- Size: 11.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitOpenFL
My implementation of Federated Learning for PyTorch, including various examples from different papers I read. The aim is to improve my understanding of Federated Learning, at the same time, provide an open and simple to learn implementation of the same for future reference. Everything in this repository will be implemented in PyTorch, which is something out of my comfort zone, so hopefully it goes well.