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

Prediction Kernel #7

Open
seveibar opened this issue Jul 15, 2020 · 0 comments
Open

Prediction Kernel #7

seveibar opened this issue Jul 15, 2020 · 0 comments

Comments

@seveibar
Copy link
Owner

seveibar commented Jul 15, 2020

In prediction kernel mode, a prediction kernel model learns confidence of belief answers from the differences of latent beliefs of sources. e.g. if there are three latent beliefs, each will have an answer and those answers will have differences. So the training data is

X=[d(b1_answer, b2_answer), d(b2_answer, b3_answer), d(b1_answer, b3_answer)]

Where b_i is a belief. The answer for each belief can be selected from the best representative of each belief (naive, but probably the theoretical best unless answer interpolation is implemented)

The ground truth/prediction is

y=[conf_b1, conf_b2, conf_b3]

Any model can be used to run the prediction. The model used would be called the "prediction kernel".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant