A basic deep learning framework written in Rust, allowing easy definition of Back-Propagation Network. Based on the static computational graph, this framework has a decent running speed on the CPU. You can see example of mnist dataset at examples/mnist.rs. To run the example, you need to download the mnist dataset from here (if it doesn't work, try here). After downloading all the 4 files, extract and put them in a new folder named data
under the root of the project. Then run the example with cargo run --example mnist --release
.
-
Notifications
You must be signed in to change notification settings - Fork 0
rikkaka/nekonet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published