All Projects → warmspringwinds → Pytorch Rnn Sequence Generation Classification

warmspringwinds / Pytorch Rnn Sequence Generation Classification

Lyrics and piano music generation in Pytorch

Projects that are alternatives of or similar to Pytorch Rnn Sequence Generation Classification

Kafka Sparkstreaming Cassandra
Docker container for Kafka - Spark Streaming - Cassandra
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Fast Scnn
Implementation of Fast-SCNN using Tensorflow 2.0
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Tweet Stance Prediction
Applying NLP transfer learning techniques to predict Tweet stance
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Tutorial Pydata
Deep learning tutorial for PyData
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Encoder4editing
Official implementation of "Desinging an Encoder for StyleGAN Image Manipulation" https://arxiv.org/abs/2102.02766
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Benchmarking Gnns
Repository for benchmarking graph neural networks
Stars: ✭ 1,297 (+1325.27%)
Mutual labels:  jupyter-notebook
Kaggle House Prices Advanced Regression Techniques
Udacity capstone project: Kaggle competition on house prices prediction using advanced regression techniques
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Dsen2
Super-Resolution of Sentinel-2 Images: Learning a Globally Applicable Deep Neural Network
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Dsrl
Dual Super-Resolution Learning for Semantic Segmentation
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+11659.34%)
Mutual labels:  jupyter-notebook
Allenai
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Courses
Python courses for the scientific researcher
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
H2o Tutorials
Tutorials and training material for the H2O Machine Learning Platform
Stars: ✭ 1,305 (+1334.07%)
Mutual labels:  jupyter-notebook
Music Generation
An RNN implementation to generate music
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Pix2face
3D human face estimation and rendering from a single image
Stars: ✭ 89 (-2.2%)
Mutual labels:  jupyter-notebook
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Autoencoder classifier
Autoencoder model for rare event classification
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Spring2018 Tutorials
Tutorials for Spring 2018
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Alibaba 3rd Security Algorithm Challenge
第三届阿里云安全算法挑战赛冠军代码
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Python3 Cookbook
《Python Cookbook》 3rd Edition Translation
Stars: ✭ 9,689 (+10547.25%)
Mutual labels:  jupyter-notebook

Lyrics and piano music generation in Pytorch

Implementation of generative character-level and multi-pitch-level rnn models described in "Learning to generate lyrics and music with Recurrent Neural Networks" blog post.

The original jupyter notebook source of the blog can be found here.

Trained models can be downloaded via the following link. You can skip training and sample using provided models (follow jupyter notebooks below). Some examples of the piano song samples are available on youtube, and examples of lyris samples can be found in the original blog post.

Lyrics Generation

We are providing jupyter notebooks for training and sampling from generative RNN-based models trained on a song lyrics dataset which features most popular/recent artists. Separate notebooks are avalable for:

  1. Training of the unconditional RNN-based generative model on the specified lyrics dataset (notebook file).
  2. Sampling from a trained unconditional RNN-based generative model (notebook file).
  3. Training of the conditional RNN-based generative model (notebook file).
  4. Sampling from a trained conditional RNN-based generative model (notebook file).

Piano polyphonic midi song generation

We are providing jupyter notebooks for training and sampling from generative RNN-based models trained on a piano midi songs dataset. Separate notebooks are avalable for:

  1. Training of the RNN-based generative model on the specified piano midi dataset (notebook file).
  2. Sampling from a trained RNN-based generative model (notebook file).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].