Skip to content

Bill13579/jetmath

Repository files navigation

JetMath is an extensive math library focused on machine learning.

Features

  • Written using only Pure-Python
  • A collection of multiple common activation functions
  • Fast Matrices with small sizes
  • Built-in sorting algorithms

Compatibility

JetMath supports both Python 2 & 3. Because JetMath is written using only Pure-Python, it is compatible with Jython, IronPython, and any other Python implementations.

Contributing

If you like this project, please share it. Your support is always welcomed!

Also, JetMath is an open-source project, so feel free to submit any issues that you are experiencing and I will do my best to fix it. And if you can fix the issue altogether, feel free to submit a pull request!

File Structure

dist/ - Latest build
releases/ - Historical builds
jetmath/ - Source code directory
jetmath/math.py - Basic math operations & Other utility functions
jetmath/matrix.py - Matrix object
jetmath/nonlin.py - Non-linear activation functions
jetmath/random.py - Random number generator & Random event executor
jetmath/round.py - Number rounding tool
jetmath/sort.py - Sorting tool
LICENSE - The license for this project
README.md - The README file
README_PYPI.md - The README file for Pypi