Skip to content

ml-python v1.11

Compare
Choose a tag to compare
@vivek3141 vivek3141 released this 04 Nov 00:53
· 300 commits to master since this release

ML-python v1.11

Implemented Algorithms

  • 2D CNN
  • Basic MLP
  • K-Means
  • Linear Regression
  • Logistic Regression
  • Graph Modules

What's new in 1.11

  • Added to_print for ml.nn.NeuralNetwork.fit
  • Adding .travis.yml for build testing
  • Fixed files in /examples
  • Minor bug fixes