neuronika
tonic
Our great sponsors
neuronika | tonic | |
---|---|---|
19 | 41 | |
911 | 6,988 | |
4.2% | 5.3% | |
0.0 | 7.3 | |
6 months ago | 2 days ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
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
- 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
-
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.
-
What are you using Rust for?
me and a colleague of mine are developing neuronika
tonic
-
Is there something like Feathersjs for Rust?
You could have a look at gRPC i.e. https://github.com/hyperium/tonic
-
Keyword Generics Progress Report: February 2023 | Inside Rust Blog
The remaining gap is remote actors, since you still need some kind of serialization between them, and take your pick of standards for that one such as gRPC using Tonic.
-
A Rust client library for interacting with Microsoft Airsim https://github.com/Sollimann/airsim-client
gRPC (this is more for exposing your services through an API)
-
Hey Rustaceans! Got a question? Ask here (3/2023)!
Tonic itself uses arduino/setup-protoc and it seems to just work.
-
Implement grpc client in rust language for openresty/Nginx
tonic is my favourite rust library. It's based on hyper and tokio. Everything works in async/await way.
-
Looking for a cross-language communication framework between Rust and Python
Rust Python
-
GCP firestore and logging SDK in rust
I'm pretty sure that GCP's APIs (unlike AWS, which uses Smithy for very genuinely, very good reason) are defined using Protobuf and can be communicated with over gRPC, which means that you don't need to bind via cxx to GCP's C++ APIs. Take a look at this example using Tonic. If you're to use Tonic, you'll also be able to use Tower's middleware (main crate, http-specific) to implement retries, timeouts, tracing, and all the other things you need to be production-ready.
-
grpc gateway
Maybe https://github.com/hyperium/tonic
-
[help] Tonic-build: how to generate generic service definition?
Hi r/rust, I have a question regarding tonic-build (or prost-build).
What are some alternatives?
actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
grpc-rust - Rust implementation of gRPC
axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
tarpc - An RPC framework for Rust with a focus on ease of use.
prost - PROST! a Protocol Buffers implementation for the Rust Language
rust-prometheus - Prometheus instrumentation library for Rust applications
prost - PROST! a Protocol Buffers implementation for the Rust Language
tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
gRPC - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
rust-ndarray - ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
warp - A super-easy, composable, web server framework for warp speeds.
rust - Empowering everyone to build reliable and efficient software.