Skip to content

tsgts/Deep-Music-Autoencoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Music-Autoencoder

Introduction

Following the hot trend of Deep Learning, this repo implements the Deep Auto-encoders which involves a whole bunch of configuration choices such as 'Sparse', Denoising', 'Fine-tuning' and 'Dropout'. Deep Auto-encoder could be used in many kinds of cases. If you do not enable fine-tuning, Deep Auto-encoder could be treated as an unsupervised learning method; while if fine-tuning option is to be true, this tool is a supervised learning machine which adopts Softmax on top of the neural networks.

This repo is mainly used to automatically extract features from MUSIC. Music Information Retrieval is currently a hot community, and also Deep Learning is ready to dominate! To see more: ISMIR.

Above is a brief introduction to Stacked Auto-encoder. More: http://deeplearning.net/.

Installation

The two version of Auto-encoder - python version and C++ version.

Python version has a pre-requisite of Dpark, which is a Python clone of Spark. I have mainly adopted Dpark as map-reduce programming, substituting those simple loops, and thus get accelerated.

Meanwhile, C++ version requires paracel as the parallel computing framework; paracel was produced by douban following the idea of Parameter Server by Jeaf Dean @Google. Paracel could be easily applied in stochastic gradient descent alike training frameworks.

Besides this, if you run the program on a shared pool of servers, I recommend you to deploy mesos to manage the cluster.

Usage

Contact

zhaojunbo1992chasing@gmail.com

About

The repo involves a Deep Learning method, Stacked Denoising Autoencoder. The repo exploits "paracel", which is a new parallel computing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.9%
  • C++ 34.8%
  • MATLAB 1.4%
  • Shell 1.3%
  • CMake 0.6%