koho 0.1.0

A deep learning model for spectral diffusion over k-cells in arbitrary cell complexes, built on `candle`
Documentation
[dependencies.candle-core]
version = "0.9.1"

[dependencies.candle-nn]
version = "0.9.1"

[dependencies.rand]
version = "0.9.0"

[dependencies.thiserror]
version = "2.0.12"

[lib]
name = "koho"
path = "src/lib.rs"

[package]
authors = ["Mesocarp"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A deep learning model for spectral diffusion over k-cells in arbitrary cell complexes, built on `candle`"
edition = "2021"
homepage = "https://github.com/TheMesocarp/koho"
keywords = ["ml", "deep_learning", "spectral_diffusion", "sheaves", "TDA"]
license = "AGPL-3.0"
name = "koho"
readme = "README.md"
repository = "https://github.com/TheMesocarp/koho"
version = "0.1.0"