Skip to content

bootphon/abnet2

Repository files navigation

abnet2: Siamese Neural Network for speech

Free software: GPLv3 license

Python package for using siamese neural network (ABnet) in speech processing.

Installation

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

Usage

See tests/test_neuralnet.py

About

Implementation of abnet with lasagne

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages