Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bayesianinstitute/flblc


https://github.com/bayesianinstitute/flblc

blockchain federated-learning ipfs smart-contracts

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DiscoFL
Distributed Incentive System for Cooperatively Orchestrated FL

## Authors
- [Faijan Khan](https://github.com/Faizack)
- [Afaan ](https://github.com/afaan123)

## Project overview

### Abstract

Federated Learning is a novel machine learning paradigm in which a model is trained among distributed participants on local data. Aggregating the individual models with a central server or using decentralized techniques results in a final model that profits from all the local data of the user without having to share it. In this work, we present an architecture for decentralized Federated Learning that uses blockchain to distribute rewards among the participants. We define the notion of trust in such a system and show how our architecture implements trustworthiness. To support our claims, we deliver a prototype application that allows to simulate the full architecture.

For more information, read the full [paper](https://github.com/bayesianinstitute/FLBLC/blob/main/discofl.pdf).

In the `client` folder, you can find the code and the instructions to execute the code.