Example usage for org.deeplearning4j.nn.conf.layers ConvolutionLayer subclass-usage

List of usage examples for org.deeplearning4j.nn.conf.layers ConvolutionLayer subclass-usage

Introduction

In this page you can find the example usage for org.deeplearning4j.nn.conf.layers ConvolutionLayer subclass-usage.

Usage

From source file weka.dl4j.layers.ConvolutionLayer.java

/**
 * A version of DeepLearning4j's ConvolutionLayer that implements WEKA option handling.
 *
 * @author Christopher Beckham
 * @author Eibe Frank
 *