tsajed / kokoriko

Classification of bird species using waves of bird audio recordings
GNU General Public License v3.0
0 stars 1 forks source link

Task division #6

Open efferifick opened 7 years ago

efferifick commented 7 years ago

Hello everyone, In this issue we can discuss how we are going to divide the tasks.

shrimanti commented 7 years ago

All right.

shrimanti commented 7 years ago

So should we use Matlab or Python? Or there is no restriction on programming language.

shrimanti commented 7 years ago

But I think when we'll use the CNN and RNN, we have to use Python with TensorFlow/Theano as both are python-based libraries.

tsajed commented 7 years ago

Hi guys, I am working with CNN using TensorFlow. I have something working in westgrid, with example train and test sets.

efferifick commented 7 years ago

Hello all: Right now it is possible to get spectrograms but the process is too manual. E.g. One has to run multiple scripts to get an output that has been pre-processed, pre-emphasized, with high pass filter, and transformed into frequency domain.

I will try to work during the weekend to set it up so that it is easier.

shrimanti commented 7 years ago

Hi everyone, As Tanvir is working on CNN, I want to implement the image (spectrogram) classification using RNN (in TensorFlow/Theano).