WeltXing/liblinear-sc-reading
LIBLINEAR理论与源码解读(已完结)
This project provides a detailed theoretical breakdown and source code analysis for LIBLINEAR, a popular software package used for large-scale linear classification and regression. It helps machine learning practitioners understand the underlying mathematical optimization methods and algorithms used in LIBLINEAR. The resource offers insights into various linear models, their loss functions, and regularization techniques.
No commits in the last 6 months.
Use this if you are a machine learning researcher or engineer who needs to deeply understand the mathematical foundations and implementation details of linear classification and regression algorithms, especially for large datasets.
Not ideal if you are looking for a practical guide on how to use LIBLINEAR as a black-box tool without delving into its internal mechanics.
Stars
20
Forks
—
Language
—
License
MIT
Category
Last pushed
Feb 05, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/WeltXing/liblinear-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,...
rogue-agent1/neural-net-mini-py
Minimal neural network in 50 lines