crystal-data / num.cr

Scientific computing in pure Crystal
MIT License
151 stars 12 forks source link

Add log and tanh to Num::Grad::Variable #83

Closed nogginly closed 1 year ago

nogginly commented 1 year ago

Fixes #82

@christopherzimmerman, this PR adds log and tanh to Num::Grad::Variable with backprop using their derivatives.