Skip to content
Snippets Groups Projects
Commit 2f9accd8 authored by nabil.abdennad's avatar nabil.abdennad
Browse files

README updated

parent cea69988
No related branches found
No related tags found
No related merge requests found
# Lab : Distributed Algorithm - The "Bad" scenario.
## Overview
This project implements a **Sockets** based distributed algorithm for communication between nodes. The code is designed to be containerised using Docker and executed locally. The algorithm will later be used as a backbone for distributed federated learning.
This project implements a **Sockets** based distributed algorithm for communication between nodes. The code is designed to be containerised using Docker and executed locally. The algorithm will later be used as a backbone for a distributed federated learning approach used to improve the accuracy of edge devices (nodes).
This version only deals with the communicating messages between neighbors: there is no training. The messages will later contain the weight exchanges of local neural networks (NN) deployed on the nodes.
This version only deals with the communicating messages between neighbors: there is no forecasting. The messages will later contain the weight exchanges of local neural networks (NN) deployed on the nodes.
## Prerequisites
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment