From ec7ce7b0b3b16922263abca6e1e84fbb3c1ba07d Mon Sep 17 00:00:00 2001 From: Viktor Date: Tue, 11 Apr 2023 16:31:11 +0200 Subject: [PATCH] Update readme.md --- code/services-satellite/explorer-service/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/services-satellite/explorer-service/readme.md b/code/services-satellite/explorer-service/readme.md index d7505197..cf258eb8 100644 --- a/code/services-satellite/explorer-service/readme.md +++ b/code/services-satellite/explorer-service/readme.md @@ -1,10 +1,11 @@ # Explorer Service -User interface for exploring website similarity. +User interface for exploring website similarity by reinterpreting the incident edges in the adjacency matrix as sparse high dimensional vector, and useing cosine similarity to find the nearest neighbors nodes within this feature-space. Externally the service is available at [https://explore2.marginalia.nu/](https://explore2.marginalia.nu). # See Also * [features-search/screenshots](../../features-search/screenshots) -* [features-search/random-websites](../../features-search/random-websites) \ No newline at end of file +* [features-search/random-websites](../../features-search/random-websites) +* [tools/website-adjacencies-calculator](../../tools/website-adjacencies-calculator)