Fork me on GitHub
#data-science
<
2018-04-01
>
juliobarros03:04:21

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/

๐Ÿ‘ 20
๐Ÿ‘ 12
Fahd El Mazouni08:04:31

Thank you for taking the time to do this !

bpiel09:04:45

@juliobarros Thanks! I was waiting for this

juliobarros16:04:08

@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.

๐Ÿ‘ 4
gigasquid21:04:46

@juliobarros very interesting - JavaScript would be a great target for ClojureScript/Node

juliobarros22:04:55

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.