Free software: GPLv3 license
Python package for using siamese neural network (ABnet) in speech processing.
We assume you are using a conda virtual environment. First clone the abnet2
package from github:
git clone git@github.com:bootphon/abnet2.git cd abnet2
Then install its dependencies (here using conda, but it works with pip as well):
conda install numpy theano lasagne cython
Finally install the abnet2
package itself:
python setup.py build python setup.py install
See tests/test_neuralnet.py