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

som

Here are 118 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

tjgalvin
tjgalvin commented Dec 2, 2019

I see in the FILE_FORMATS.md file that there are descriptions of the header information of each type of binary file.

Can we expand this to clearly specify the order in which the corresponding arrays (SOMs, neurons, transforms etc) are written to this files? Although that are example codes that show examples of reading these they can be a little difficult to follow and transplant into other c

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

You can’t perform that action at this time.