Karsten Schmidt

Results 231 comments of Karsten Schmidt

@MaxGraey as mentioned above, i did actually use normalized values for this, since I assumed the values for this ML example (activation function) would be in that range, but also...

++Thanks, Mr. B! Where was this when I started this project? I only knew of http://signalcollect.com, but Fabric is only borrowing some of these ideas. Now, NAIAD seems somewhat even...

Hiya, thanks for your interest & a good question. Custom vertex IDs are supported, but not exactly as what you're after... 1) when you create a new `compute-graph`, you can...

That's a great idea and I will refactor this asap... would also be faster to acess during processing, but would too need to include a check that the user specified...

Hmmm.... Which version of leiningen are you using? Might have something to do with classpath and (i think) that error is about JOCL's missing native dependencies rather than lack of...

That's the same lein version as I'm using and I too don't use the outdated Apple JDK (but Oracle JDK1.8.0_25)... There're a few things to try and I would highly...

JOCL is separate to lein/clojure - it's a Java API and partially autogenerated from C header files (via gluegen). TBH I've been using this on quite a few projects on...

Weird, weird... Running out of options and ideas :( Do you see the 2 files below in your `target/native` folder of the project? libgluegen-rt.jnilib libjocl.jnilib

I've toyed with this in the past (hence also the setup.org file), but a multifile export requires some Elisp setup procedure/magic and I never managed to get expected/usable results. Maybe...

@octogonz thank you! i can't say yet if i can help w/ that - just haven't really looked through the source yet. will keep you posted!