PageRank 有哪些替代方案?

发布于 2024-12-26 03:46:19 字数 200 浏览 1 评论 0原文

这与图算法(与 SEO 或其他无关)严格相关。我有兴趣知道是否有其他算法仅使用图形结构(而不​​是关键字等内容)来进行推理?

例如,如果你给定一个充满节点的大图,假设你不知道节点中的值实际意味着什么,你如何才能做出推断(例如,pagerank知道谁链接(边缘)到谁并且不知道任何事情)关于内容本身)?

这并不限于网络搜索,任何使用图形结构进行推理的事物。

This is strictly related to the graph algorithm(not SEO or anything). I'm interested in knowing if there are other algorithms out there that solely use the structure of a graph(not content like keywords, etc) to make inferences?

So for example, if your given a large graph full of nodes how can you make inferences assuming you have no idea what the values within the nodes actually mean(for example, pagerank knows who's linking(edges) to whom and doesn't know anything about the content itself)?

This is not exclusive to web searching, anything that uses graph structure to make inferences.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

鸠魁 2025-01-02 03:46:19

除了 HITS [按照 @larsmans 的建议],还有 SALSA,被认为比 HITS 更“稳定”[因此更不容易受到垃圾邮件发送者的影响]。

还鼓励您查看此调查或排名算法

As well as HITS [as suggested by @larsmans], there is also SALSA, which is concidered more "stable" from HITS [and thus is less vulnerable to be affected by spammers].

You are also encourage to have a look at this survey or ranking algorithms

诠释孤独 2025-01-02 03:46:19

PageRank 的主要替代方案是 HITS

The main alternative to PageRank is HITS.

狼性发作 2025-01-02 03:46:19

页面排名的另一个替代方案是OPIC

Another alternative to page rank is OPIC.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文