Skip to content

Code of "Locally linear support vector machines"

Notifications You must be signed in to change notification settings

phidiaLam/LL-SVM

Repository files navigation

LL-SVM

Install

  • poetry install

Run

  • if want to run banana dataset or moon dataset

    • poetry run python main.py <moon/banana> <anchor_number>
  • other

    • poetry run python main.py <upsp/mnist/letter/caltech> <anchor_number> <epoch> <lambda> <skip> <t0> <nearest_number>

Reference

Ladicky, L., & Torr, P. (2011). Locally linear support vector machines. In Proceedings of the 28th International Conference on Machine Learning (ICML-11) (pp. 985-992).

About

Code of "Locally linear support vector machines"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages