Docs.rs
nbml-0.1.5
nbml 0.1.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
naatebarber
Dependencies
ndarray ^0.16.1
normal
ndarray-rand ^0.15.0
normal
ndarray-stats ^0.6.0
normal
plotly ^0.12.1
normal
rand ^0.9.2
normal
serde ^1.0.197
normal
serde-binary ^0.5.0
normal
serde_json ^1.0.145
normal
Versions
0.85%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
nbml/
lib.rs
1
pub mod
envs;
2
pub mod
f;
3
pub mod
nn;
4
pub mod
optim;
5
pub mod
rl;
6
pub mod
util;