Skip to content

An autograd engine using tensors and matrices instead of scalar values

License

Notifications You must be signed in to change notification settings

ron0studios/tensorgrad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorgrad

An autograd engine using tensors/matrices instead of scalar values. Due to Python's GIL, it is impossible to gain the benefit of using matrix transforms to parallelise the backward pass without creating a c extension. Mainly for educational purposes

About

An autograd engine using tensors and matrices instead of scalar values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages