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

#131 add marginal component plane for tsom3 viewer #132

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

forusufia
Copy link
Contributor

@forusufia forusufia commented Apr 2, 2020

** Description 説明 **
tsom3_viewer.py
に marginal component plane 表示機能を追加しました。
ついでにグラフタイトルを付けられるようにしました。
close #131

** Type of change 変更の種類**

  • New feature (non-breaking change which adds functionality)

** How Has This Been Tested? どのようにテストしたか?**
例によって古川研ホームページのデモと比較しました

11

12

デモの学習パラメータを特定できなかったため配置が異なりますが、グループで見れば概ね一致しているかと思います。

今回の実装の操作方法は
・左クリックで選択
・右クリックで選択解除
となっています。試してみてください。

Test Configuration テスト環境:
使用モデル: somf の tsom3.py
パラメータ: latent_dim=2, resolution=10, SIGMA_MAX=3.0, SIGMA_MIN=0.2, TAU=50

学習結果を保存してあるので、
somf\tests\tsom\tsom3_viewer_add_mcp\tsom3_visualization_main.py
を実行して頂ければ動きます。

補足:
conditional component plane #114 がまだマージされていません、先にレビューお願いします!

@forusufia forusufia self-assigned this Apr 2, 2020
@forusufia forusufia added the enhancement New feature or request label Apr 2, 2020
@takuro-Ishida
Copy link
Member

HPの飲料データはおそらく絶対評価で色付けを行っているっぽいので比較してあってるのか判断するのは難しそうですねー.

あってるっぽいんだけど

@takuro-Ishida
Copy link
Member

takuro-Ishida commented Apr 2, 2020

あってるっぽいって判断した理由は色がはっきりしてるところはあってそうだなって思ったからです.
以下はなんかあってそうな気はする

image

image

@takuro-Ishida
Copy link
Member

絶対評価で色付けした方がいいと思った理由はどんなシチュエーションでも飲むやつを見るとあってるのかどうか判断が難しいですね

image

image

@takuro-Ishida
Copy link
Member

勝者位置はなんかそれっぽい気がする.
シチュエーションの「朝起きた時」がHPでは中央下にいるけどViewerでは真ん中にきてるところがきになるけど

@takuro-Ishida
Copy link
Member

takuro-Ishida commented Apr 2, 2020

ということで以下の修正をお願いします

  • Viewerの色付けを絶対評価にする(研究で使うにもそっちの方がいいです)
  • カラーバーを表示する

あとViewerの引数で絶対評価か相対評価か選べるとかなり嬉しい

@takuro-Ishida
Copy link
Member

あと、モード毎に近傍半径のパラメータは変えた方がいいかもしれないですね.
回答者と飲料・シチュエーションのデータ数はかなり違うので

Copy link
Member

@takuro-Ishida takuro-Ishida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

以下の修正をお願いします

  • Viewerの色付けを絶対評価にする(絶対評価か相対評価か選べるとかなり嬉しい)
  • カラーバーを表示する

@noguchikazuki
Copy link
Member

一応貼っときます。最小近傍半径をこれで決定してみてはどうでしょうか?原田パイセン。
image

@forusufia
Copy link
Contributor Author

@takuro-Ishida @noguchikazuki
絶対評価とカラーバーを実装しました!

@forusufia
Copy link
Contributor Author

マップの選択解除は任意のマップ上で右クリックです。
右上の端にあるのが相対と絶対の色付けチェンジです。

18

@forusufia forusufia requested a review from takuro-Ishida April 16, 2020 08:49
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 this pull request may close these issues.

Add marginal component plane for TSOM3 viewer
3 participants