We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

LAML:Linear Algebra and Machine Learning

LAML is a stand-alone pure Java library for linear algebra and machine learning. The goal is to build efficient and easy-to-use linear algebra and machine learning libraries. The reason why linear algebra and machine learning are built together is that full control of the basic data structures for matrices and vectors is required to have fast implementation for machine learning methods. Additionally, LAML provides a lot of commonly used matrix functions in the same signature to MATLAB, thus can also be used to manually convert MATLAB code to Java code.

The SourceForge Speed Test measures Latency/Ping, Jitter, Download Speed, Upload Speed, Buffer Bloat, and Packet Loss. Upon completion, you can view detailed reports about your connection. This HTML5 speed test does not require Flash or Java, and works on all devices including tablets and smartphones. Host on your own infrastructure or use ours. For licensing, inquire today.

Website https://sites.google.com/site/qianmingjie/home/toolkits/laml
Tags
Features
  • Stand-alone Java library, completely cross-platform
  • Built-in Linear Algebra (LA) library
  • Full control of matrices and vectors
  • Many general-purpose optimization algorithms
  • Fast implementation of Machine Learning (ML) methods
  • Matrix functions with almost the same signature to MATLAB
  • Well documented source code and friendly API, very easy to use