This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-01
Channels
- # beginners (28)
- # cider (39)
- # cljs-dev (2)
- # cljsjs (1)
- # clojure (67)
- # clojure-conj (1)
- # clojure-dev (103)
- # clojure-gamedev (3)
- # clojure-uk (2)
- # clojurescript (46)
- # data-science (7)
- # datascript (1)
- # fulcro (5)
- # lein-figwheel (2)
- # mount (2)
- # off-topic (55)
- # portkey (7)
- # protorepl (11)
- # re-frame (45)
- # reagent (21)
- # shadow-cljs (34)
- # tools-deps (3)
- # vim (8)
- # yada (1)
Spent the day playing around with TensorFlow for JavaScript from ClojureScript instead of doing my taxes and wrote up some notes https://e-string.com/articles/tensorflow-for-javascript-for-clojurescript/
Thank you for taking the time to do this !
@juliobarros Thanks! I was waiting for this
https://dragan.rocks/articles/18/Out-of-the-box-for-TensorFlow-PyTorch-from-Clojure-Neanderhtal
@bpiel Thanks. Its interesting that the JS api is so complete. It will be fun to build things in the browser. Also interesting is that they announced Swift bindings which I interpret to mean as an experiment to try to possibly replace Python as the primary language (or something). Enjoyed the video of your talk on guildsman btw.
@juliobarros very interesting - JavaScript would be a great target for ClojureScript/Node
I donโt think it works on Node yet. I believe it currently uses web gl for gpu acceleration . But node and server side gpu support is in the works. As I understand it.