Skip to content
Snippets Groups Projects
README.md 1.25 KiB
Newer Older
juigmend's avatar
juigmend committed
# Python miscellaneous

juigmend's avatar
juigmend committed
Miscellaneous <a href="https://www.python.org/">Python</a> code.
juigmend's avatar
juigmend committed

juigmend's avatar
juigmend committed
## Description 
juigmend's avatar
juigmend committed

juigmend's avatar
juigmend committed
<br>
<ul>
juigmend's avatar
juigmend committed

juigmend's avatar
juigmend committed
<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/audio_MIR_DEMO.ipynb">Audio and MIR</a> (Jupyter notebook) Load audio, extract chroma (keys), and perform segmentation with parametric clustering. </li>

<br>

juigmend's avatar
juigmend committed
<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/one_vs_others_DEMO.ipynb">One vs. Others</a> (Jupyter notebook) Shows how the Dynamic Time Warping minimum-warp optimal path could be used to assess anticipation or delay of one moving body relative to other moving bodies.</li>
juigmend's avatar
juigmend committed

juigmend's avatar
juigmend committed
<br>
juigmend's avatar
juigmend committed

juigmend's avatar
juigmend committed
<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/dtw_minwarp_DEMO.ipynb">DTW, Minimum-Warp Path, and Pointwise Warp</a> (Jupyter notebook) Two methods for the Dynamic Time Warping algorithm: a library function, and a procedural script. Also algorithms to reduce the time-warping of the optimal path and to get its pointwise warp.</li>
juigmend's avatar
juigmend committed

juigmend's avatar
juigmend committed
<br>
juigmend's avatar
juigmend committed

juigmend's avatar
juigmend committed
<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/novelty_DEMO.py">Novelty</a> 
juigmend's avatar
juigmend committed
Shows the computation of a novelty score comparing the methods 'offline' (Foote, 2000) and 'online' (Schätti, 2007). </li>
juigmend's avatar
juigmend committed

juigmend's avatar
juigmend committed
</ul>