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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"