Skip to main content

Questions tagged [distance]

For question regarding distance between distributions or variables, such as Euclidean distance between points in n-space.

7 votes
0 answers
71 views

I am studying how the distances between embeddings evolve during training of a language model. One way to describe this "evolution" is that the k-nearest neighbours of a particular embedding ...
Valentin Calomme's user avatar
1 vote
0 answers
81 views

I am working on agglomerative clustering with the goal of ensuring continuity among clusters. To achieve this, I am using a connectivity matrix to enforce certain continuity constraints. However, it ...
Nivethan's user avatar
0 votes
1 answer
31 views

Binary Random Projection of Features, Samples Creating a binary random projection that will be used in a kNN Hanning function for hamming distances on nearest neighbors that will be processed by ...
Data Science Analytics Manager's user avatar
0 votes
1 answer
267 views

Let $A=\{A_1,A_2,\cdots,A_m\}$ and $B=\{B_1,B_2,\cdots,B_n\}$ be two sets of points in $k$-dimensional Euclidean space. Each points $A_i$ or $B_i$ can be thought of as a feature vector of a data ...
govindah's user avatar
  • 101
1 vote
0 answers
72 views

What is the meaning of the l2-norm when dealing with scalar values? I'm assuming it would be the same thing as taking the absolute value. For context: I am trying to implement the clustering method ...
Droidenkiller's user avatar
1 vote
0 answers
67 views

In Wasserstein GAN, it's explained that maximizing a certain formula over a set of K-Lipschitz functions approximates the 1-Wasserstein distance and they model the functions as NNs. That much I ...
znb's user avatar
  • 11
1 vote
1 answer
687 views

In DBSCAN: A core point is a point which has at least "MinPts" points inside its Epsilon radius. A border point is a point inside the Epsilon radius of a core point, but it has a number of ...
SuperFluo's user avatar
3 votes
1 answer
163 views

Although I can understand the significance of feature scaling in some cases (e.g. when gradient descent is involved), I don't feel I understand the necessity of this process in general. But there a ...
Antonios Sarikas's user avatar

15 30 50 per page
1
2 3 4 5
10