Questions tagged [non-euclidean-data]

For questions related to non-Euclidean data, such as graphs or manifolds. Geometric deep learning is an application of deep learning to non-Euclidean data.

4 questions
24
votes
5 answers

What is non-Euclidean data?

What is non-Euclidean data? Here are some sub-questions Where does this type of data arise? I have come across this term in the context of geometric deep learning and graph neural networks. Apparently, graphs and manifolds are non-Euclidean data.…
1
vote
1 answer

What exactly is a grid-like topology according to the book Deep Learning?

I am reading this book called "Deep Learning" (by Goodfellow, Bengio and Courville). On page 326, in the first paragraph, it says: CNNs, are a specialized kind of neural network for processing data that has a known grid-like topology. Examples…
0
votes
0 answers

Distance functions used in clustering analysis

From what I've seen in clustering, distance is taken as a hyper parameter (which is to be selected) when inferring the relationships/clusters between points. Examples of distances I've come across are Euclidean, taxicab, Mahalanorbis, and…
ABIM
  • 535
  • 1
  • 6
  • 15
0
votes
0 answers

Linear Discriminant Analysis on a transformed space

Let $S$ be a finite subset of a $\mathbb{R}^k$ partitioned into $N$ subsets $S_1, \ldots, S_N$ and let $n_j = |S_j|$. The between-groups sum of squares of the partition is defined as $$bSS(S_1,\ldots, S_N) = \sum_{j=1}^{N} n_j ||\mathbb{E}[S_j] -…