Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geo-Location and possibly more metadata #31

Open
gmuraru opened this issue Jul 19, 2020 · 0 comments
Open

Geo-Location and possibly more metadata #31

gmuraru opened this issue Jul 19, 2020 · 0 comments

Comments

@gmuraru
Copy link
Contributor

gmuraru commented Jul 19, 2020

Try to use federated learning to train only on a part of the workers where are in in "similar area".
Ideas:

  • use a worker as a central point and then use federated learning taking into account only the workers that are under a specific radius.

How to know where a worker is located:

  • We have to simulate the location
  • We can keep the location for the workers in the Grid or keep it as a tensor "tagged" with "metadata" where we can keep a lot more information.

In Syft we send tensors using:

Ex: torch.Tensor([32, 42]).tag("metadata", "location).send(alice)

We can do the above to tag a tensor with two tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant