Python library experimentation with federated learning
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.
The notebook 'FedML-experiments' serves as the starting point.