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.

Ask HN: Can Deep learning be applied to audio

5 pointsby aman-proover 8 years ago
I want to create a deep learning based filter to remove human voice from a song and generate a karaoke (regular filters are not effective). Is it a good idea to use deep learning to achieve this?

2 comments

hokeyover 8 years ago
Kadenze has a program that eventually incorporates Deep Learning (<a href="https:&#x2F;&#x2F;www.kadenze.com&#x2F;courses&#x2F;creative-applications-of-deep-learning-with-tensorflow-iii-iii&#x2F;info" rel="nofollow">https:&#x2F;&#x2F;www.kadenze.com&#x2F;courses&#x2F;creative-applications-of-dee...</a>). I believe it can be achieved but I haven&#x27;t seen anything that clearly points out how.
terrabytesover 8 years ago
Yes. This is called the cocktail party problem. Though you can solve it with more traditional methods like SVD, deep learning solves this really well too. See <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1504.04658" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1504.04658</a>