An open API service indexing awesome lists of open source software.

https://github.com/skywarth/svm-vanilla-js


https://github.com/skywarth/svm-vanilla-js

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# SVM-Vanilla-JS
Just a basic implementation of SVM SMO using vanilla javascript and no ES6. Goal was to find out if it was possible to initiate machine learning algoritmhs without use of ES6,ES8 and many more module based futures.

SVM SMO javascript algorithm (*/vanillaSVM.js, kernel.js etc.*) is from [node-svm-smo][lib-repo] library/module thanks to [guihardbastien][the-user].

[lib-repo]: https://github.com/guihardbastien/node-svm-smo
[the-user]: https://github.com/guihardbastien