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
41that represents the possible diseases.
The equivalent pytorch code for the inference is:
Achieving Full Privacy with LatticaAI
Last updated
Was this helpful?