Fork me on GitHub
#data-science
<
2021-03-12
>
blueberry20:03:18

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

🚀 3
aaelony15:03:12

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

blueberry18:03:51

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

👍 3
blueberry18:03:37

the first major addition will be RNN

aaelony20:03:26

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

blueberry22:03:35

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.

👍 3