Smarty_pants Alternatives
Similar projects and alternatives to smarty_pants based on common topics and language
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
tract
Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference [Moved to: https://github.com/sonos/tract] (by snipsco)
-
-
-
neural-network-from-scratch
A neural network library written from scratch in Rust along with a web-based application for building + training neural networks + visualizing their outputs
-
smolrsrwkv
A relatively basic implementation of RWKV in Rust written by someone with very little math and ML knowledge. Supports 32, 8 and 4 bit evaluation. It can also directly load PyTorch RWKV models.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
smarty_pants reviews and mentions
-
I wrote a Neural Network library.
The idea is that you can simply use this crate with your project to easily train a neural network using your project. The library supports creating, training, parsing, and running. It may gain more functionality in the future. As it stands it's quite small and pretty fast with 5 NeuralNetworks taking nano-seconds to train 1000 generations in the example program. I've tried to make sure that it is "complete" and as such, I've documented nearly every function, method, and struct. I've also written an example project and tried to make it relatively easy to use.
Stats
Merlin1846/smarty_pants is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of smarty_pants is Rust.