Download of index-2.html (index-2.html ( external link: SF.net): 13,561 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
13,561 字节
MD5
6368eb3aeebfaaf4b7a7d18eaf8a3330

项目描述

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.