Update README.md

master
drowe67 2019-12-01 11:06:23 +10:30 committed by GitHub
parent 900fdbfa3f
commit 57ccb4c122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Building up techniques for modelling phase using NNs and toy speech models (casc
## Challenges
1. We must represent phase (angles) in a NN. Phase is being represnted by (cos(angle), sin(angle)) pairs, which when trained, tend to develop weights that behave like complex numbers/matrix rotations.
1. The number of phases in the sinsuoidal model is time varying, based on the pitch of the current frame. This is being modelled by mapping the sinusoids onto sparse, fixed length vectors.
1. The number of phases in the sinsuoidal model is time varying, based on the pitch of the current frame. This is being addressed by mapping the frequency of each sinusoid onto the index a sparse, fixed length vector.
## Example