Sequence Transduction with Recurrent Neural Networks
dev.to·3d·
Discuss: DEV
🗣️Speech Synthesis
Preview
Report Post

How computers learn to turn sounds into words with recurrent neural networks

Many tasks we use every day, like turning speech into text or translating sentences, are really about changing one stream of things into another — called sequence transduction. A kind of model known as recurrent neural networks looks at data over time and learns patterns even when the signal stretchs or shifts a bit. Traditionally these models needed a pre-made match between input and output, and finding that match was the hardest part. Newer systems do the whole job from start to finish as an end-to-end process that figures out the alignment and how long the result should be, so fewer steps and less guess work is needed. Early tests on speech sounds show this idea can improve how machines hea…

Similar Posts

Loading similar posts...