https://github.com/skywarth/svm-vanilla-js
https://github.com/skywarth/svm-vanilla-js
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skywarth/svm-vanilla-js
- Owner: skywarth
- Created: 2020-01-06T21:39:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T14:23:14.000Z (over 5 years ago)
- Last Synced: 2025-02-19T22:38:38.247Z (2 months ago)
- Language: JavaScript
- Size: 426 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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