PhotoLabellerServer icon indicating copy to clipboard operation
PhotoLabellerServer copied to clipboard

Federated Learning: Parameter Server doing aggregation of updates to a model coming from clients participating in a Federated Learning setup. See also the Android application companion at https://gith...

Results 6 PhotoLabellerServer issues
Sort by recently updated
recently updated
newest added

Hi, I'm one of the developers interested in Federated Learning, thus I've been trying to run your Photolabeller example. While trying to run the server, I'm faced with an error...

Hi, I'm a student interest in Federated Learning. I ran the client program and there was no problem, and the model also can return to the server-side When I ran...

hi, I am new with Android development, and the tutorial in the README is s bit simple. I have been struggle with the code for some days. I am focusing...

In FederatedAveragingStrategy class processSingleUpdate function,why the normalisedUpdate equals to update div normaliser? normaliser=samples/totalsamples normalisedUpdate=update/normaliser=update*totalsamples/samples? I can't understand here.Are you using the FedAvg algorithm?

On the client side, when running the application, I can see that the initial model used is the one located in assets folder. If we create the initial model on...

The following is not actually an issue, but would like to ask you about some recommendations/hints to run this project on the iris/diabetes datasets that were included in the previous...