Metadata-Version: 1.1
Name: DeepLearningStack
Version: 0.0.8
Summary: A Python package for creating deep network graphs using Theano
Home-page: https://github.com/mohsenmalmir/DeepLearningStack
Author: Mohsen Malmir
Author-email: mmalmir@ucsd.edu
License: MIT
Download-URL: https://github.com/mohsenmalmir/DeepLearningStack/tarball/0.0.8
Description: DeepLearningStack
        =======================
        
        A project that helps develop deep learning models using Theano with xml configuration.
        
        ----
        
        DeepLearningStack allows easy definition of deep neural networks with XML configuration files.
        The package contains modules for definition of MLP, convolutional networks, reinforcement learning and recurrent neural networks.
        
Keywords: deep recurrent neural network reinforcement learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
