SOTAVerified

TensorFlow based deep learning layer for Local Derivative Patterns

2022-12-14Software Impacts 2022Code Available0· sign in to hype

Devrim Akgun

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep learning architectures can extract features automatically via particular layers such as convolutions, recurrent networks, and pooling operations. In addition to the predefined layers in TensorFlow, developers can implement their custom layers based on the existing operators. This study presents a new library for using the Local Derivative Pattern (LDP) algorithm as a deep learning layer. The LDP layer has no trainable parameters and extracts the local patterns in four directions. The layer’s output provides the features to the following layers separately or combined. The developed library enables integrating LDP into any desired model that works with two-dimensional input data.

Tasks

Reproductions