horde-ad icon indicating copy to clipboard operation
horde-ad copied to clipboard

Code an example with audio recordings of speech, e.g., sentiment analysis

Open Mikolaj opened this issue 2 years ago • 7 comments

Audio data is much smaller than video and probably also than photos, so there's a chance this fits CPU processing. Being ~linear~[edit: sequential], this may be a good fit for RNN [edit: recurrent neural networks], which is particularly well supported by our library and probably does not benefit from C libraries beyond lapack/blas. Given that, we may try to reach close to state of the art here, filling any gaps in our library that become apparent.

Mikolaj avatar May 18 '22 20:05 Mikolaj