FederatedAI / FATE

An Industrial Grade Federated Learning Framework
Apache License 2.0
5.71k stars 1.55k forks source link

Add support for feature extracting for federated logistic regression by exploiting DNN #15

Closed yankang18 closed 5 years ago

yankang18 commented 5 years ago

For now, the federated logistic regression (LR) algorithm is only using structural data (i.e., tabular data). This limits the application of LR. We may add support for automatic feature engineering to LR for dealing with various types of inputs such as text and images.

Neural networks such as RNN, CNN and autoencoders are widely used for learning features from text and images. Therefore, we may add these neural networks as local models for parties to extract features and then feed extracted features to LR.

This feature is recommended for FATE 0.3v

computereasy commented 4 years ago

@yankang18 @dylan-fan Hey there, just a quick question regarding the progress of RNN/CNN support. How is it going so far? Can we expect to use DNN for parties to extract features like images? Thank you very much.