Java-Machine-Learning
Deep learning library for Java, with fully connected, convolutional, and recurrent layers. Also features many gradient descent optimization algorithms. (by Daniel-Liu-c0deb0t)
corgi
A neural network, and tensor dynamic automatic differentiation implementation for Rust. (by patricksongzy)
Java-Machine-Learning | corgi | |
---|---|---|
1 | 2 | |
134 | 24 | |
0.0% | - | |
0.0 | 4.4 | |
over 5 years ago | 7 months ago | |
Java | Rust | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Java-Machine-Learning
Posts with mentions or reviews of Java-Machine-Learning.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-06.
-
Corgi: Rust neural network/dynamic automatic differentiation library I have been working on
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!!
corgi
Posts with mentions or reviews of corgi.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-06.
-
Corgi: Rust neural network/dynamic automatic differentiation library I have been working on
Fully-connected neural network: https://github.com/patricksongzy/corgi/blob/main/src/dense.rs
-
[P] Corgi: Rust neural network/dynamic automatic differentiation library I have been working on
Github: https://github.com/patricksongzy/corgi
What are some alternatives?
When comparing Java-Machine-Learning and corgi you can also consider the following projects:
L2 - l2 is a fast, Pytorch-style Tensor+Autograd library written in Rust
burn - Burn is a next generation Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability.
autograd-rs - An autograd implementation in Rust
DiffSharp - DiffSharp: Differentiable Functional Programming