I am a ML beginner,I almost finished reading the documents about Flux.jl,but I have no idea about implementing a Bi-directional LSTM using native’s Flux.jl.
2 Likes
I found a tutorial in FluxML/model-zoo.
It is an implementation of the neural network for speech recognition described in Graves & Schmidhuber (2005). It takes in frames of frequency information derived from the waveform, and it predicts which phone class the frame belongs to, among a reduced set of English phones. The training is run using the TIMIT data set (Garofolo et al., 1993).
3 Likes
same boat as the OP and I just wanted to update the url for the example as they’ve moved somethings around in the model-zoo…
new location ->> model-zoo/01-speech-blstm.jl at master · FluxML/model-zoo · GitHub
2 Likes