Skip to content

coreyker/pendant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pendant

    .______   
    |   _  \  
    |  |_)  | 
    |   ___/  
    |  |      
    | _|      
          
P E N D A N T:  Python ENvironment for Deep learning with Artificial Neural neTworks

Description

Pendant is a simple python package for training and inference using (deep) artificial neural networks. This package was created for research and pedagogical purposes with musical data in mind (1d time-series data), however, many other good packges exist [1-3].

Currently supported models include restricted Boltzmann machines (RBM), multi-layer perceptrons (MLP), and deep neural networks (DNN).

Installation

Download/clone the repository and add its location to your PYTHONPATH environment variable. See the test scripts in each model file for example use-cases.

References

[1] Python: http://deeplearning.net/software/pylearn2

[2] Lua: http://torch.ch

[3] Matlab: https://github.com/dustinstansbury/medal

About

Python ENvironment for Deep Artificial Neural neTworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages