Skip to content

Python module for neural networks written in Rust

Notifications You must be signed in to change notification settings

kdjosk/monkey_brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Brain

Neural net implementation in Rust with Python bindings

Python version

per minibatch

real    8m23,635s
user    20m47,278s
sys     46m1,400s

matrix based

real    0m58,072s
user    1m16,569s
sys     1m4,387s

Rust version

per minibatch

real    1m46,730s
user    1m46,415s
sys     0m0,313s

matrix based

real    0m23,912s
user    0m23,648s
sys     0m0,263s

About

Python module for neural networks written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published