Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 288 Bytes

support_vector_machines

Set-up:

git clone https://github.com/marcodlk/support_vector_machines
cd support_vector_machines/

Produce animations for SVC linear, poly, and rbf kernels using iris dataset:

python3 iris_svc_study.py

Animations are saved to animations folder.