An open API service indexing awesome lists of open source software.

https://github.com/philips-software/fresco-logistic-regression-2

Logistic Regression in MPC using Fresco
https://github.com/philips-software/fresco-logistic-regression-2

Last synced: about 1 year ago
JSON representation

Logistic Regression in MPC using Fresco

Awesome Lists containing this project

README

          

Logistic Regression prototype using FRESCO
==========================================

A prototype for implementing [Logistic Regression][1] in the [FRESCO][2]
framework. This uses [Secure Multi-Party Computation][3] to calculate a logistic
regression on a combination of data sets from multiple parties, without
disclosing the data sets between parties.

Getting Started
---------------

The simplest way to get started is by running the `run.sh` script. When called
without arguments, it will print information on how to use it.

This project was developed using (and contains project files for) IntelliJ IDEA.

[1]: https://en.wikipedia.org/wiki/Logistic_regression
[2]: https://github.com/aicis/fresco
[3]: https://en.wikipedia.org/wiki/Secure_multi-party_computation