flashlight 0.0.8

neural network library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "flashlight"
version = "0.0.8"
edition = "2024"
authors = ["Maciej Bejmowicz <bejmach@gmail.com>"]
description = "neural network library"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Bejmach/flashlight"
homepage = "https://github.com/Bejmach/flashlight"

[dependencies]
rand = "0.9.1"
flashlight_tensor = "0.2.3"