-
Notifications
You must be signed in to change notification settings - Fork 0
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
TUKR実装-福永 #15
base: main
Are you sure you want to change the base?
TUKR実装-福永 #15
Conversation
ミニマムサクセスだけじゃなくてスタンダードもやってくださいね.ミニマムは研究を進めていくための必要条件というだけで,自分の研究を対外的に説明するとか読み物としてまとめる時は,深く広い理解が必要です.(UKRのスタンダードが終わってないならUKRのスタンダードからやるのは一つありです) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wiki,readmeを参考に自分の中でのミニマム、スタンダード、エクストラの設定をしておきましょう。UKRで確認し損ねた内容があるならそちらも一緒に確認してみるといいですね。作業にひと段落ついたらプッシュをするのを忘れずに!
UKR.1.mp4 |
観測空間のほうが描画されてないですが,写像がちゃんと$f(u_i, v_j) = x_{ij}$のようにデータ点に近くになっていることはどうやって確認していますか? |
TUKR.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここで,ユーザーの潜在空間と商品の潜在空間は別物だからcolormap1, 2と用意するのはいいことですが,結局いれているのは青 -> 緑の値のrgb をいれていることになるので,もったいないです.それぞれちゃんと rgb用意してあげるといいですよ.
colormap = X[:, :, 0]
colormap1 = U[:, 0]
colormap2 = V[:, 0]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#15 (review)
ここが解決したらapproveします
TUKR2.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
色付けできたみたいなのでApproveします
ローカルでcoflictを頑張って解決する必要がありそうですね |
る。