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

UKRの潜在変数推定の際にデータの信頼度が利用できるようにする #145

Open
ae14watanabe opened this issue Apr 30, 2020 · 2 comments · May be fixed by #147
Open

UKRの潜在変数推定の際にデータの信頼度が利用できるようにする #145

ae14watanabe opened this issue Apr 30, 2020 · 2 comments · May be fixed by #147
Assignees
Labels
enhancement New feature or request

Comments

@ae14watanabe
Copy link
Member

ae14watanabe commented Apr 30, 2020

target code 対象となるコード 明確に分かっているならば書く
libs/models/unsupervised_kernel_regression

Is your feature request related to a problem? Please describe. この機能追加リクエストは何かの問題に関連していますか?
今現在はデータの重要度は全て等しいと見なして潜在変数を推定しているが、カーネル密度推定のように各データが異なる重要度を持っている(それぞれ重み付けされている)ような場合に対応できない。

Describe the solution you'd like 望む解決策の説明
A clear and concise description of what you want to happen.
データ数と同じ長さの1d arrayを重要度 w_nとして与えた時に、それを用いて目的関数$\sum_n w_n||x_n - f(z_n)||^2 $を最適化するように機能を追加する。w_nが全て1の場合は今までと挙動が変わらないようにする。

@ae14watanabe ae14watanabe changed the title UKRの潜在変数推定の際にデータの信頼度が利用できるように UKRの潜在変数推定の際にデータの信頼度が利用できるようにする Apr 30, 2020
@ae14watanabe ae14watanabe added the enhancement New feature or request label Apr 30, 2020
@ae14watanabe ae14watanabe self-assigned this Apr 30, 2020
@ae14watanabe
Copy link
Member Author

これ、潜在変数だけじゃなくて、写像でも重要度を考慮した方がいいのでは?

@ae14watanabe
Copy link
Member Author

この検討はプルリクに譲る.

@ae14watanabe ae14watanabe linked a pull request May 4, 2020 that will close this issue
4 tasks
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant