MLweb
MLweb copied to clipboard
Machine learning and scientific computing (linear algebra, statistics, optimization) javascript libraries, with an online lab.
Hi, I am very happy now to see that the LALOLib can handle matrixes on the browser. Thank you for the nice library! Anyway. The SSL certificate for "https://mlweb.loria.fr/" seemed...
I tried a nullspace calculation which seem to run forever in a standalone web-page. The same two JavaScript lines run quickly on https://mlweb.loria.fr/lalolab/index.html I tried to import the script from...
[ik.zip](https://github.com/lauerfab/MLweb/files/3718535/ik.zip) The attached html file is an experiment of inverse kinematics. After a few iterations (by clicking the update button), the web browser will freeze in SVD calculation. Chrome says...
Having difficulty figuring out how to do SVD on a sparse matrix, does anyone have an example?
Hi there, this seems to be a great platform in javascript for machine learning however it's lacking in popularity compared to other libraries like [Synaptic](https://github.com/cazala/synaptic) which might not be as...
This is a simple change to the header and footer of the module compilations. [The universal module defintion](https://www.davidbcalhoun.com/2014/what-is-amd-commonjs-and-umd/) makes MLWeb easily usable from as many environments as possible. Currently the...
When loading the MLweb scripts from a site that the client has connected to via HTTPS, most browsers won't allow loading the plain HTTP hosted javascript files. See this example:...
For some matrices, this loop starts to loop infinitely: https://github.com/lauerfab/MLweb/blob/bf9a67c03372dcf21aade28984806d2486e4a665/lalolab/src/linalg.js#L6938 I did some debugging, and this if statement appears to always be true: https://github.com/lauerfab/MLweb/blob/bf9a67c03372dcf21aade28984806d2486e4a665/lalolab/src/linalg.js#L6947 Calling `svd` on this matrix (it's...
How can I load data from a textfile from my computer? Both loaddata seems only working for the webserver.