-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add SGDClassifier * Add SGDClassifier FHE training - FHE training still has some limitations, mainly: - Binary classification - Single target * Add option to copy inputs in QuantizedReduceSum - For model training in FHE it appeared the need to copy the inputs of the reduce-sum operation to avoid bit-width propagation. This behavior is not always desirable as it adds a PBS that might not be needed for all models. So the solution was to add a flag to do so. * Fix: fix macos grep usage in our Makefile - MacOS has a different grep API than GNU. This crashes one of our script. A simple if-else and change of option name fixes that. closes zama-ai/concrete-ml-internal#3579 closes zama-ai/concrete-ml-internal#4181 closes zama-ai/concrete-ml-internal#4112 closes zama-ai/concrete-ml-internal#3579
- Loading branch information
Showing
25 changed files
with
3,063 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
454 changes: 454 additions & 0 deletions
454
docs/advanced_examples/LogisticRegressionTraining.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.