ghostflow-optim 1.0.0

Optimizers for GhostFlow ML framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "ghostflow-optim"

version = "1.0.0"

edition = "2021"

description = "Optimizers for GhostFlow ML framework"

license = "MIT OR Apache-2.0"

repository = "https://github.com/choksi2212/ghost-flow"

homepage = "https://github.com/choksi2212/ghost-flow"

documentation = "https://docs.rs/ghostflow-optim"

keywords = ["optimizer", "sgd", "adam", "machine-learning"]

categories = ["science", "algorithms"]

readme = "../README.md"



[dependencies]

ghostflow-core = { version = "1.0.0", path = "../ghostflow-core" }