Skip to content

Instantly share code, notes, and snippets.

View rikrd's full-sized avatar

Ricard Marxer rikrd

View GitHub Profile
@alexanderlerch
alexanderlerch / data-sets.md
Last active December 6, 2025 11:42
list of MIR datasets
dataset meta data contents with audio
200DrumMachines 7371 one-shots yes
AAM onsets, pitches, instruments, melody instrument, keys, chords, tempo, beats 3000 (artificial) tracks yes
ACM_MIRUM tempo 1410 excerpts (60s) yes
ACPAS aligned audio and scores 2189 performances of 497 scores downloadable
AcousticBrainz-Genre 15-31 genres with 265-745 subgenres audio features for ove
@danijar
danijar / blog_tensorflow_variational_auto_encoder.py
Last active October 17, 2024 08:43
TensorFlow Variational Auto-Encoder
# Full example for my blog post at:
# https://danijar.com/building-variational-auto-encoders-in-tensorflow/
import numpy as np
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data
tfd = tf.contrib.distributions
@sebble
sebble / custom.css
Created May 7, 2014 10:49
IPython Notebook Custom Style
/*
Placeholder for custom user CSS
mainly to be overridden in profile/static/custom/custom.css
This will always be an empty file in IPython
*/
/* set toolbar to hide by default */
.notebook_app #maintoolbar {