Skip to content

Demo project to build Deep Learning models in the JVM with DL4J (and its webapp 'DrawMeACat')

License

Notifications You must be signed in to change notification settings

arnauddelaunay/deep-learning-with-dl4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVOXX - Tools in Action - DL4J Demo

Install

  1. Compile and download dependencies with Maven : mvn clean package
  2. Download data into a data directory at the root of the project (see instructions here)

Webapp

To run the webapp, simply execute mvn play2:run -pl webapp

alt text

Train a model

Launch TrainMainSolution from package devoxx.dl4j.core.trainer

Use Tensorflow 2.0 to explore

As we wanted to experiment the interface betweend ND4J and Keras, we built a Keras model with Tensorflow 2.0.

Everything is available herein the exploration directory, with all the explanations concerning the python virtualenv we used.

About

Demo project to build Deep Learning models in the JVM with DL4J (and its webapp 'DrawMeACat')

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published