Our great sponsors
-
corgi
A neural network, and tensor dynamic automatic differentiation implementation for Rust. (by patricksongzy)
Fully-connected neural network: https://github.com/patricksongzy/corgi/blob/main/src/dense.rs
-
this is really cool! i wrote a library a lot like this last year (https://github.com/bilal2vec/L2) and wrote up a very WIP blog post (https://bilal2vec.github.io/blog/rust/2020/08/02/writing-a-machine-learning-library-in-rust.html) about how i made it if y'all are interested ;)
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
Java-Machine-Learning
Deep learning library for Java, with fully connected, convolutional, and recurrent layers. Also features many gradient descent optimization algorithms.
holyyy another '25 :o I only know one other guy who made a autograd library while in hs/first year uni (https://github.com/Daniel-Liu-c0deb0t/Java-Machine-Learning) so it is so cool to see other people doing this!!