File size: 1,991 Bytes
864910e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
digraph {
	rankdir=BT
	N0 [label="Meeting Transcription" color="#FFD54F" fillcolor="#FFF8E1" shape=parallelogram style=filled]
	N1 [label="Voice User Interface Design" color="#EAEFA5" fillcolor="#FDFCEB" shape=ellipse style=filled]
	N2 [label="Call Center Automation" color="#EAEFA5" fillcolor="#FDFCEB" shape=document style=filled]
	N3 [label="Phonetic Transcription" color="#00BCD4" fillcolor="#E0F7FA" shape=database style=filled]
	N4 [label="Voice Biometrics" color="#FFD54F" fillcolor="#FFF8E1" shape=rectangle style=filled]
	N5 [label="Children's Speech Recognition" color="#FFD54F" fillcolor="#FFF8E1" shape=predefinedprocess style=filled]
	N6 [label="Dialect Adaptation" color="#FFD54F" fillcolor="#FFF8E1" shape=hexagon style=filled]
	N7 [label="Cloud_based Speech Services" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled]
	N8 [label="Keyword Spotting" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled]
	N9 [label="Command and Control" color="#FFD54F" fillcolor="#FFF8E1" shape=inputoutput style=filled]
	N10 [label="Noise Reduction" color="#00BCD4" fillcolor="#E0F7FA" shape=rectangle style=filled]
	N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=dashed label="updates" dir=forward]
	N1 -> N2 [color="#FFD54F" penwidth=1.5 style=dashed label="secures" dir=forward]
	N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="integrates" dir=forward]
	N3 -> N4 [color="#EAEFA5" penwidth=1.5 style=dashed label="outputs" dir=forward]
	N4 -> N5 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward]
	N5 -> N6 [color="#EAEFA5" penwidth=1.5 style=solid label="evaluates" dir=forward]
	N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward]
	N7 -> N8 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward]
	N8 -> N9 [color="#EAEFA5" penwidth=1.5 style=dashed label="acoustic_models" dir=forward]
	N9 -> N10 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward]
	N9 -> N7 [color="#000000" penwidth=1.5 style=solid label="dictates" dir=forward]
}