Fork me on GitHub
#data-science
<
2022-04-06
>
rende1118:04:24

Hi there! Recently I have started grokking deep learning and I wanna make exercises and write examples with Clojure. Examples in book uses Jupiter and NumPy , does Clojure have alternatives for this tools? I heard about Clojurepiter it's still relevant? Or may be you can recommend something to me? I'm newbie in data-science.

metasoarous19:04:06

Lots of stuff you can check out: neanderthal & deep diamond for starters are doing some very cool stuff: https://github.com/uncomplicate/neanderthal https://github.com/uncomplicate/deep-diamond

rende1119:04:16

Thanks!

👍 1
metasoarous19:04:54

For notebook-like environments, you can absolutely use Clojupyter, but there's also a number of Clojure-first options, such as: https://github.com/metasoarous/oz https://github.com/scicloj/notespace https://github.com/nextjournal/clerk

metasoarous19:04:35

(Note: I'm the author of Oz; The current 2.0.0-alpha5 release is still a little unstable, so may want to stick with 1.6.0-alpha36 for the moment)