Crates.io | nnrs |
lib.rs | nnrs |
version | 0.2.3 |
source | src |
created_at | 2023-03-01 07:48:31.32062 |
updated_at | 2023-03-15 14:07:43.377429 |
description | Rust Neural Network Library |
homepage | https://github.com/OnlyCS/nnrs |
repository | https://github.com/OnlyCS/nnrs |
max_upload_size | |
id | 797823 |
size | 63,859 |
NNRS is a Rust library for creating and working with feedforward neural networks. It provides a set of tools for building and manipulating neural networks, including creating nodes and edges, setting inputs, and firing the network to generate outputs.
Note: this library is still in development, and is not yet ready for use.
To use NNRS, simply add it as a dependency to your Rust project with Cargo:
cargo add nnrs
For the most up-to-date usage information, clone the
repository and run cargo doc --open
, or view the
documentation on docs.rs.
At this moment, NNRS does not include training functionality. You can use this library to generate outputs from pre-trained networks.
NNRS is licensed under the AGPLv3 license. See the LICENSE
file for more
information.