Support Vector Machines (SVMs) using Julia Packages
Was this section helpful?
Support-Vector Networks, Corinna Cortes, Vladimir Vapnik, 1995Machine Learning, Vol. 20 (Springer)DOI: 10.1007/BF00994018 - This paper introduces the Support Vector Machine (SVM) algorithm, laying its theoretical foundation.
LIBSVM: A Library for Support Vector Machines, Chih-Chung Chang, Chih-Jen Lin, 2011ACM Transactions on Intelligent Systems and Technology, Vol. 2 (ACM)DOI: 10.1145/1961189.1961199 - Describes the widely used LIBSVM software library, which provides the underlying implementation for SVMs in Julia via MLJLIBSVMInterface.
MLJ.jl: Unified Machine Learning in Julia, Anthony F. Blaom and the MLJ Developers, 2024 - The official documentation for MLJ.jl, Julia's machine learning framework, offering details on model interfaces and usage, including for Support Vector Machines.