Giter VIP home page Giter VIP logo

derprnn's Introduction

DerpRNN

Deep RNN models with Theano.

Why 'DerpRNN'? Because 'DeepRNN' was already taken!

This is a smallish Python module for deep recurrent neural networks using Theano. Evolving through time and the layers is performed all in a nested theano.scan loop, so the implementation is in this way a bit different than in e.g. Keras. Here's a list of some of the features (of the DeepRNN class):

  • Hidden recurrent layers can be SRU (standard recurrent layer) or GRU (all same type and shape!)
  • tanh "read in" layer before the recurrent layers
  • Readout layer can be RBM, tanh, sigmoid or softmax
  • There's also a fully translation invariant version (InvariantDeepRNN, but it's not quite done yet...)

Please see the Demo notebook for example usage!

Requirements are the usual scientific python ones, plus of course Theano. Also python-midi is needed for processing the midi data. You may also need need cython.

There's a seup script, so you should be able to install the module and the dependencies by pip install git+https://github.com/harpone/DerpRNN.

If that fails, you can try cloning the repo by git clone https://github.com/harpone/DerpRNN and then python setup.py build_ext --inplace to compile the cython modules (although you may not need to do that at all, depending on your machine).

derprnn's People

Contributors

harpone avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.