Posts tagged data structures
Posts tagged data structures
(via ludanslapluie)

tree by pretendy
This animation aims to demonstrate how a simple fractal can be transformed into a structure reminiscent of a tree, highlighting one of the many facets of fractal geometry in nature.
(via proofmathisbeautiful)
![matthen:
Before producing a transcription of what you said, speech recognition software often represents its results as a ‘confusion network’. An example is shown above, where differently weighted words are listed at each stage. The most likely transcription is the one with the thickest lines, ‘Hi my name is Matt’, but the other options are still possible. The animation shows the top 5 transcriptions being selected. In Dialogue Systems (which is where I am doing research), the computer system must try to extract meaning from the speech recognition output. A traditional approach is to pick the top few transcriptions, and attempt to decode each of them in turn, before combining the results. I have been working on a method which considers individual arches and paths in the confusion network, and directly decodes from this much richer source of information. This seems to work very well! [more] [code]](http://25.media.tumblr.com/tumblr_lvwshgAQ6N1qfg7o3o1_400.gif)
Before producing a transcription of what you said, speech recognition software often represents its results as a ‘confusion network’. An example is shown above, where differently weighted words are listed at each stage. The most likely transcription is the one with the thickest lines, ‘Hi my name is Matt’, but the other options are still possible. The animation shows the top 5 transcriptions being selected. In Dialogue Systems (which is where I am doing research), the computer system must try to extract meaning from the speech recognition output. A traditional approach is to pick the top few transcriptions, and attempt to decode each of them in turn, before combining the results. I have been working on a method which considers individual arches and paths in the confusion network, and directly decodes from this much richer source of information. This seems to work very well! [more] [code]
(via loveandaquestion, electricorchid)
check out those fractals ;)
Recursively Reversing
Doubly Linked Lists - Loops
Others