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

Code an example that recognizes a particular person's speech #58

Open
Mikolaj opened this issue Jun 22, 2022 · 2 comments
Open

Code an example that recognizes a particular person's speech #58

Mikolaj opened this issue Jun 22, 2022 · 2 comments

Comments

@Mikolaj
Copy link
Owner

Mikolaj commented Jun 22, 2022

A possible formulation: given a few minutes of a person X speech, the network should be able to quickly determine if any short audio recording contains speech by X or not. Listening to the sample of X speech is permitted to take a lot of resources (real training), but the subsequent classification of many audio fragments should be cheap (no training any more).

The network could initially train on speech samples of many persons that don't include X speech, unless it doesn't make it more accurate nor faster in learning a new speech pattern nor faster in classifying. If that initial step is beneficial, the important question is what data we need for training and if unlabelled data suffices, how we process the data, where we get labelled data for testing.

To determine: loss function, how to get data for training (in addition to the X speech), the architecture of the neural network.

@blackhole64
Copy link

Where do we find some decent training data sets to choose from? Or is this part of the problem too?

@Mikolaj Mikolaj removed the help wanted Extra attention is needed label Feb 17, 2023
@Mikolaj
Copy link
Owner Author

Mikolaj commented Feb 17, 2023

I've had some from a potential future client, but he's got busy and I've got busy. In any case, I'm not able to maintain and support the use of the old API of horde-ad at this point and the new one is not yet ready. Apologies.

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

2 participants