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

Update 2 in the Overview section

parent 5c54d871
Branches
No related tags found
No related merge requests found
# Lab : Distributed Algorithm - Message Passing
## Overview
This project implements a **Sockets** based distributed algorithm for communication between nodes. The code is designed to be containerised using Docker. The algorithm will later be used as a backbone for distributed federated learning. This version only deals with message communication between neighbors: there is no training/learning. The messages will later represent the weight exchanges of local neural networks (NN) deployed on the nodes.
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 version only deals with message communication between neighbors: there is no training/learning. The messages will later represent 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