Skip to content

v1.1.1 Stable release

Latest
Compare
Choose a tag to compare
@SiddeshSambasivam SiddeshSambasivam released this 04 Jul 15:43
· 22 commits to master since this release
  • ADD: Linear layer: Provides an abstraction to a linear model
  • ADD: Log, exp and softmax functions
  • ADD: Momentum to SGD
  • ADD: Uniform weight initialization to linear layer
  • FIX: Softmax underflow issue, Tanh bug,