搜索结果: 1-15 共查到“军事学 regression”相关记录23条 . 查询时间(0.075 秒)
Efficient Secure Ridge Regression from Randomized Gaussian Elimination
multiparty computation privacy-preserving machine learning secure ridge regression
2019/7/8
In this paper we present a practical protocol for secure ridge regression. We develop the necessary secure linear algebra tools, using only basic arithmetic over prime fields. In particular, we will s...
Homomorphic Training of 30,000 Logistic Regression Models
Approximate numbers Homomorphic encryption GWAS
2019/4/28
In this work, we demonstrate the use the CKKS homomorphic encryption scheme to train a large number of logistic regression models simultaneously, as needed to run a genome-wide association study (GWAS...
Triggerflow: Regression Testing by Advanced Execution Path Inspection
software testing regression testing continuous integration
2019/4/11
Cryptographic libraries often feature multiple implementations of primitives to meet both the security needs of handling private information and the performance requirements of modern services when th...
Semi-parallel Logistic Regression for GWAS on Encrypted Data
Homomorphic encryption Genome-wide association studies Logistic regression
2019/3/21
The sharing of biomedical data is crucial to enable scientific discoveries across institutions and improve health care. For example, genome-wide association studies (GWAS) based on a large number of s...
Privacy-preserving semi-parallel logistic regression training with Fully Homomorphic Encryption
fully homomorphic encryption logistic regression genome privacy
2019/2/27
Background Privacy-preserving computations on genomic data, and more generally on medical data, is a critical path technology for innovative, life-saving research to positively and equally impact the ...
Faster PCA and Linear Regression through Hypercubes in HElib
Leveled homomorphic encryption PCA Linear Regression
2018/9/6
The significant advancements in the field of homomorphic encryption have led to a grown interest in securely outsourcing data and computation for privacy critical applications. In this paper, we focus...
Efficient Logistic Regression on Large Encrypted Data
implementation machine learning homomorphic encryption
2018/7/10
Machine learning on encrypted data is a cryptographic method for analyzing private and/or sensitive data while keeping privacy. In the training phase, it takes as input an encrypted training data and ...
Logistic regression over encrypted data from fully homomorphic encryption
homomorphic encryption logistic regression
2018/5/22
More precisely, given a list of approximately 15001500 patient records, each with 1818 binary features containing information on specific mutations, the idea was for the data holder to encrypt the rec...
Logistic Regression Model Training based on the Approximate Homomorphic Encryption
homomorphic encryption machine learning logistic regression
2018/3/8
Security concerns have been raised since big data became a prominent tool in data analysis. For instance, many machine learning algorithms aim to generate prediction models using training data which c...
Doing Real Work with FHE: The Case of Logistic Regression
Homomorphic Encryption Implementation Logistic Regression
2018/3/5
We describe our recent experience, building a system that uses fully-homomorphic encryption (FHE) to approximate the coefficients of a logistic-regression model, built from genomic data. The aim of th...
Logistic regression is a popular technique used in machine learning to construct classification models. Since the construction of such models is based on computing with large datasets, it is an appeal...
Secure Logistic Regression based on Homomorphic Encryption
Homomorphic encryption approximate arithmetic logistic regression
2018/1/19
Learning a model without accessing raw data has been an intriguing idea to the security and machine learning researchers for years. In an ideal setting, we want to encrypt sensitive data to store them...
Linear Regression Side Channel Attack Applied on Constant XOR
linear regression side channel attack constant XOR
2017/12/20
Linear regression side channel attack (LRA) used to be known as a robust attacking method as it makes use of independent bits leakage. This leakage assumption is more general than Hamming weight/ Hamm...
Privacy-Preserving Ridge Regression over Distributed Data from LHE
LHE real-world datasets
2017/10/10
Linear regression with 2-norm regularization (i.e., ridge regression) is an important statistical technique that models the relationship between some explanatory values and an outcome value using a li...
Ridge regression is an algorithm that takes as input a large number of data points and finds the best-fit linear curve through these points. It is a building block for many machine-learning operations...