Source: lasagne Maintainer: Debian Science Maintainers Uploaders: Stephen Sinclair Section: science Priority: optional Build-Depends: debhelper (>= 11), dh-python, python-dev , python3-dev , python-setuptools, python3-setuptools, python-theano (>= 0.8.0), python3-theano (>= 0.8.0), python-numpy, python3-numpy, python-docutils , links , python-pytest , python3-pytest , python-mock , python3-mock , python3-sphinx (>= 1.6.5~) , python-numpydoc , python-jinja2 (>= 2.7.3~) , python3-sphinx-rtd-theme , python3-numpydoc Standards-Version: 4.3.0 Homepage: http://lasagne.readthedocs.org/ Vcs-Git: https://salsa.debian.org/science-team/lasagne.git Vcs-Browser: https://salsa.debian.org/science-team/lasagne Package: python-lasagne Architecture: all Section: python Depends: python-theano (>= 0.8.0), ${misc:Depends}, ${python:Depends} Recommends: lasagne-doc Description: deep learning library build on the top of Theano (Python2 modules) Lasagne is a Python library to build and train deep (multi-layered) artificial neural networks on the top of Theano (math expression compiler). In comparison to other abstraction layers for that like e.g. Keras, it abstracts Theano as little as possible. . Lasagne supports networks like Convolutional Neural Networks (CNN, mostly used for image recognition resp. classification) and the Long Short-Term Memory type (LSTM, a subtype of Recurrent Neural Networks, RNN). . This package contains the modules for Python 2. Package: python3-lasagne Architecture: all Section: python Depends: python3-theano (>= 0.8.0), ${misc:Depends}, ${python3:Depends} Recommends: lasagne-doc Description: deep learning library build on the top of Theano (Python3 modules) Lasagne is a Python library to build and train deep (multi-layered) artificial neural networks on the top of Theano (math expression compiler). In comparison to other abstraction layers for that like e.g. Keras, it abstracts Theano as little as possible. . Lasagne supports networks like Convolutional Neural Networks (CNN, mostly used for image recognition resp. classification) and the Long Short-Term Memory type (LSTM, a subtype of Recurrent Neural Networks, RNN). . This package contains the modules for Python 3. Package: lasagne-doc Architecture: all Section: doc Build-Profiles: Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax Recommends: python-lasagne, python3-lasagne Description: deep learning Python library build on the top of Theano (docs) Lasagne is a Python library to build and train deep (multi-layered) artificial neural networks on the top of Theano (math expression compiler). In comparison to other abstraction layers for that like e.g. Keras, it abstracts Theano as little as possible. . Lasagne supports networks like Convolutional Neural Networks (CNN, mostly used for image recognition resp. classification) and the Long Short-Term Memory type (LSTM, a subtype of Recurrent Neural Networks, RNN). . This package contains the documentation.