-
Do we have any potential solutions to this problem? @zStupan
-
I have probability input vectors and I would like to use the Jensen-Shannon Distance instead of the Euclidean one to train the map.
Is it possible out of the box or do I need to implement it on my o…
-
From #39
1. [Length of the line segment](https://www.codewars.com/kata/55f1786c296de4952f000014)
* Result is a formatted string, input is an array of arrays
* 7kyu
* 88% with 1150 completions
* No pe…
-
Hi, thanks for this great SOM implementation.
I need to train a SOM using a custom distance function (specifically, Dynamic Time Warping from the tslearn package). However, I’ve noticed that withi…
-
### Is your feature request related to a problem? Please describe.
I am doing some research that will require me to explore non-euclidean spaces, there doesn't seem to be any convenient library for t…
-
### What is the issue?
I am using the ollama Python library for all the results I am getting.
As I create embeddings using ollama.embed() I get progressively worse embeddings as the batches are …
-
Dear authers,
I would like to confirm is the rendered depth is accurate metric scale? Are the euclidean distance or z-buffer values recorded in those depth maps?
-
when i start training,some error notice.
SIMBA INVALID ML TRAINING SET ERROR: 11 feature columns exist in some files, but missing in others. The feature files are found in the project_folder/csv/ta…
gxkjj updated
3 weeks ago
-
I attempted to calculate the Euclidean distance matrix between the regional centers of mass using the provided sc and fc matrices. However, the result does not match the Euclidean distance matrix prov…
-
We have a lot of algorithms (bearing, destination, distance, etc.) implemented across different metric spaces (haversine, euclidean, geodesic), and the current arrangement, arrived at organically, ca…