Abstract
This project aims to implement a network of devices based on Arduino, using machine learning in a new way, referred to as Federated Learning. In this method, learning is distributed so that little information is exchanged between devices, avoiding congestion of the communications network. The cloud stores the model to be trained, which undergoes minor changes on each device, creating a sy…