How to Install and Uninstall python3-lasagne.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-lasagne.noarch" package

This guide covers the steps necessary to install python3-lasagne.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-lasagne.noarch

2. Uninstall "python3-lasagne.noarch" package

Please follow the guidance below to uninstall python3-lasagne.noarch on Fedora 34:

$ sudo dnf remove python3-lasagne.noarch $ sudo dnf autoremove

3. Information about the python3-lasagne.noarch package on Fedora 34

Last metadata expiration check: 4:36:43 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-lasagne
Version : 0.1
Release : 19.fc34
Architecture : noarch
Size : 139 k
Source : python-lasagne-0.1-19.fc34.src.rpm
Repository : fedora
Summary : Lightweight library to build and train neural networks in Theano
URL : https://github.com/Lasagne/Lasagne
License : MIT
Description : Lasagne is a lightweight library to build and train neural networks in Theano.
: Its main features are:
:
: Supports feed-forward networks such as Convolutional Neural Networks (CNNs),
: recurrent networks including Long Short-Term Memory (LSTM), and any combination
: thereof
: Allows architectures of multiple inputs and multiple outputs, including
: auxiliary classifiers
: Many optimization methods including Nesterov momentum, RMSprop and ADAM
: Freely definable cost function and no need to derive gradients due to Theano's
: symbolic differentiation
: Transparent support of CPUs and GPUs due to Theano's expression compiler
:
: This package allows for use of python-lasagne with Python 3.