TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Segmenting Jazz Tracks into Beats

63 pointsby edhu2017about 7 years ago

4 comments

kastnerkyleabout 7 years ago
You might find the work of Mason Bretan on this [0][1], and the video demo here <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=BbyvbO2F7ug" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=BbyvbO2F7ug</a> relevant to your future work. Nice writeup!<p>[0] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1612.03789" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1612.03789</a><p>[1] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1706.04486" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1706.04486</a>
评论 #16566266 未加载
loxiasabout 7 years ago
Nice write up!<p>I think you might see some interesting results using a non-parametric [one that doesn&#x27;t require specifying the number of clusters apriori] clustering algorithm, like mean-shift. I&#x27;ve never seen an adaptation for discrete data like this, but it should be possible.<p>You could have the same tradeoff between note-distance and time-distance.
评论 #16566249 未加载
lfnoiseabout 7 years ago
relevant: A Generative Theory of Tonal Music. <a href="https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;books&#x2F;generative-theory-tonal-music" rel="nofollow">https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;books&#x2F;generative-theory-tonal-music</a>
stfwnabout 7 years ago
Cool post! Keep writing this stuff, you’re good at it.
评论 #16566225 未加载