Rust_Simple_DNN 0.1.2

A crate for making optimized modular neural networks in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.rand]
version = "0.8.5"

[package]
description = "A crate for making optimized modular neural networks in rust"
edition = "2021"
license = "MIT"
name = "Rust_Simple_DNN"
readme = "README.md"
repository = "https://github.com/TrevorBlythe/Rusty-DNN"
version = "0.1.2"