IBM / fhe-toolkit-linux

IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
MIT License
1.44k stars 158 forks source link

ML-HElib training a model from scratch #116

Closed WeberJulian closed 3 years ago

WeberJulian commented 3 years ago

I've been through the documentation of the ML-HElib library and I haven't seen anything that allows for training a model. Is training a model from scratch possible with the fhe-toolkit you released ? Or is this just for inference and you have a library in-house to train the models ?

Thanks

github-actions[bot] commented 3 years ago

Thank you very much for helping us to improve the quality of our software. The FHE Toolkit develiopment team want to sincerely thank you for submitting your first issue and joining our technical community! We will get started on your issue immediately.

dubek commented 3 years ago

@WeberJulian thanks for your interest in FHE Toolkit.

Training a model from scratch isn't currently available through the FHE Toolkit.

WeberJulian commented 3 years ago

Ok thanks for the info