neurons 0.0.3

A simple neural network implementation in Rust
Documentation
[[example]]
name = "train"
path = "examples/train.rs"
[dependencies.csv]
version = "1.3.0"

[dependencies.rand]
version = "0.8.5"

[package]
authors = ["Hallvard Høyland Lavik"]
description = "A simple neural network implementation in Rust"
edition = "2021"
homepage = "https://github.com/hallvardnmbu/neurons"
include = ["**/*.rs", "Carg.toml"]
license = "Apache-2.0"
name = "neurons"
readme = "README.txt"
repository = "https://github.com/hallvardnmbu/neurons"
version = "0.0.3"