-
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の実装@德永 #17
base: main
Are you sure you want to change the base?
TUKRの実装@德永 #17
Conversation
tmp.mp4とりあえず実装したけど、変な感じだよー |
Lecture_TUKR/tokunaga/tukr.py
Outdated
sv = jnp.sum((V[:, None, :]-self.V[None, :, :])**2, axis=2) | ||
ku = self.kernel(su) | ||
kv = self.kernel(sv) | ||
f = jnp.einsum('il,kj,ijd->ijd', ku, kv, self.X)/jnp.einsum('ii,jj->ij', ku, kv).reshape(nb_samples1, nb_samples2, 1) |
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.
この分母einsumあるあるミステイクしてる.
einsum('ii', ku)って定義すると,kuの対角成分をもってくることになる.
あとPullRequのタイトルなおしといて. |
iikanzi.mp4いい感じに動いたよー |
データの生成にnp.linspaceはどんな確率分布にもなってないので,なにかしらランダムな分布にしといてね |
random.mp4データ生成の分布を一様分布にしてやってみたよー |
recode_iikanzi.mp4レコード型とりあえずやってみたよー |
全然多様体描画できてないよ~ |
潜在空間のカラーマップできてないよー
record_colormap_dekitenai.mp4レコード型の多様体描画できるようにしたよー |
そもそもどういう色付けをしたいんですか? |
これとっとと終わらしてミニマム終わらせましょう. |
Given Estimate 写像 $ (\mathbf{u_{i}}, \mathbf{v_{j}}) \mapsto \mathbf{x_{ij}}$ |
somfのCCPは動きましたか? |
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.
まだできてないです。 |
正味組まなくてもいいから,somfのでtutorialいいから色々実行してこういう解析できるんやっていう感覚をもってくれたほうがよさそう.結局UKRとかTUKRはあくまでも道具なので. |
minimum
standard
extra