Skip to content

JihongMA/BIDMach

 
 

BIDMach is a very fast machine learning library. Check the latest benchmarks

The github distribution contains source code only. To get the libraries for your platform, run ./getdevlibs.sh from this directory. Then you can run bidmach with ./bidmach.

You can build the Java/Scala main jar with sbt (included). There are build scripts for both Scala 2.10 and 2.11. Copy the appropriate one into build.sbt, and then do "./sbt package". You can then run bidmach with ./bidmach (you still need to download the libraries some of which are native).

You can also download an executable bundle from here. You will need the libs from there in order to build from a git branch. We use a lot of native code which isn't all available from repos, and you will save a lot of time and headaches by grabbing compiled versions.

The main project page is here.

Documentation is here in the wiki

New BIDMach has a discussion group on Google Groups.

BIDMach is a sister project of BIDMat, a matrix library, which is also on github

About

CPU and GPU-accelerated Machine Learning Library

Resources

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
Copyright.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 45.9%
  • Scala 29.7%
  • Cuda 7.7%
  • C++ 7.1%
  • C 4.9%
  • Shell 1.9%
  • Other 2.8%