Docs.rs
neural-network-rs-0.1.4
neural-network-rs 0.1.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
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
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
neural_
network_
rs
0.1.4
Summary
Required Methods
summerize
Implementors
In neural_
network_
rs::
neural_
network
neural_network_rs
::
neural_network
Trait
Summary
Copy item path
Source
pub trait Summary { // Required method 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
<'_>