Skip to content

crockpotveggies/dl4j-convolutional-net-scala

Repository files navigation

Convolutional Network with Scala and DL4J

A simple example of the DL4J framework in Scala on a simple dataset of your choice.

To run the test, type gradle run.

#Dataset

Data needs to be placed in the root folder cnn_dataset. Images must can be JPG or PNG image format, single channel only (grayscale). Extra caution must be taken if you dare use RGB formats - Canova, the image loading library, has some bugs.

#Prerequisites

This class requires the latest version of Gradle.

#Debugging

You may also run this library in IntelliJ for debugging purposes if you have the Gradle and Scala plugins enabled.

#Helpful Resources

About

A simple convolutional network in Deeplearning4j and Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages