neuronika
winsafe
Our great sponsors
neuronika | winsafe | |
---|---|---|
16 | 25 | |
712 | 117 | |
5.7% | - | |
6.0 | 9.2 | |
about 1 month ago | 8 days ago | |
Rust | Rust | |
Mozilla Public 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
-
[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.
-
What are you using Rust for?
me and a colleague of mine are developing neuronika
Nobody has the audacity to really push forward this statement, at least not in scientific computing, that I know of. Personally, the lack of somewhat stable GPU computing and some key features of Rust, which are still unstable are slowing the development of neuronika.
winsafe
-
Go: The language of cloud-native development - SD Times
You're lucky, I also wrote one.
-
I have a task of migrating a code base from C++ to Rust. I have no experience for both. My previous experience is C. I was wondering how to tackle this task and if I should first learn C++ or Rust?
I've done a migration from C++ to Rust having experience with both, and it was not easy.
-
More malware is shifting to Rust
Let me know if these suit you. Feel free to open an issue if you need anything.
Maybe you'd like this.
-
My impressions of Rust after the first month
Recently I ran into this exact problem when migrating some methods into traits in WinSafe. I used to return impl Trait when the methods belonged to a struct, but now belonging to a trait the compiler yelled at me.
-
Would std code for Windows ever use the windows crate by Microsoft?
An idiomatic Rust API would add a layer on top of that, providing safe abstractions and taking advantage of lifetime guarantees, which is what the winsafe crate aims for. Of course, you can't automate this kind of thing, so it's very laborious, and it probably will never cover 100% of the vast Win32 API surface.
-
Rust takes a major step forward as Linux's second official language
I write C++ and raw Win32 for more than 20 years. I'm the author of this, and I'm rewriting my personal stuff in Rust just for fun.
-
What is Rust NOT suitable for, architecturally?
Source: I'm the author of a safe Windows API port for Rust, including the API + a full-featured UI layer. I believe I have a fairly elegant model now (zero macros on the user side!), but it took me months of research and many sleepless nights until I could put all the pieces together.
-
C++ for desktop software
I know what I'm talking about because I authored this, and boy it gave me a hard time.
- Recommendations for getting into Rust!
What are some alternatives?
rust-ndarray - ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
are-we-learning-yet - How ready is Rust for Machine Learning?
winlamb - A lightweight modern C++11 library for Win32 API, using lambdas to handle Windows messages.
rust-psvita - Project to build PS Vita apps in rust
rustdesk - Yet another remote desktop software
panamax - Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
skytable - Skytable is a fast, secure and reliable realtime NoSQL database with keyspaces, tables, data types, authn/authz, snapshots and more to build powerful apps
kube-rs - Rust Kubernetes client and controller runtime
autograph - Machine Learning Library for Rust
scalajs-react - Facebook's React on Scala.JS
GlovePIE - The original creator stopped maintaining it and the original site went down. I have uploaded my copy so people can continue using it.
justrunmydebugger - just run my debugger