Status Report #7: (11/9) Spencer

  • Explored viability of using dynamic time warping for more accurate MFCC prediction.
  • Read FastDTW: uses time/space efficient method in O(n) time and space rather than O(n^2) time and space to perform a good approximation of the DTW algorithm. https://pdfs.semanticscholar.org/05a2/0cde15e172fc82f32774dd0cf4fe5827cad2.pdf
  • Exploring integration of FastDTW module on python: https://pypi.org/project/fastdtw/

Leave a Reply

Your email address will not be published. Required fields are marked *