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

Auto-encoder experiment #28

Open
aquemy opened this issue Sep 4, 2019 · 0 comments
Open

Auto-encoder experiment #28

aquemy opened this issue Sep 4, 2019 · 0 comments
Labels
question Further information is requested

Comments

@aquemy
Copy link
Member

aquemy commented Sep 4, 2019

Right now we have two sets of features:

  • descriptive, available before the judgement
  • textual, available after the judgement

We showed that textual, even with the conclusion removed, is much better to make prediction on the outcome. However, in practice, we can use only descriptive feature to make a prediction.

The idea would be to create a predictive model on both types of features as it performs best but also to create a mapping Phi via an auto-encoder between the space of descriptive features to the space of textual features. That way, to predict the outcome only with the the descriptive features desc, we could enhanced the case with Phi(desc). In theory we should obtain improvement compared to learning only over the descriptive features.

The main problem I see is the difference dimensions between the two spaces, and the potential lack of data for such a complex encoder.

@aquemy aquemy added the question Further information is requested label Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant