The Wayback Machine - https://web.archive.org/web/20220217235012/https://github.com/topics/som
Skip to content
#

som

Here are 155 public repositories matching this topic...

sophie-kaleba
sophie-kaleba commented Dec 19, 2019

(Same issue than in Newspeak, see https://groups.google.com/forum/#!msg/newspeaklanguage/PJeOLjxq_yA/ND3Jel_nAQAJ)

As per Newspeak spec, a call to a primary factory method should return a new instance of a given class. Sometimes it doesn't, as in:

class WhatDoesNewReturn = (
  true ifTrue: [ ^ nil ].
)()

where a call to WhatDoesNewReturn new will return nil instead of an i

tsuno0829
tsuno0829 commented Jun 11, 2020

現状,SOMの学習過程を観測データに対してもすべて表示するようにしているが,3次元の観測データを描画するとplotlyの処理がとても重たいため,Webアプリ全体の動作が遅くなってしまっている.
改善方法として,1. javascriptの他の描画ライブラリに移行する,2. plotlyの処理がより軽量になるように書き換えるなどが挙げられる(このあたりについて,全く詳しくないのでいい方法があれば是非教えていただきたい).
また一時的な対応策として,観測データのON,OFFをユーザで切り替えられるようにできるとよいかもしれない.

Improve this page

Add a description, image, and links to the som topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the som topic, visit your repo's landing page and select "manage topics."

Learn more