ankane / torch.rb

Deep learning for Ruby, powered by LibTorch
Other
704 stars 30 forks source link

Added GELU activation. #52

Closed mtortonesi closed 4 months ago

mtortonesi commented 4 months ago

Added Gaussian Error Linear Units (GELU) activation function.

ankane commented 4 months ago

Awesome, thanks @mtortonesi!