1 个不稳定版本

0.0.0 2024年5月28日

#20#拓扑

Apache-2.0

6KB

rstopo

crates.io docs.rs

clippy rust


该库目前处于开发初期阶段,尚未准备好用于生产。

rstopo 是一个以拓扑为重点的 Rust 数学库。它被设计成一个轻量级且灵活的库,用于机器学习和科学计算。

功能

  • 线性模型:线性回归、逻辑回归和线性分类器。

入门

从源码构建

首先克隆仓库

git clone https://github.com/FL03/rstopo.git
cd rstopo
cargo build --features full -r --workspace

使用

示例:线性模型(有偏置)

    extern crate rstopo;

    fn main() -> anyhow::Result<()> {
        tracing_subscriber::fmt::init();
        tracing::info!("Starting linear model example");


        Ok(())
    }

贡献

欢迎提交拉取请求。对于重大更改,请先打开一个问题来讨论您想要更改的内容。

请确保根据需要更新测试。

许可证

依赖项

~0.7–1.4MB
~30K SLoC