Docs.rs
neural-network-rs-0.1.3
neural-network-rs 0.1.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
ManuelLerchner
Dependencies
itertools ^0.8
normal
ndarray ^0.15.6
normal
ndarray-rand ^0.14.0
normal
plotters ^0.3.4
normal
png ^0.17.6
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
☰
Summary
Required Methods
summerize
Implementors
In neural_network_rs::neural_network
?
Trait
neural_network_rs
::
neural_network
::
Summary
source
·
[
−
]
pub trait Summary { fn
summerize
(&self) ->
String
; }
Required Methods
source
fn
summerize
(&self) ->
String
Implementors
source
impl
Summary
for
ADAM
source
impl
Summary
for
RMS_PROP
source
impl
Summary
for
SGD
source
impl
Summary
for
Network
<'_>