Skip to content

Commit 421176a

Browse files
committed
Update package.json
1 parent 8c5682a commit 421176a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This is a site where you can easily try out AI in your browser.
3434
| regression | Least squares, Ridge, Lasso, Elastic net, RLS, Bayesian linear, Poisson, Least absolute deviations, Least trimmed squares, Least median squares, Lp norm linear, Segmented, LOWESS, spline, Gaussian process, Principal components, Partial least squares, Projection pursuit, Quantile regression, k nearest neighbor, IDW, Nadaraya Watson, Priestley Chao, RBF Network, RVM, Decision tree, Random forest, GBDT, XGBoost, SVR, MLP, GMR, Isotonic, Ramer Douglas Peucker |
3535
| interpolation | Nearest neighbor, IDW, Linear, Brahmagupta, Logarithmic, Cosine, (Inverse) Smoothstep, Cubic, (Centripetal) Catmull-Rom, Hermit, Polynomial, Lagrange, Trigonometric, Spline, RBF Network, Akima |
3636
| anomaly detection | Percentile, MAD, Grubbs's test, Thompson test, Tietjen Moore test, Generalized ESD, Hotelling, MT, MCD, k nearest neighbor, LOF, PCA, OCSVM, KDE, GMM, Isolation forest, Autoencoder, GAN |
37-
| dimension reduction | Random projection, PCA (kernel), LSA, MDS, Linear discriminant analysis, NCA, ICA, Principal curve, Sammon, FastMap, Sliced inverse regression, LLE, Laplacian eigenmaps, Isomap, SNE, t-SNE, SOM, GTM, NMF, Autoencoder, VAE |
37+
| dimensionality reduction | Random projection, PCA (kernel), LSA, MDS, Linear discriminant analysis, NCA, ICA, Principal curve, Sammon, FastMap, Sliced inverse regression, LLE, Laplacian eigenmaps, Isomap, SNE, t-SNE, SOM, GTM, NMF, Autoencoder, VAE |
3838
| feature selection | Mutual information, Ridge, Lasso, Elastic net, Decision tree, NCA |
3939
| transformation | Box-Cox, Yeo-Johnson |
4040
| density estimation | Histogram, Average shifted histogram, Polynomial histogram, Maximum likelihood, Kernel density estimation, k nearest neighbor, GMM, HMM |

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ai-on-browser/data-analysis-models",
3-
"version": "0.0.8",
4-
"description": "Data analysis models written completely in Javascript",
3+
"version": "0.0.9",
4+
"description": "Data analysis model package without any dependencies",
55
"type": "module",
66
"main": "lib/index.js",
77
"files": [
@@ -20,9 +20,17 @@
2020
},
2121
"keywords": [
2222
"JavaScript",
23+
"Matrix",
2324
"AI",
2425
"Machine learning",
2526
"Data analysis",
27+
"Clustering",
28+
"Classification",
29+
"Regression",
30+
"Smoothing",
31+
"Anomaly detection",
32+
"Dimensionality reduction",
33+
"Reinforcement learning",
2634
"Neural network"
2735
],
2836
"author": {
@@ -33,7 +41,7 @@
3341
"bugs": {
3442
"url": "https://github.com/ai-on-browser/ai-on-browser.github.io/issues"
3543
},
36-
"homepage": "https://github.com/ai-on-browser/ai-on-browser.github.io#readme",
44+
"homepage": "https://ai-on-browser.github.io/docs",
3745
"devDependencies": {
3846
"documentation": "^13.2.5",
3947
"jest": "^27.2.0",

0 commit comments

Comments
 (0)