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
- Host: GitHub
- URL: https://github.com/keplerc/lstmxwave
- Owner: KeplerC
- Created: 2017-12-18T01:22:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T05:17:18.000Z (over 8 years ago)
- Last Synced: 2025-01-25T21:55:33.707Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.