-
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
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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 ;)
-
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!!