CatgirlIntelligenceAgency/code/services-application/explorer-service/readme.md

12 lines
603 B
Markdown
Raw Normal View History

2023-03-06 18:32:13 +01:00
# Explorer Service
2023-04-11 16:31:11 +02:00
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.
2023-03-06 18:32:13 +01:00
Externally the service is available at [https://explore2.marginalia.nu/](https://explore2.marginalia.nu).
# See Also
* [features-search/screenshots](../../features-search/screenshots)
2023-04-11 16:31:11 +02:00
* [features-search/random-websites](../../features-search/random-websites)
* [tools/website-adjacencies-calculator](../../tools/website-adjacencies-calculator)