TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Map Matching in a Programmer's Perspective

40 点作者 hodgesmr将近 8 年前

2 条评论

ris将近 8 年前
That&#x27;s fun - when I was working on this problem a few years ago and unable to find sufficient academic literature on the subject I thought I&#x27;d &quot;invented&quot; what turns out to be known as the Viterbi algorithm (duh) and hadn&#x27;t thought too much of it. Turns out what I thought I&#x27;d invented is also a HMM, which is doubly funny because I&#x27;ve never <i>quite</i> managed to wrap my head around HMMs (though several times I&#x27;ve tried). It&#x27;s interesting how a lot of algorithms are a lot more intuitive than most of the rigorous academic notation make them seem...<p>Code for anyone interested <a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;ris&#x2F;tsbp&#x2F;src" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;ris&#x2F;tsbp&#x2F;src</a> <a href="http:&#x2F;&#x2F;wiki.openstreetmap.org&#x2F;wiki&#x2F;That_Shouldnt_Be_Possible" rel="nofollow">http:&#x2F;&#x2F;wiki.openstreetmap.org&#x2F;wiki&#x2F;That_Shouldnt_Be_Possible</a><p>Interesting to look back on the code and see that as much effort is spent on heuristics trying to decide where in the track to spend the calculation effort than anything else.
评论 #14740909 未加载
drewda将近 8 年前
If you&#x27;d like to try map matching as a hosted API right away, see screenshots, demos, and more at <a href="https:&#x2F;&#x2F;mapzen.com&#x2F;blog&#x2F;map-matching&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mapzen.com&#x2F;blog&#x2F;map-matching&#x2F;</a><p>Context: This is a link in to Valhalla documentation. Valhalla is an open-source routing engine led by Mapzen. We also offer it as a hosted SaaS on mapzen.com<p>Disclaimer: I work for Mapzen.