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

Last updated: October 05,2024

1. Install "python3-theano.noarch" package

Please follow the step by step instructions below to install python3-theano.noarch on Fedora 34

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

2. Uninstall "python3-theano.noarch" package

Please follow the guidelines below to uninstall python3-theano.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:01:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-theano
Version : 1.0.13
Release : 2.fc34
Architecture : noarch
Size : 2.0 M
Source : python-theano-1.0.13-2.fc34.src.rpm
Repository : fedora
Summary : Mathematical expressions involving multidimensional arrays
URL : https://docs.pymc.io/PyMC3_and_Theano.html
License : BSD
Description : Theano is a Python library that allows you to define, optimize, and
: evaluate mathematical expressions involving multi-dimensional arrays
: efficiently. Theano features:
: - tight integration with NumPy: Use numpy.ndarray in Theano-compiled
: functions.
: - transparent use of a GPU: Perform data-intensive calculations up to
: 140x faster than with CPU (float32 only).
: - efficient symbolic differentiation: Theano does your derivatives for
: function with one or many inputs.
: - speed and stability optimizations: Get the right answer for log(1+x)
: even when x is really tiny.
: - dynamic C code generation: Evaluate expressions faster.
: - extensive unit-testing and self-verification: Detect and diagnose many
: types of mistake.