SampleRNN_torch
Audio generator
A Torch implementation of a deep learning model for generating audio from input data
Torch implementation of SampleRNN: An Unconditional End-to-End Neural Audio Generation Model
156 stars
8 watching
24 forks
Language: Lua
last commit: over 7 years ago
Linked from 1 awesome list
audiodeep-learninggenerativeneural-networktorch
Related projects:
Repository | Description | Stars |
---|---|---|
soroushmehr/samplernn_iclr2017 | An unconditional end-to-end neural audio generation model utilizing a recurrent neural network architecture. | 537 |
deepsound-project/samplernn-pytorch | An implementation of an audio generation model using PyTorch | 288 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
torch/demos | Torch7 tutorials and demos providing hands-on experience with the deep learning framework. | 355 |
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,343 |
soumith/dcgan.torch | A PyTorch implementation of a deep generative model that can be used to generate images from a dataset. | 1,458 |
seannaren/deepspeech.torch | A speech recognition system based on the DeepSpeech2 architecture | 259 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
ankane/torchaudio-ruby | An audio processing library built on top of Torch.rb, providing methods to load, save, and transform audio data. | 16 |
cvondrick/torch-starter | A basic package for training neural networks in Torch7, providing a simplified starting point for developers. | 56 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |
jwyang/jule.torch | Implementations of joint unsupervised learning algorithm for deep representations and image clusters using Torch | 288 |
nashory/gans-collection.torch | A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) | 55 |
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |