Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 354 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 354 Bytes

fedml

Python library experimentation with federated learning

Add MNIST training data

You need to add MNIST taining and test data in csv format in the folder 'classification_datasets'. The files need to be named 'mnist_train.csv' and 'mnist_test.csv' respectively.

Getting started

The notebook 'FedML-experiments' serves as the starting point.