Skip to content

Commit

Permalink
chore: temporarily change path to titanic
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0r authored and bcm-at-zama committed Nov 3, 2022
1 parent a958fa0 commit 7114b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Various tutorials are proposed for the [built-in models](built-in-models/ml_exam

- [MNIST](https://github.com/zama-ai/concrete-ml/blob/release/0.4.x/use_case_examples/mnist/README.md): a Python and notebook showing a Quantization Aware Training (done with [Brevitas](https://github.com/Xilinx/brevitas) and following constraints of the package) and its corresponding use in Concrete-ML.

- [Titanic](https://github.com/zama-ai/concrete-ml/tree/release/0.4.x/use_case_examples/titanic/KaggleTitanic.ipynb): a notebook, which gives a solution to the [Kaggle Titanic competition](https://www.kaggle.com/c/titanic/). Done with XGBoost from Concrete-ML. It comes as a companion of [Kaggle notebook](https://www.kaggle.com/code/concretemlteam/titanic-with-privacy-preserving-machine-learning), and was the subject of a blogpost in [KDnuggets](https://www.kdnuggets.com/2022/08/machine-learning-encrypted-data.html).
- [Titanic](https://github.com/zama-ai/concrete-ml-internal/tree/1969-concrete-ml-041/use_case_examples/titanic/KaggleTitanic.ipynb): a notebook, which gives a solution to the [Kaggle Titanic competition](https://www.kaggle.com/c/titanic/). Done with XGBoost from Concrete-ML. It comes as a companion of [Kaggle notebook](https://www.kaggle.com/code/concretemlteam/titanic-with-privacy-preserving-machine-learning), and was the subject of a blogpost in [KDnuggets](https://www.kdnuggets.com/2022/08/machine-learning-encrypted-data.html).

- [Encrypted sentiment analysis](https://github.com/zama-ai/concrete-ml-internal/use_case_examples/encrypted_sentiment_analysis/README.md): a gradio demo which predicts if a tweet / short message is positive, negative or neutral, in FHE of course! The [live interactive](https://huggingface.co/spaces/zama-fhe/encrypted_sentiment_analysis) demo is available on HuggingFace.

Expand Down

0 comments on commit 7114b2b

Please sign in to comment.