Skip to content

Latest commit

 

History

History
92 lines (89 loc) · 3.78 KB

showcase.md

File metadata and controls

92 lines (89 loc) · 3.78 KB

Demos and Tutorials

This section lists several demos that apply Concrete ML to some popular machine learning problems. They show how to build ML models that perform well under FHE constraints, and then how to perform the conversion to FHE.

Simpler tutorials that discuss only model usage and compilation are also available for built-in models and deep learning.

Titanic

Train an XGB classifier that can perform encrypted prediction for the Kaggle Titanic competition

titanic.png use_case_examples/titanic
Neural Network Fine-tuning

Fine-tune a VGG network to classify the CIFAR image data-sets and predict on encrypted data

nn.png use_case_examples/cifar_brevitas_finetuning
Neural Network Splitting for SaaS deployment

Train a VGG-like CNN that classifies CIFAR10 encrypted images, and where an initial feature extractor is executed client-side

client-server-1.png use_case_examples/cifar_brevitas_with_model_splitting
Handwritten digit classification

Train a neural network model to classify encrypted digit images from the MNIST data-set

mnist.png use_case_examples/mnist
Encrypted Image filtering

A Hugging Face space that applies a variety of image filters to encrypted images

blurring.png use_case_examples/image_filtering
Encrypted sentiment analysis

A Hugging Face space that securely analyzes the sentiment expressed in a short text

sentiment.png use_case_examples/sentiment_analysis_with_transformer