rhine3 / gibbonR-package

An R package for the detection and classification of acoustic signals using machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gibbonR: An R package for classification, detection and visualization of acoustic signals using machine learning

Dena J. Clink & Holger Klinck
2019-05-15

PACKAGE DESCRIPTION

The field of bioacoustics is inherently multidisciplinary and relies on computer scientists, engineers, and ecologists. This package is directed towards ecologists who are interested in incorporating bioacoustics into their research, but may not have the skills or training. The goal for the creation of this package was to make commonly used signal processing techniques and various machine learning algorithms readily available for anyone interested in using bioacoustics in their research.

GETTING STARTED

First you need to install the package using the following lines of code:

install.packages("devtools")
devtools::install_github("DenaJGibbon/gibbonR-package")

Then load the library

library(gibbonR)

SEE THE VIGNETTE FOR DETAILED EXAMPLES

https://github.com/DenaJGibbon/gibbonR-package/blob/master/gibbonr_vignette.pdf

About

An R package for the detection and classification of acoustic signals using machine learning


Languages

Language:R 100.0%