georgid / AlignmentDuration

Lyrics-to-audio-alignement system. Based on Machine Learning Algorithms: Hidden Markov Models with Viterbi forced alignment. The alignment is explicitly aware of durations of musical notes. The phonetic model are classified with MLP Deep Neural Network.
http://mtg.upf.edu/node/3751
GNU Affero General Public License v3.0
56 stars 6 forks source link

reduce dependency on sklearn by copying code for normalization #57

Open georgid opened 6 years ago

georgid commented 6 years ago

Isolate code from sklearn for normalization of a two-dimensional matrix as used here

I tried to copy the sklearn method here but did not have time to finish, because it has also some code for checking the validity of the matrix, which is not needed.

This normalization could be also rewritten in C++.