Skip to content

ml-python v2.1

Compare
Choose a tag to compare
@vivek3141 vivek3141 released this 13 Mar 05:31
· 116 commits to master since this release

What's new in 2.1

  • Changed code for Gradient Descent Optimization to be in C with Python C API
    • Time is 24% faster compared to vanilla python
    • Check examples in ml/examples OR ml/ml/optimizer/optimizer_test.py
  • Overall Bug Fixes