How can I train an MLP on encrypted data with different FHE algorithm and setting?

Hi! I would like to benchmark the performance and cost of training an MLP model on encrypted data with different FHE algorithms. May I ask if there is any example/tutorial about this topic?

Many thanks!

Hello, for the moment, only the training for some linear model is available. Training for eg MLP is doable but we haven’t developed the complete example. You can see concrete-ml/docs/advanced_examples/LogisticRegressionTraining.ipynb at main · zama-ai/concrete-ml · GitHub

1 Like