data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
2021-03-12T20:33:18.001500Z

Deep Diamond 0.20.0 released with DNNL upgrade to 2.1.1. https://github.com/uncomplicate/deep-diamond

1🚀
2021-03-17T15:52:12.003200Z

curious as to what the Deep Diamond roadmap will include or includes currently... (e.g. transformers? with attention?)

2021-03-19T18:18:51.005100Z

my goal is primarily to provide core tools so that people can build whatever they need on top of that.

1👍
2021-03-19T18:19:37.005300Z

the first major addition will be RNN

2021-03-19T20:24:26.005600Z

on another note, does Neanderthal support Einstein Summation notation? Numpy (https://numpy.org/doc/stable/reference/generated/numpy.einsum.html) and Torch (https://pytorch.org/docs/stable/generated/torch.einsum.html) and probably others support it... It might be cool to see in Neanderthal

2021-03-19T22:26:35.006100Z

I don't plan to work on that, as I prefer clean explicit API. OTOH, this is something that would be nice to see from 3rd parties. This is why I created Neanderthal; to provide a powerful core that anybody can extend with whatever sugar they like.

1👍