ml icon indicating copy to clipboard operation
ml copied to clipboard

Machine learning tools in JavaScript

Results 29 ml issues
Sort by recently updated
recently updated
newest added

:robot: I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/mljs/ml/compare/v5.3.0...v6.0.0) (2022-03-09) ### ⚠ BREAKING CHANGES * update dependencies * remove support for Node.js 12 * remove num-sort package exportation...

autorelease: pending

There's a feature in release-please that allows to update some files automatically with the new version number.

There have been a lot of changes in how we structure and test our projects since the creation of this org. Here are some things that need to be cleaned...

:robot: I have created a release \*beep\* \*boop\* --- ## [6.1.0](https://www.github.com/mljs/ml/compare/v6.0.0...v6.1.0) (2022-02-28) ### Features * add lactame.com action release ([2547a9a](https://www.github.com/mljs/ml/commit/2547a9a1760582612e3c5a012f5ff977655a3f6c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).

autorelease: pending

Is it possible to use https://github.com/mljs/expectation-maximization in the frontend? I tried to include the following line, but it was not there. ``` ``` I would like to implement GMM in...

First of all big Thank You for great `ml-kmeans` and `ml-hclust` packages! Unfortunately clustering does not mean much without proper evaluation of clustering quality. There's been many metrics developed specially...

Any way to specify no. of epochs while training?

Hi there. My use case is to get a movie's genre, and predict the rating that would be given. Since genre are discrete values I considered using Naive Bayes. However...

I downloaded the source code and ran node. \knn.js in the./example/leafDataset directory, but I encountered some errors.The error is as follows (I have run the command NPM install libsvm-js ml-naivebayes...

Would be nice to have the following methods - [x] PCA - [ml-pca](https://github.com/mljs/pca) - [x] Singular Value Decomposition (SVD) - [ml-matrix](https://github.com/mljs/matrix/blob/master/src/dc/svd.js) - [x] Eigen Decomposition - [ml-matrix](https://github.com/mljs/matrix/blob/master/src/dc/evd.js) - [ ]...