2017-10-13 11:10:57 +00:00
|
|
|
0. generate the samples of phoneme similarity variants.
|
|
|
|
|
1. create spectrograms of 150ms windows with 50ms overlap for each word.
|
|
|
|
|
2. train a rnn to output a vector using the spectrograms
|
|
|
|
|
3. train a nn to output True/False based on the acceptability of the rnn output. -> Siamese network(implementation detail)
|
2017-10-26 11:21:32 +00:00
|
|
|
4. validate with real world samples
|