Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 780 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 780 Bytes

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.