I was thinking we could do something similar to what federated learning does: part of the calculation is done on the client, part in the provider. With machine learning, the neural net is created by the client first and then sent to the server such that the server cannot really understand the raw data anymore.

Replies (3)

That’s an idea worth exploring. Although I don’t think I understand how we would turn it into a ML problem, or how the raw data would be encoded in a way that the server can’t understand it. Probably I need to learn more about ML.