GithubHelp home page GithubHelp logo

kjw11 / tf-kaldi-speaker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from entn-at/tf-kaldi-speaker

10.0 0.0 4.0 459 KB

Neural speaker recognition/verification system based on Kaldi and Tensorflow

License: Apache License 2.0

Python 64.01% Shell 32.40% MATLAB 3.52% sed 0.06%

tf-kaldi-speaker's Introduction

TF-kaldi-speaker

This code is forked from entn-at/tf-kaldi-speaker. It is a speaker verification system based on Kaldi and TensorFlow. More detail please refer: entn-at/tf-kaldi-speaker.

Features

This version has two features compared with the original branch:

Resnet-34 Topology

This is a famouse Resnet topology, the blocks are: [3/32, 3/32], [3/64, 3/64], [3/128, 3/128], [3/256, 3/256], and the number of blocks is: [3, 4, 6, 3]

The code is /model/resnet.py.

SITW Recipe

A SITW recipe is added in egs/sitw, which is largely based on SITW offical x-vector recipe.

There are 8 exprimental settings in the SITW recipe, with different network topologies, pooling methods and loss functions. See ./egs/sitw/v1/nnet_conf. Note that the training and test data are the same as SITW offical recipe.

Some of the experimental results are shown below:

Topoloy Pooling Loss func EER(%)
TDNN Statistic Pooling Softmax 2.43
TDNN Attention Pooling AAM-Softmax 2.49
TDNN Statistic Pooling Softmax 2.41
TDNN Attention Pooling AAM-Softmax 2.57
Resnet-34 Statistic Pooling Softmax 2.41
Resnet-34 Attention Pooling AAM-Softmax 1.96
Resnet-34 Statistic Pooling Softmax 2.16
Resnet-34 Attention Pooling AAM-Softmax 2.30

Where "AAM" means additive angular margin.

tf-kaldi-speaker's People

Contributors

kjw11 avatar mycrazycracy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.