Skip to content

Releases: Bill13579/jetmath

JetMath v1.1.0

05 Jul 12:02
Compare
Choose a tag to compare

Big Changes

  • matrix is now a module on its own
  • The softmax function now only exists inside of nonlin and the features of the original two softmax functions have been combined
  • Fixed a bug in seed()

New Features

  • Python 2 Support
  • Mathematical constants PI and PHI

JetMath 1.0

05 Jul 11:50
Compare
Choose a tag to compare

First release of JetMath

Features

  • A collection of multiple common activation functions
  • Fast Matrices with small sizes
  • A lot of useful functions
  • Built-in sorting algorithms