Bird Species Identification with Deep Learning
- Tejaswi Rupa Neelapu
- Mar 22
- 1 min read
Updated: Apr 20
Tags: Deep Learning | Spectrogram | Audio Analysis
Link: GitHub
đ Overview
Trained a neural network to classify birds by their calls using spectrogram images from Xeno-Canto.
â Key Questions
Can deep learning identify species from audio patterns?
Which species are most often misclassified?
đ§Ş Methodology
Spectrogram preprocessing
Used Keras Sequential with dropout and softmax layers
đ Results
Accuracy: 95.45% (binary)Â and 67.24% (multi-class)
Most confusion between Blue Jay and Western Meadowlark
Comments