The following project is a proof-of-concept of the original idea of building a decentralised DL models training platform. As our first step in the product building, we've for now built a library & a simply beautiful UI to reedeem the rewards you earn while helping us out to build this library further!
This is v0.0.2 of the fedel open-source library.
Welcome to Fedle, an open-source python library for federated learning. With the increasing use of deep-learning models in the industry & academia nowadays, developers are feeling the frustration of long & unwanted large training times. Traditional models like CNN, KNN, and MLP on large datasets like the CIFAR-10 often require lengthy training times and frequent accuracy improvements. Waiting for models to become usable can be frustrating and inefficient.
There has to be some solution! So, we began searching.... lenghty nights of searching online on the web on how to get around this.... And then, we came across this
Seems, google has come up with a solution.
The solution to this was proposed as Federated learning Federated Learning : Federated learning (also known as collaborative learning) is a machine learning technique that trains an algorithm via multiple independent sessions, each using its own dataset. This approach stands in contrast to traditional centralized machine learning techniques where local datasets are merged into one training session, as well as to approaches that assume that local data samples are identically distributed. More on federated learning
We've built an easy to use python library which has a central server & 10 clients feeded into the network. You can choose which model you wish to train from the choice of models available & you can also choose which dataset to let the clients train on your model. The clients run a complete epoch of the training set & updates the central server the parameters generated. The model aggregates the parameters shared by each client at the end of each traoning round according to a simple federated averaging algorithm & then sends back the updated models to the clients for the next round of training. Accuracy & loss are calculated at the end of each round of training to show the increase in accuracy & the decrease in loss after the completion of each training round.
After all the rounds of training are completed & the server has aggregated the features shared by all the clients, the final best model is now shared back to the user.
Yes, that's it!
All you had to do is a simple installation of the fedle library & the dependencies mentioned in the requirements.txt file. Detailed setup instructions are metioned below.
Our Python library for federated learning offers a solution to these problems. It allows you to:
- Install and Operate: Easily install and operate the Fedle library.
- Model Variety: Choose from a wide range of models.
- Client Control: Vary the number of clients training your model.
- Decentralized Open Source: Contribute to the project and earn rewards in the form of platform tokens.
- Rewards: Earn tokens by adding more models or datasets to the collection.
To get started with Fedle, follow these simple installation steps:
- Open your IDE.
- Run
pip install -i https://test.pypi.org/simple/ fedle
- Run
poetry install
- Run
poetry shell
- Then, install the required dependencies by running
pip install -r requirements.txt
. - Run the test script
python test.py
. - You're all set to begin using Fedle, our federated learning library for faster, more efficient model training.
We are humans too & so we've limitations as well. There's no open source project that became succesful without an active community. We need you as much as you need us & so we planned out something.
For easy & fast growth of this library, we'll mint out ERC-20 tokens to anyone who contributes to the library either by adding models to the library or adding the datasets to train on. We deployed a sample contract on Polygon which can be viewed here.
-
We built our Federated learning model using Python.
-
We created a boiler_plate code to run test.py for running the library in your terminal or you can simply type the command :
pip install -i https://test.pypi.org/simple/ fedle
- We created 10 clients & a server to be run on your local machine.
- We ran our whole code on Replit
- We also added our github on Quine
- We deployed our contracts on Ethereum Testnet & Polygon.
We plan to keep clients who are not adding value to the network away through the logic of increasing accuracy. If at the end of each training round, we are getting an increase in accuracy, the training can continue further or else it aborts.
- We initially planned to integrate the Hyperledger Fabric network but couldn't finish it up on time.
- Creating a library was easy but integrating files was not. It definitely took our head.
- Creating the rewards logic in the contract was quite difficult too.
We aim to add more & more number of models into the library in the coming weeks & increase the compatibilty of our library & the versions of the different frameworks so we can cater to as many users as we can & ease your work of training deep learning models!
We also plan to integrate the Hyperledger Fabric to build a communication network between clients & server for giving it a next level shield of privacy & security.
The following github repository is under constant maintainence.
- Fast & easy to use
- Significant rate of increase in accuracy
- All complexities of code ridden away.
Thank you for choosing Fedle. We look forward to helping you streamline your deep learning projects.