Skip to content

An extensible nerual network library written in Rust.

License

Notifications You must be signed in to change notification settings

MagnusChase03/rustflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustflow

An extensible neural network library written in Rust.

Build

$ cargo build --release

Example

$ cargo run --example main
[Epoch 0] Error: 234.7999135872474
[Epoch 1] Error: 281.58307977903195
[Epoch 2] Error: 292.8899879087419
[Epoch 3] Error: 285.9977503178124
[Epoch 4] Error: 286.0137377731525
[Epoch 5] Error: 286.0746144736688
[Epoch 6] Error: 286.15305429141455
[Epoch 7] Error: 286.2219372541041
[Epoch 8] Error: 286.0842752242416
[Epoch 9] Error: 228.97469619269287
...
[Epoch 999] Error: 60.97912823465409
Acc: 0.9733333333333334

About

An extensible nerual network library written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages