←back to thread

634 points david927 | 3 comments | | HN request time: 0.641s | source

What are you working on? Any new ideas that you're thinking about?
1. briansm ◴[] No.41344551[source]
Experiments with speech compression/processing. The modern approach to this (and pretty much everything else) is to transform the input data into a high-dimensional space, throw it into a neural net and cross your fingers. (the 'Whisper' STT runs in 512-dimensional space!). It works, but it's hardly elegant or compute-efficient. There's a certain art in doing things the 'old way', even if a million years of evolution decided neural-nets were the one true path.
replies(1): >>41344559 #
2. rojasdiego ◴[] No.41344559[source]
Is there a place where one can get familiar with your work on this?
replies(1): >>41344755 #
3. briansm ◴[] No.41344755[source]
God no, the internet SNR is low enough as it is without all my failed experiments, lol.