From aa4d2c63f7041329fc6adb10feff41bd3ba46dd5 Mon Sep 17 00:00:00 2001 From: Nikolay Tsenkov Date: Thu, 22 Sep 2016 17:06:09 +0300 Subject: [PATCH] Add: audio_comp_sci: WaveNet paper + 2 implementations. (#417) --- audio_comp_sci/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/audio_comp_sci/README.md b/audio_comp_sci/README.md index e20d054..2b6e29d 100644 --- a/audio_comp_sci/README.md +++ b/audio_comp_sci/README.md @@ -3,3 +3,8 @@ * :scroll: [An ethnographic and technological study of breakbeats in Hardcore, Jungle, and Drum & Bass](an-ethnographic-and-technological-study-of-breakbeats.pdf) by Jason A. Hockman * :scroll: [An Industrial-Strength Audio Search Algorithm](shazam-audio-search-algorithm.pdf) by Avery Li-Chun Wang + +* [WaveNet: A Generative Model for Raw Audio](https://arxiv.org/pdf/1609.03499.pdf) by a team @ Google DeepMind, 2016 + * [Announcement and interactive examples](https://deepmind.com/blog/wavenet-generative-model-raw-audio/) + * [[Python] Implementation with the Keras Neural Networks library](https://github.com/basveeling/wavenet) + * [[Python] Implementation with the TensorFlow Machine Intelligence library](https://github.com/ibab/tensorflow-wavenet) \ No newline at end of file