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

Training neural networks in DeepSqueak #235

Open
Anna-V-Kl opened this issue Jan 20, 2025 · 0 comments
Open

Training neural networks in DeepSqueak #235

Anna-V-Kl opened this issue Jan 20, 2025 · 0 comments

Comments

@Anna-V-Kl
Copy link

Hello,
I want to detect mouse USVs recorded over long periods of time in semi-natural conditions using DeepSqueak, but the recordings contain a lot of extraneous noise and the quality of calls recorded are not always good. I want to try training a neural network based on the Yolo P2 detector to better distinguishing of mouse USVs from extraneous noise contained in the recordings. But may I ask, if there is any general algorithm for training? In particular, does it make sense to train a neural network on one large data set once or is it better to split the data into several modules and train the neural network on them sequentially, step by step, each time correcting new errors that arise?
I also wanted to ask if the number of images generated at the beginning of the network training process should match the number of USVs manually labeled in DeepSqueak? During my attempts, the number of generated images is always much less than the number of labeled sounds… Is there any limit to the number of images that can be used to train the network? And can we expect that the more images included in the training process, the better the neural network will learn?
I would be grateful for any advice on this matter!

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

1 participant