illustrated-machine-learning.github.io icon indicating copy to clipboard operation
illustrated-machine-learning.github.io copied to clipboard

regarding $\displaystyle{d(x, y) = \sqrt{\sum_{i=1}^{n}{(x_i - y_i)^2}}}$ for distance calculations

Open http600 opened this issue 2 years ago • 0 comments

image

Since $\displaystyle{d(x, y) = \sqrt{\sum_{i=1}^{n}{(x_i - y_i)^2}}}$, $d(A, B)$ should be $2\sqrt{2}$ or I misunderstood something?

By the way, how to run this locally after checking it out?

http600 avatar Oct 18 '23 09:10 http600