We are a group of scholars in the study group PyTorch Robotics from the Secure and Private AI Scholarship Challenge by Facebook AI and Udacity working together to implement this tutorial by Daniele Gadler from OpenMined.
We will set up PySyft on two Raspberry Pis and learn how to train a Recurrent Neural Network on a Raspberry Pi via PySyft.
The purpose of using federated learning on a Raspberry Pi (RPI) is to build the model on the device so that data does not have to be moved to a centralized server. In addition to increased privacy, FL works well for Internet-of-Things applications because training can be done on the device instead of having to pass data between devices and a centralized server.
This project, which implements the OpenMined tutorial simulates the process using 2 RPIs to classify a person's surname with its most likely language of origin.
Read more about this here in the article written by Jess
Would you like to know more about to federated learning? Look no further! Our team has prepared a few articles to get you up to speed:
Would you like to know what parts are needed and how to get started? Have a look at these articles written by the team:
Do not worry, we have it all covered for you. Head over to the troubleshooting section here
Have a look here to see the implementation of the project in different ways:
Want a quick guide for the command line commands used? Have a look here