data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
emilaasa 2021-03-07T15:47:50.022400Z

Anyone got experinence using pytorch from clj?

2021-03-09T16:49:06.000100Z

assuming you've already noticed this: https://github.com/gigasquid/libpython-clj-examples/blob/master/src/gigasquid/pytorch_mnist.clj

emilaasa 2021-03-14T18:48:42.001700Z

Yeah I did find that one and it looks great!

emilaasa 2021-03-07T15:50:13.024100Z

I've got a fair bit of experience using python, scikit, numpy and tensorflow - and a fair bit of experience using Clojure. Now I'm leaning towards trying pytorch and I'd like to give it a shot with clojure as my main programming language.

emilaasa 2021-03-07T15:50:30.024500Z

I'm just curious how people do it in practice 🙂

emilaasa 2021-03-07T15:53:45.024800Z

Are you using libpython-clj ?

emilaasa 2021-03-07T15:54:41.025100Z

Maybe this is the right path: https://github.com/gigasquid/libpython-clj-examples