-
Notifications
You must be signed in to change notification settings - Fork 662
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
Sound classifying network #77
Comments
Hi! I just add some data, we have experimented with that. My own
|
Perhaps a neural network + soundex? |
I want to use this NN implementation to classify short sounds ( one second each at most ) in about 30 different classes. I am new to neural networks and was wondering what's a good network architecture to train on sounds and how long does it usually take to train a network like this (30 outputs, sound wave as input) on 1000 samples? I want to know if it takes seconds, minutes, hours or days? What's the time complexity of training the network?
For the input I was thinking of sampling the sound wave at different times or getting the positions of the peaks. For example, if all sounds are under 1 second and I sample every 0.016seconds (60fps) then I would have 60 values as input. Is this an approach that could work?
The text was updated successfully, but these errors were encountered: