How to Install and Uninstall python3-keras-preprocessing Package on Ubuntu 21.10 (Impish Indri)

Last updated: October 05,2024

1. Install "python3-keras-preprocessing" package

This tutorial shows how to install python3-keras-preprocessing on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-keras-preprocessing

2. Uninstall "python3-keras-preprocessing" package

This guide let you learn how to uninstall python3-keras-preprocessing on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-keras-preprocessing $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-keras-preprocessing package on Ubuntu 21.10 (Impish Indri)

Package: python3-keras-preprocessing
Architecture: all
Version: 1.1.0+ds-1
Priority: optional
Section: universe/python
Source: keras-preprocessing
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 169
Depends: python3-numpy, python3-six (>= 1.9.0), python3:any (>= 3.6~)
Recommends: python3-keras
Filename: pool/universe/k/keras-preprocessing/python3-keras-preprocessing_1.1.0+ds-1_all.deb
Size: 31420
MD5sum: c80d7579cb5645cee720d8672305488a
SHA1: 11337bc8464ebd66f11d5aec08c072d8a70a716c
SHA256: 2f7aae050409817d4a511320c5ebbfd77398524d99d35a610ae22d02c5fd1910
SHA512: 610e4a62803861959c12584d9054f68c64862be33e64e18610cf29ecf1787965987fc06458f00f82fd43a1366db9877089b449e477420f998f6c7fc909195438
Homepage: https://keras.io/
Description-en: data preprocessing module for the Keras deep learning framework
Keras is a Python library for machine learning based on deep (multi-
layered) artificial neural networks (DNN), which follows a minimalistic
and modular design with a focus on fast experimentation.
.
Features of DNNs like neural layers, cost functions, optimizers,
initialization schemes, activation functions and regularization schemes
are available in Keras a standalone modules which can be plugged together
as wanted to create sequence models or more complex architectures.
Keras supports convolutions neural networks (CNN, used for image
recognition resp. classification) and recurrent neural networks (RNN,
suitable for sequence analysis like in natural language processing).
.
It runs as an abstraction layer on the top of Theano (math expression
compiler) by default, which makes it possible to accelerate the computations
by using (GP)GPU devices. Alternatively, Keras could run on Google's
TensorFlow (not yet available in Debian).
.
Keras Preprocessing is the data preprocessing and data augmentation
module of the Keras deep learning library. It provides utilities for
working with image data, text data, and sequence data.
Description-md5: 7d866d8e7f78413ecd6df26865608110