-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: master
Are you sure you want to change the base?
#131 add marginal component plane for tsom3 viewer #132
Conversation
HPの飲料データはおそらく絶対評価で色付けを行っているっぽいので比較してあってるのか判断するのは難しそうですねー. あってるっぽいんだけど |
勝者位置はなんかそれっぽい気がする. |
ということで以下の修正をお願いします
あとViewerの引数で絶対評価か相対評価か選べるとかなり嬉しい |
あと、モード毎に近傍半径のパラメータは変えた方がいいかもしれないですね. |
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.
以下の修正をお願いします
- Viewerの色付けを絶対評価にする(絶対評価か相対評価か選べるとかなり嬉しい)
- カラーバーを表示する
@takuro-Ishida @noguchikazuki |
** Description 説明 **
tsom3_viewer.py
に marginal component plane 表示機能を追加しました。
ついでにグラフタイトルを付けられるようにしました。
close #131
** Type of change 変更の種類**
** How Has This Been Tested? どのようにテストしたか?**
例によって古川研ホームページのデモと比較しました
デモの学習パラメータを特定できなかったため配置が異なりますが、グループで見れば概ね一致しているかと思います。
今回の実装の操作方法は
・左クリックで選択
・右クリックで選択解除
となっています。試してみてください。
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 がまだマージされていません、先にレビューお願いします!