An open API service indexing awesome lists of open source software.

https://github.com/arkaung/cs525-project

Final Project of CS525 (Deep Neural Networks - Jacob Whitehill)
https://github.com/arkaung/cs525-project

Last synced: 3 months ago
JSON representation

Final Project of CS525 (Deep Neural Networks - Jacob Whitehill)

Awesome Lists containing this project

README

          

# Classifying marine mammal vocalizations with Convolutional Neural Networks

#### Authors - Arkar Min Aung, Francisco Guerrero and Michael Sokolovsky
##### Repository of notebooks for final project of CS525-191N

An exciting aspect of modern machine learning techniques is their ability to uncover patterns in data that are both difficult for humans to notice or were previously unknown. In this paper, we attempt to use modern machine learning techniques to discover if dolphins species can be categorized by their vocalizations: a task that to our knowledge has not been attempted by humans or computer algorithms. We explore convolutional neural networks architectures as models for processing dolphin sound clips and categorizing them into four different species.

This repository contains notebooks for:
* 2D Convolutional Network on "Best of Cuts" data for four species of dolphins
* 2D Convolutional Network on "All Cuts" data for four species of dolphins
* 1D Convolutional Network on walrus and dolphins
* 2D Convolutional Network on walrus and dolphins
* Helper files for generating files
* Visualization notebooks for intput data and filters learnt by the Convolutional Networks