Tim Sainburg

Results 11 repositories owned by Tim Sainburg

ParametricUMAP_paper

150
Stars
15
Forks
Watchers

Parametric UMAP embeddings for representation and semisupervised learning. From the paper "Parametric UMAP: learning embeddings with deep neural networks for representation and semi-supervised learnin...

AVGN

69
Stars
21
Forks
Watchers

A generative network for animal vocalizations. For dimensionality reduction, sequencing, clustering, corpus-building, and generating novel 'stimulus spaces'. All with notebook examples using freely av...

GAIA

78
Stars
19
Forks
Watchers

Generative Adversarial Interpolative Autoencoder (GAIA) is a Generative Adversarial Network (GAN) made up of Autoencoders (AE) trained explicitly on interpolations to promote convexity and better late...

noisereduce

1.6k
Stars
241
Forks
Watchers

Noise reduction in python using spectral gating (speech, bioacoustics, audio, time-domain signals)

avgn_paper

43
Stars
15
Forks
Watchers

Latent and generative models of animal vocalizations for songbirds, mice, primates, humans, cetaceans, etc.

python_spectrograms_and_inversion

165
Stars
66
Forks
Watchers

Spectrograms, MFCCs, and Inversion Demo in a jupyter notebook

Feature and class visualization with deep neural networks in tensorflow. Contains deepdream, style transfer, receptive field visualization, convolutional filter visualization, etc.

Tensorflow-MultiGPU-VAE-GAN

442
Stars
96
Forks
Watchers

A single jupyter notebook multi gpu VAE-GAN example with latent space algebra and receptive field visualizations.

tensorflow2-generative-models

998
Stars
186
Forks
Watchers

Implementations of a number of generative models in Tensorflow 2. GAN, VAE, Seq2Seq, VAEGAN, GAIA, Spectrogram Inversion. Everything is self contained in a jupyter notebook for easy export to colab.

vocalization-segmentation

28
Stars
10
Forks
Watchers

Simple python algorithms for segmenting animal (songbird, mice) vocalizations into notes and syllables using Dynamic Thresholding and Continuity Filtering.