Just a playground for algorithms. Some of the demo's in this repo rely on Webworkers to offload the computation to multiple CPU cores.
https://richwandell.github.io/jsalgos/dist/linear_regression/ols/test.html
https://richwandell.github.io/jsalgos/dist/linear_regression/bgdVsgd/test.html
https://richwandell.github.io/jsalgos/dist/logistic_regression/test.html
https://richwandell.github.io/jsalgos/dist/a_nn/1/test.html
https://richwandell.github.io/jsalgos/dist/kalman_filter/1d/test.html
https://richwandell.github.io/jsalgos/dist/particle_filter/test.html
https://richwandell.github.io/jsalgos/dist/k_nearest_neighbor/test.html
https://richwandell.github.io/jsalgos/dist/k_means/test.html
https://richwandell.github.io/jsalgos/dist/decision_tree/test.html
https://richwandell.github.io/jsalgos/dist/edge_detection/sobel/test.html
https://richwandell.github.io/jsalgos/dist/projective_geometry/test.html
https://richwandell.github.io/jsalgos/dist/huffman_coding/test.html
https://richwandell.github.io/jsalgos/dist/fractal_tree/index.html
https://richwandell.github.io/jsalgos/dist/mandelbrot_set/index.html
https://richwandell.github.io/jsalgos/dist/mnb/test.html
https://richwandell.github.io/jsalgos/dist/dithering/index.html
TODO:
- Mean-Shift Clustering