From 2f9accd8d7e18544133c9b1f72fcc508cd3d711b Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Tue, 24 Sep 2024 09:03:39 +0200
Subject: [PATCH] README updated

---
 Local-Without-Prediction/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md
index 3af53e5..256a918 100644
--- a/Local-Without-Prediction/README.md
+++ b/Local-Without-Prediction/README.md
@@ -1,9 +1,9 @@
 # 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
-- 
GitLab