Fork me on GitHub
#data-science
<
2022-07-27
>
kwladyka09:07:20

https://pytorch.org/blog/pytorch-1-dot-4-released-and-domain-libraries-updated/ https://www.tensorflow.org/jvm/install https://wiki.pathmind.com/java-ai https://www.baeldung.com/java-ai Use case: cryptocurrency trading. Which tools do you recommend? I was trying to do it in Python, but it is too frustrating experience for me while I used to Clojure. I am looking something what I can use with Clojure / Java. But description of this tools are too poor and I don't know which of them I can consider to use.

Daniel Slutsky09:07:50

Hi @U0WL6FA77. The Scicloj website lists some of the relevant tools and libraries in Clojure. https://scicloj.github.io/docs/resources/libs/ Specifically for deep learning: https://scicloj.github.io/docs/resources/libs/#deep-learning You can also use Pytorch from Clojure through Libpython-clj: https://github.com/clj-python/libpython-clj Of course, it depends on what you are trying to do. The Clojurians Zulip chat is a good space to discuss such topics in detail. https://scicloj.github.io/docs/community/chat/

kwladyka09:07:36

Thank you @U066L8B18 As far as I understand my use case is NOT deep learning. I was reading https://scicloj.github.io/docs/resources/libs/ but I remember I found things too outdated without any commits for a long time.

kwladyka09:07:08

Do you have opinion about tools from point 5 on this website https://www.baeldung.com/java-ai ?

kwladyka09:07:42

Are these tools good for my use case?

Daniel Slutsky10:07:04

> I remember I found things too outdated without any commits for a long time Thanks, yes, https://scicloj.github.io/docs/resources/libs/ does list unmaintained libraries. A star () means that we know the library to be actively used and useful.

Daniel Slutsky10:07:28

> Do you have opinion about tools from point 5 on this website https://www.baeldung.com/java-ai ? Interesting list, thanks. For point 5 -- Machine Learning -- https://haifengl.github.io/ (not mentioned there) and https://djl.ai/ (which is mentioned there, and is mostly about deep learning) are great options. Both have Clojure wrappers: https://github.com/scicloj/scicloj.ml.smile by @U7CAHM72M https://github.com/scicloj/clj-djl by @U011J2CQT0F which are accessible from the the https://github.com/scicloj/scicloj.ml library for machine learning in Clojure. If you tend to use some of the other options for some reason, you may wish to check the license. For example, Weka uses GNU GPL, which could be too restrictive for some uses.

Daniel Slutsky10:07:36

> Are these tools good for my use case? I know too little about your use case. 😊 Happy to chat, one day, if it helps.

Daniel Slutsky10:07:43

Anyway, it'd be useful to bring such discussions to the Clojurians Zulip.

kwladyka10:07:05

I will. Thank you,

🙏 1