Skip to content

Convenient wrapper of Deeplearning4J mainly for time-series classification

License

Notifications You must be signed in to change notification settings

in-cal/incal-dl4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convenient wrapper of Deeplearning4J mainly for time-series classification

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages