Skip to content

Files

Latest commit

e704903 · Jun 1, 2021

History

History

deeplearning-image-gpu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 20, 2018
Jun 1, 2021
Jan 31, 2018
Mar 19, 2019
Mar 19, 2019
Mar 20, 2018
Mar 20, 2018
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021

Plugin information

⚠️ Starting with version 0.1.7, this plugin is considered as "Legacy" and will be maintained only to fix critical issues. For the latest features, we recommend using the new Deep Learning plugin

This plugin provides several tools to use images in machine learning applications. You can use a pre trained model to score images and obtain classes, or for feature extraction (obtaining the values taken by a layer for each image). You can also retrain a model to specialize it on a particular set of images, this process is known as transfer learning.

This plugin relies on the Keras library. Keras is an open source neural network library written in Python. We use it to run on top of the TensorFlow library as it enables fast experimentation with deep neural networks.

This plugin provides a total of 3 recipes, a macro and a webapp template.

This plugin will require the tensorflow-gpu package and is able to run computations on GPUs.

Copyright notice

Original work Copyright (c) 2016 François Chollet