Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence to One RNN for voiceprint recognition #251

Open
ForeverGaara opened this issue May 13, 2016 · 2 comments
Open

Sequence to One RNN for voiceprint recognition #251

ForeverGaara opened this issue May 13, 2016 · 2 comments

Comments

@ForeverGaara
Copy link

hello @nicholas-leonard

I am very interested in Sequence to One RNN, woud it be possible to apply RNN on voiceprint recognition/speaker recognition, and what kind structure of RNN can be used to do this task. looking forward your reply, thank you.

@nicholas-leonard
Copy link
Member

Yes. You can checkout our sequence-to-one.lua script. The key is to use a SelectTable(-1) after your Sequencer(RNN).

@Trojahn
Copy link

Trojahn commented Sep 27, 2016

Hi @nicholas-leonard!

How can i change the example script to:
1 - Support 1D vector values instead of simple numbers? (Each sample have the same size)
2 - Support sequences of variable size? (Even considering batch_size = 1)

My aim is to classify if a given sequence (formed by a bunch of 1D vectors values) is either of a given class or not (binary classifier).

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants