Difference between revisions of "ISSS608 2017-18 T3 Kiriti Yelamanchali Q2"

From Visual Analytics and Applications
Jump to navigation Jump to search
Line 40: Line 40:
 
<br />
 
<br />
  
For analysis, datasets were provided from researchers, which were obtained from thier website[http://vacommunity.org/VAST+Challenge+2018+MC1]:<br><br>
+
== Deep Learning Model to recognize bird calls==
 +
For this analysis, a deep learning model is built to recognize the bird calls.
 +
* Python library librosa is ised for this purpose
 +
 
 +
1. The cleaned csv from data preparation stage is loaded into the pandas dataframe.
 +
[[File:Kiriti ml 1.png| 800 px]]
 +
 
 +
2. A new dataframe column is created to match the mp3 file names in the data, after a bit of cleaning.
 +
[[File:Kiriti ml2.png | 800 px]]
 +
 +
3. The wavelet spectographs of one bird are observed across different qualities, to have a visual representation of the quality
 +
[[File:Kiriti pipit comaprisions.png]|600 px]
 +
 
 +
It is evident that, the Qualities marked as A and B are useful in terms of model training.

Revision as of 23:22, 8 July 2018

Angrybirds.gif VAST CHALLENGE 2018: MC1

Overview

Data Preparation

Bird sightings

Bird Calls

Bird Lives

Conclusion

Back to Dropbox

 


Deep Learning Model to recognize bird calls

For this analysis, a deep learning model is built to recognize the bird calls.

  • Python library librosa is ised for this purpose

1. The cleaned csv from data preparation stage is loaded into the pandas dataframe. Kiriti ml 1.png

2. A new dataframe column is created to match the mp3 file names in the data, after a bit of cleaning. Kiriti ml2.png

3. The wavelet spectographs of one bird are observed across different qualities, to have a visual representation of the quality [[File:Kiriti pipit comaprisions.png]|600 px]

It is evident that, the Qualities marked as A and B are useful in terms of model training.