Hi this is may be something I’m not understanding… I’m trying to learn to use neanderthal, but with `(defproject nean “0.1.0-SNAPSHOT” :description “FIXME: write description” :url “http://example.com/FIXME” :license {:name “Eclipse Public License” :url “http://www.eclipse.org/legal/epl-v10.html”} :dependencies [[org.clojure/clojure “1.9.0"] [uncomplicate/neanderthal “0.18.0”]]) ` I can’t seem to start up repl or even nrepl. I see this error message. `Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:0.9.0 in central (https://repo1.maven.org/maven2/) Could not find artifact org.jcuda:jcuda-natives:jar:apple-x86_64:0.9.0 in clojars (https://repo.clojars.org/) Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:0.9.0 in central (https://repo1.maven.org/maven2/) Could not find artifact org.jcuda:jcublas-natives:jar:apple-x86_64:0.9.0 in clojars (https://repo.clojars.org/) This could be due to a typo in :dependencies, file system permissions, or network issues. ` is cuda absolutely necessary? I was just trying to play around with neaderthal with cpu just to code up simple computations
@jeeq Solution: https://github.com/uncomplicate/neanderthal/issues/41
Hi. Newbie to Neanderthal. Experimenting with using it with Principal Component Analysis. Any suggestions on improving the following code? In particular, the use of doseq
in nsubtract-colmeans
. Thanks!
oops. sorry for the duplicate defn
s.