Skip to content

CasperN/drug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Differentiable Rust Graphs (neural network library)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages