From e2b17c969eaa039813971f9fd432eddd467987d3 Mon Sep 17 00:00:00 2001 From: Leon Talbot Date: Sun, 7 Oct 2018 07:38:44 -0400 Subject: [PATCH] video introduction link with installation instruction time. --- contrib/clojure-package/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/clojure-package/README.md b/contrib/clojure-package/README.md index 66ba77b76135..8c71224a3a55 100644 --- a/contrib/clojure-package/README.md +++ b/contrib/clojure-package/README.md @@ -10,6 +10,8 @@ The motivation for creating a Clojure package is to be able to open the deep lea For high leverage, the Clojure package has been built on the existing Scala package using interop. This has allowed rapid development and close parity with the Scala functionality. This also leaves the door open to directly developing code against the jni-bindings with Clojure in the future in an incremental fashion, using the test suites as a refactoring guide. +For a **video introduction**, see [Clojure MXNet with Carin Meier - Clojure Virtual Meetup](https://www.crowdcast.io/e/clojure-mxnet-with-carin) (setup instructions from 20:49) + ## Current State and Plans The Clojure package is nearing the end of its first development milestone which is to achieve a close parity with the Scala package.