Simple Browser Implementation of Support Vector Machine
Follow these steps to run the example on your local device:
- Clone this repository onto your machine using
git clone https://github.com/Garg-Doppler/SVM.git cdinto the local repository.- Run
yarnin the terminal to install dependencies. - Run
yarn watchto run the example.