thinktopic/experiment ?

70 views
Skip to first unread message

Peter Denno

unread,
Oct 9, 2017, 8:20:14 PM10/9/17
to clojure-cortex
Hi, 

What is this dependency, [thinktopic/experiment "0.9.22-SNAPSHOT"] found in the xor-mlp example? 
leiningen doesn't find it. 

(defproject xor-mlp "0.9.22-SNAPSHOT"
  :dependencies [[org.clojure/clojure "1.8.0"]
                 [thinktopic/experiment "0.9.22-SNAPSHOT"]]
  :repl-options {:init-ns xor-mlp.core})

Thanks!
   - Peter

Harold

unread,
Oct 11, 2017, 12:11:40 PM10/11/17
to clojure-cortex
Hi Peter,

Thanks for your interest.

Experiment is a library of higher level functions that simplify working with cortex.

The source for the experiment library is here, in the cortex repo:

The deps are on Clojars:

Looking at your report, I believe the `xor-mlp` example should not depend on a SNAPSHOT version, so I've logged an issue here:

To get the `xor-mlp` example to run, you could change the experiment dep to the released version:
[thinktopic/experiment "0.9.22"]

Hope that helps!
-Harold
Reply all
Reply to author
Forward
0 new messages