Open
Conversation
Contributor
|
データの方コードはぱっと見大丈夫だと思いますが一応実行結果も載せて確認してもらいましょう〜 |
added 2 commits
May 23, 2022 19:34
Contributor
Author
tmp.mp4 |
Contributor
Author
tmp.mp4 |
Contributor
Author
|
分布の作成を変えてみました。 |
Contributor
|
お疲れ様です.
UKRと比べて新しいパラメータはでてきていないと思うので,ある程度でいいと思っています. |
TetraMiyazaki
suggested changes
Jun 3, 2022
Contributor
TetraMiyazaki
left a comment
There was a problem hiding this comment.
ここの観測空間の色付けと潜在空間のの色付けの対応がわからないです.
UKRのときはちゃんとデータの位相がとれているかを色付けで確認しましたよね.関係データのほうもちゃんと位相がとれているかを色付けで示すようにしてください.
ax_x.scatter(x[:, :, 0].flatten(), x[:, :, 1].flatten(), x[:, :, 2].flatten(), c=x[:, :, 0].flatten())
Contributor
Author
tmp.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
minimum
関係データについて理解し、関係データとは何か説明できる。
TUKRのタスク設定について理解し、数式やアルゴリズムの各ステップを説明できる。
data_scrach.pyの穴埋めを行い関係データの人工データを作成する。
UKRの実装ファイルを改良してTUKRを実装する。
正則化項の実装と確認。
standard
欠損データを実装する
手動微分で実装する。
描画方法を変更する(準備中)
クロステストの実装(準備中)
実データでの実装。(動物データやNIPSデータなど)
extra