Articles tagged with #code




"The network architecture"

UPDATE July 25, 2018: I have changed the network into one chain of functions instead of two that had to be managed with another function. This version should also have the kernels oriented the right way to replicate the paper. Using convolutional layers for speech data There are a number …



"Extracting speech features in Julia"

Extracting the speech features in Julia God, finally! The code! Up until now, I have been trying to situate automatic speech recognition in the context of what we know about human speech because I believe this is important to be able to reason about the kind of data we're working …