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

https://github.com/keplerc/lstmxwave

A LSTM based autoencoder on unstructured sound waves
https://github.com/keplerc/lstmxwave

Last synced: over 1 year ago
JSON representation

A LSTM based autoencoder on unstructured sound waves

Awesome Lists containing this project

README

          

# LSTMxWave
A LSTM based autoencoder on unstructured sound waves

I want to build an autoencoder on sound waves. This LSTM autoencoder can be trained for novelty detection, voice generation etc.

A similar approach is wavenet, which is based on dialited convolutional neural network.