neuronika
Tensors and dynamic neural networks in pure Rust. (by neuronika)
conan-center-index
Recipes for the ConanCenter repository (by conan-io)
neuronika | conan-center-index | |
---|---|---|
19 | 42 | |
1,073 | 1,030 | |
1.6% | 2.5% | |
0.0 | 10.0 | |
over 2 years ago | 7 days ago | |
Rust | Python | |
Apache License 2.0 | 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.
neuronika
Posts with mentions or reviews of neuronika.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-02.
- This year I tried solving AoC using Rust, here are my impressions coming from Python!
-
Deep Learning in Rust: Burn 0.4.0 released and plans for 2023
Also perhaps comparing to Neuronika.
-
Making a better Tensorflow thanks to strong typing
how does it compare with https://github.com/spearow/juice, https://github.com/neuronika/neuronika and https://github.com/spearow/juice?
-
[D] To what extent can Rust be used for Machine Learning?
Check where and how this struct is used. https://github.com/neuronika/neuronika/blob/variable-rework/neuronika-variable/src/history.rs
-
What do I need for an ML/DL based scripting language in Rust?
Also you can take a look at neuronika.
-
ML in Rust
There is also https://github.com/neuronika/neuronika
-
Enzyme: Towards state-of-the-art AutoDiff in Rust
I have a question: as the maintainer of [neuronika](https://github.com/neuronika/neuronika), a crate that offers dynamic neural network and auto-differentiation with dynamic graphs, I'm looking at a future possible feature for such framework consisting in the possibility of compiling models, getting thus rid of the "dynamic" part, which is not always needed. This would speed the inference and training times quite a bit.
- Any role that Rust could have in the Data world (Big Data, Data Science, Machine learning, etc.)?
-
What sort of mature, open-source libraries do you feel Rust should have but currently lacks?
If you like autograd you will love neuronika
-
bhtsne 0.5.0, now 5.6x faster on a 4 core machine, plus a summary of my Rust journey (so far)
After reading most of the book, I wanted to get my hands dirty. My initial idea was to build a small machine learning framework but I deemed it to be too difficult if not impossible for me at the time. (Now, neuronika would have something to say). When gathering the bibliography for my thesis, I recalled to have stumbled upon a particular algorithm, t-SNE, whom I liked very much. I found the idea behind it to be very clever and elegant (t-SNE it's still one of my favorite algorithms, together with backprop and SOM, I find manifold learning fascinating in general). "So be it", I said, and I began writing a mess of a code, that was basically a translation of the C++ implementation. Boy was it bad.
conan-center-index
Posts with mentions or reviews of conan-center-index.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-13.
-
Conan: Your Embedded Cross-Compilation Champion
Visit Conan Center: Go to Conan Center to browse or search for libraries.
- The xz attack shell script
-
Mokara.io Open Beta (Pre-Built C++ Third-Party Libraries)
Just checkout ConanCenter https://conan.io/center it's free.
-
Looking for projects to contribute to
https://github.com/conan-io/conan-center-index there's 200+ PR that need reviewing :) we add community reviewers fairly often
-
Conan package manager completely broken after 2.0 release
As for ffmpeg it was last updated 10 days ago https://github.com/conan-io/conan-center-index/commits/master/recipes/ffmpeg/all :)
-
PcapPlusPlus in Conan 2.0
This is a more complicated recipe https://github.com/conan-io/conan-center-index/blob/master/recipes/pcapplusplus/all/conanfile.py
-
OpenSSL 3.1 Released
You can use the Conan package manager with prebuilt binaries/libraries
https://conan.io/center
-
Compiling CrowCPP on Windows and about to kms
It's available in Conan too https://github.com/conan-io/conan-center-index/tree/master/recipes/crowcpp-crow though it's not well maintained so no promises if it's working
-
Is there a way to make sure that my friend on windows can compile my c++ project that i made on linux?
You need something like https://conan.io/center/ to install the dependencies. You're lucky because it works well with CMake.
-
Conan 2.0, the new version of the open-source C and C++ package manager
This post on github contains a list of packages supported by conan 2.0, its also kept up to date https://github.com/conan-io/conan-center-index/discussions/16196
What are some alternatives?
When comparing neuronika and conan-center-index you can also consider the following projects:
rust-ndarray - ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
std-simd - std::experimental::simd for GCC [ISO/IEC TS 19570:2018]
autograph - A machine learning library for Rust.
cmake-init-vcpkg-example - cmake-init generated executable project with vcpkg integration
tractjs - Run ONNX and TensorFlow inference in the browser.
VulkanExamples - Examples and demos for the Vulkan C++ API