neurons 0.0.2

A simple neural network implementation in Rust
Documentation
[[bin]]
name = "neurons"
path = "src/main.rs"

[[example]]
name = "example_train"
path = "examples/example_train.rs"
[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.2"