WeltXing/libsvm-sc-reading
阅读LibSVM源码的知识整理与思考(已完结)
This project is a detailed knowledge base and analysis of the LIBSVM open-source library, which is widely used for machine learning tasks like classification and regression. It explains the core algorithms and implementation techniques behind LIBSVM, such as the SMO algorithm and strategies for handling large datasets. This resource is for students, researchers, or practitioners who want to understand the inner workings of an established SVM library to better apply it or develop their own machine learning solutions.
No commits in the last 6 months.
Use this if you need to understand how the LIBSVM library solves support vector machine problems from an algorithmic and architectural perspective.
Not ideal if you are looking for a plug-and-play tool for data analysis or a simple tutorial on how to use LIBSVM's API.
Stars
33
Forks
2
Language
—
License
—
Category
Last pushed
Aug 15, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/WeltXing/libsvm-sc-reading"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
spirosmaggioros/AlgoPlus
AlgoPlus is a C++17 library with implemented data structures and algorithms for various...
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics...
TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics,...
ACM-VIT/Algos-for-all-Amigos
This repository consists an implementation of the Algorithms encountered in Computer Science,...
WeltXing/liblinear-sc-reading
LIBLINEAR理论与源码解读(已完结)