Health Analysis with LatticaAI Demo Tutorial

Overview of the Model

Our Health Analysis model is trained on the Disease Prediction Kaggle dataset. This dataset is designed to facilitate the application of machine learning to the medical field, aiding physicians by automating disease diagnosis based on symptoms.

The dataset consists of 131 binary columns representing different symptoms that a person may experience, and maps symptoms to 41 different diseases, allowing classification based on input symptoms.

We trained multi-class logistic regression model, implemented the equivalent fully homomorphic model and deployed it to our cloud service for secure inference.

  • Input Format: binary vector of length 131.

  • Output: Probability vector of length 41 that represents the possible diseases.

The equivalent pytorch code for the inference is:

List of 131 possible symptoms
685B
Open
List of 41 disease
42KB
Open
456B
Open

Achieving Full Privacy with LatticaAI

First install our client package

See our step-by-step guide for a detailed explanation of each step in this flow. To use the image sharpening model use the healthPrediction model ID

Last updated

Was this helpful?