libdeep OpenBSD

install gnuplot # can env.sh APP=libdeep VERSION=1.00 RELEASE=1 SONAME=${APP}.so.0 LIBNAME=${APP}-${VERSION}.so.0.0.${RELEASE} ARCH_TYPE=`uname -m` # source env.sh # gcc -shared -Wl,-soname,${SONAME} -std=c99 -pedantic -fPIC -O3 -o ${LIBNAME} src/*.c -Isrc -lm # remove omp.h # mkdir include/libdeep # cp src/*.h include/libdeep/ building examples (or simply make install) # gcc -Wall -ansi -pedantic -o cancerdetect cancerdetect.c -lm ../../libdeep-1.00.so.0.0.1 -I /root/libdeep/include/ #…

libs

http://www.netlib.org/lapack/ https://bitbucket.org/icl/plasma http://icl.cs.utk.edu/magma/ http://www.netlib.org/blas/ http://ab-initio.mit.edu/wiki/index.php/NLopt http://ab-initio.mit.edu/wiki/index.php/NLopt_Tutorial https://www.gnu.org/software/glpk/glpk.html#documentation http://directory.fsf.org/wiki/ATLAS#tab=Overview https://www.gnu.org/software/gsl/ C http://people.sc.fsu.edu/~jburkardt/c_src/c_src.html http://locklessinc.com/articles/gcc_asm/ http://ftp.cvut.cz/kernel/people/geoff/cell/ps3-linux-docs/CellProgrammingTutorial/BasicsOfSIMDProgramming.html http://na-inet.jp/na/gslsample/

misc

https://github.com/jordipons/DRNN4ASS http://feever.fr/Papers/20150410-LAC-2015.pdf http://faust.grame.fr/images/faust-tutorial2.pdf https://github.com/alvasnaedis/faust/blob/master/architecture/webaudio/webaudio-asm.html

DTW

Matlab http://labrosa.ee.columbia.edu/matlab/dtw/ http://www.psb.ugent.be/cbd/papers/gentxwarper/DTWalgorithm.htm C http://www.phon.ox.ac.uk/jcoleman/SLP/Extras/dtw.html http://www.phon.ox.ac.uk/jcoleman/SLP/Extras/dtw.c Py http://nipunbatra.github.io/2014/07/dtw/