Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yankang18 opened this issue Mar 3, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@yankang18
Copy link

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

@yankang18 yankang18 self-assigned this Mar 3, 2019
@yankang18 yankang18 added enhancement New feature or request ftl and removed ftl labels Mar 3, 2019
@yankang18 yankang18 added this to To do in May-18 Release via automation Mar 4, 2019
@yankang18 yankang18 moved this from To do to Done in May-18 Release Apr 3, 2019
@computereasy
Copy link

@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.

jat001 pushed a commit that referenced this issue Nov 12, 2021
fix bugs that get component output data from part of data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

3 participants