套件:python3-keras-preprocessing(1.1.2-1)
python3-keras-preprocessing 的相關連結
Debian 的資源:
下載原始碼套件 keras-preprocessing:
- [keras-preprocessing_1.1.2-1.dsc]
- [keras-preprocessing_1.1.2.orig.tar.xz]
- [keras-preprocessing_1.1.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [keras.io]
相似套件:
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.
其他與 python3-keras-preprocessing 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)
-
- dep: python3-six (>= 1.9.0)
- Python 2 and 3 compatibility library
-
- rec: python3-keras
- deep learning framework running on Theano or TensorFlow