Skip to content
/ RustML Public

A native Rust, not-(yet?)-production grade implementation of PyTorch for following Andrej's Karpathy's "Neural Networks: Zero to Hero" tutorials in Rust.

License

Notifications You must be signed in to change notification settings

RKeelan/RustML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustML

A native Rust, not-(yet?)-production grade implementation of PyTorch for following Andrej's Karpathy's "Neural Networks: Zero to Hero" tutorials in Rust.

Features

  • N-dimensional tensors supporting i8, i16, i32, f32, and f64
  • Overloaded operators: +, / (more coming soon)
  • Automatic differentiation and back propagation for f32 and f64 tensors
  • Limited broadcasting support

About

A native Rust, not-(yet?)-production grade implementation of PyTorch for following Andrej's Karpathy's "Neural Networks: Zero to Hero" tutorials in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published