ksnn 0.2.0

ksnn, or Kosiorek's Simple Neural Networks, is a crate that simplifies the creation, training, and validation of a neural network. The crate is heavily inspired by "Neural Networks from Scratch in Python" by Harrison Kinsley & Daniel Kukieła.
Documentation
[dependencies.indicatif]
version = "~0.16.2"

[dependencies.ndarray]
version = "~0.15.4"

[dependencies.ndarray-rand]
version = "~0.14.0"

[dependencies.rand]
version = "~0.8.5"

[dependencies.rand_distr]
version = "~0.4.3"

[package]
description = "ksnn, or Kosiorek's Simple Neural Networks, is a crate that simplifies the creation, training, and validation of a neural network. The crate is heavily inspired by \"Neural Networks from Scratch in Python\" by Harrison Kinsley & Daniel Kukieła."
edition = "2021"
exclude = ["src/main.rs", "testing/*", "training/*", "target/*"]
license = "MIT OR Apache-2.0"
name = "ksnn"
readme = "README.md"
resolver = "2"
version = "0.2.0"