in-cal / incal-dl4j   0.3.0

Apache License 2.0 GitHub

Convenient wrapper of Deeplearning4J mainly for time-series classification

Scala versions: 2.11

InCal DL4J Library version License Build Status

This is a wrapper of Deeplearning4J library designed especially for time-series classification and prediction using (one-dimensional) convolutional neural networks and LSTMs.

Example(s)

Installation

All you need is Scala 2.11. To pull the library you have to add the following dependency to build.sbt

"org.in-cal" %% "incal-dl4j" % "0.3.0"

or to pom.xml (if you use maven)

<dependency>
    <groupId>org.in-cal</groupId>
    <artifactId>incal-dl4j_2.11</artifactId>
    <version>0.3.0</version>
</dependency>

Acknowledgement

Development of this library has been significantly supported by a one-year MJFF Grant (2018-2019): Scalable Machine Learning And Reservoir Computing Platform for Analyzing Temporal Data Sets in the Context of Parkinson’s Disease and Biomedicine