fnordian / mnist-demo-dl4j-zeppelin

An example for dl4j running in a zeppelin notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dl4j example, running in a Zeppelin notebook

This is a MNIST image classifier, using dl4j. It runs as a scala-standalone application and also as a Zeppelin notebook.

To give it a try, just run

docker run -p 8080:8080 fnordian/zeppelin-mnist-demo-dl4j

and use your browser to connect to http://localhost:8080/

About

An example for dl4j running in a zeppelin notebook


Languages

Language:Scala 98.0%Language:Shell 2.0%