Through the first 3 parts of our federated learning (FL) demo project, we’ve set up a system wherein machine learning (ML) models is trained using FL. Put simply, a generic model is created at the server. The model is then sent to the clients for training, and then sent back to the server.
Check out the previous 3 parts in the project to get caught up:
Continue reading Federated Learning Demo in Python (Part 4): Working with Mobile Devices