How to Install lasagne-doc in Ubuntu 18.04



Install lasagne-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install lasagne-doc

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.

Homepage: http://lasagne.readthedocs.org/

Version: 0.1+git20160728.8b66737-4

Section: universe/doc