Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albarji/svm-playground

A playground to experiment with Support Vector Machine models in a visual way
https://github.com/albarji/svm-playground

Last synced: about 1 month ago
JSON representation

A playground to experiment with Support Vector Machine models in a visual way

Awesome Lists containing this project

README

        

# SVM playground






-----------------

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/albarji/svm-playground/c65e9ca0393e69f8c9319d0ddffc7bfd0f95fed0?filepath=svmgui.ipynb)

A playground to experiment with **Support Vector Machine** models in a visual way. Just use the binder link above to launch it!

Alternatively, if you want to run this playground locally, install a [python Anaconda distribution](https://www.anaconda.com/products/individual) and then create the environment using the provided environment file:

conda env create -f environment.yml

After this, log into the environment

conda activate svm-playground

and start Jupyter notebook with

jupyter notebook

Open the notebook named `svmgui.ipynb` and you are ready to go!