Federated Learning based Classification
- Created a Federated Learning-based XGB classifier model for Human activity recognition using Smartphones dataset.
- Divided the dataset into private and public parts and trained private individual models. Using these private individual models weights, the final public model was trained to ensure the security of the private dataset.
- The model achieved an overall accuracy of 93%.