Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 486 Bytes

File metadata and controls

17 lines (13 loc) · 486 Bytes

This is a package for writing differential programs (i.e. neural networks) in rust.

  • Look at the documentation docs.rs/drug for a better description
  • Check out an example cargo run --example mnist --release!
  • Please give me feedback

Versions

0.0.2

  • Saving functionality
  • New optimizers: momentum, Adam, RMSProp
  • Nodes are now all part of one enum, rather than boxed traits
  • Changed some function type signatures as per clippy suggestions

0.0.1

  • Initial release