Skip to content

bootphon/abnet2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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