Python miscellaneous
Miscellaneous Python code.
Description
- DTW Demonstration (Jupyter notebook) Two methods for the Dynamic Time Warping algorithm: a library function, and a procedural script.
- Novelty Demonstration Shows the computation of a novelty score comparing the methods 'offline' (Foote, 2000) and 'online' (Schätti, 2007).