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

https://github.com/baggepinnen/julia_examples

Various examples of machine learning and signal processing in Julia
https://github.com/baggepinnen/julia_examples

Last synced: 6 months ago
JSON representation

Various examples of machine learning and signal processing in Julia

Awesome Lists containing this project

README

          

# Julia Examples
This repository will contain various examples of machine learning and signal processing tasks in Julia

## Current contents
- [Robust estimation](https://nbviewer.jupyter.org/github/baggepinnen/julia_examples/blob/master/identification_robust.ipynb): filtering of audio signals with large impulsive noise. Estimation of linear models and robust spectral estimation.

- [Robust spectral-line tracing](https://nbviewer.jupyter.org/github/baggepinnen/julia_examples/blob/master/robust_chirp_tracing.ipynb): Tracing time-varying frequency components in the presence of large impulsive noise using linear time-varying models.

- [Audio categorization using LDA and bag-of-audio words](https://nbviewer.jupyter.org/github/baggepinnen/julia_examples/blob/master/audio_topics.ipynb): Categorizing audio samples based on their frequency contents.

- [Measure distance between spectrograms using Dynamic Time Warping and Optimal Transport](https://nbviewer.jupyter.org/github/baggepinnen/julia_examples/blob/master/frequency_warping.ipynb): In this example, we will explore Dynamic Time Warping (DTW) and see if we can combine it with optimal transport. The application is distance measurement between two spectrograms.

- [Measure distance between spectrograms using Dynamic Time Warping and Optimal Transport 2](https://nbviewer.jupyter.org/github/baggepinnen/julia_examples/blob/master/frequency_warping2.ipynb): A continuation of the previous entry where the distances are used more extensively for detection.

- [Fish detection](https://nbviewer.jupyter.org/github/baggepinnen/julia_examples/blob/master/fish_detection.ipynb): In this example we use both DTW and optimal transport to detect fish sounds.

- [British bird classification](https://nbviewer.jupyter.org/github/baggepinnen/julia_examples/blob/master/british_birds.ipynb): In this example we use distances and root embeddings to classify birds. The dataset can be found here https://www.kaggle.com/rtatman/british-birdsong-dataset?select=birdsong_metadata.csv