Tagged articles
7 articles
Page 1 of 1
AI Code to Success
AI Code to Success
Mar 28, 2025 · Artificial Intelligence

Unlocking the Power of Support Vector Machines: Theory, Code, and Real‑World Uses

This comprehensive guide explores Support Vector Machines—from their historical roots and core mathematical principles to practical Python implementations, visualization techniques, and diverse applications such as image recognition, text classification, bioinformatics, and financial risk assessment—while also weighing their strengths and limitations.

PythonSupport Vector Machineclassification
0 likes · 19 min read
Unlocking the Power of Support Vector Machines: Theory, Code, and Real‑World Uses
Model Perspective
Model Perspective
Aug 5, 2022 · Artificial Intelligence

Understanding Generalized Linear‑Separable Support Vector Machines

This article explains how hard‑margin and soft‑margin support vector machines handle perfectly and approximately linearly separable data, introduces slack variables and penalty parameters, derives the quadratic programming and dual formulations, and shows how the resulting classifier works on unseen samples.

Support Vector Machinemachine learningoptimization
0 likes · 3 min read
Understanding Generalized Linear‑Separable Support Vector Machines
Model Perspective
Model Perspective
Jun 18, 2022 · Artificial Intelligence

Understanding Support Vector Machines: Theory, Example, and Python Code

This article explains the fundamentals of Support Vector Machines, describes how they separate data with optimal hyperplanes, provides a 2‑D example with visualizations, and includes Python code using scikit‑learn to generate synthetic data, plot points, and illustrate possible decision boundaries.

Support Vector Machineclassificationmachine learning
0 likes · 4 min read
Understanding Support Vector Machines: Theory, Example, and Python Code
21CTO
21CTO
Sep 18, 2020 · Artificial Intelligence

Top 10 Essential Machine Learning Algorithms Every Data Scientist Should Know

This article provides a concise overview of ten fundamental machine learning algorithms—linear regression, logistic regression, linear discriminant analysis, naive Bayes, K‑nearest neighbors, learning vector quantization, decision trees, random forest, support vector machines, and boosting (AdaBoost)—explaining their core concepts, typical use‑cases, and practical considerations.

Naive BayesRandom ForestSupport Vector Machine
0 likes · 13 min read
Top 10 Essential Machine Learning Algorithms Every Data Scientist Should Know
DataFunTalk
DataFunTalk
May 29, 2019 · Artificial Intelligence

A Comprehensive Overview of Statistical Learning Methods for Machine Learning Interview Preparation

This article provides a detailed, English-language summary of key statistical learning concepts—including perceptron, k‑nearest neighbors, Naive Bayes, decision trees, logistic regression, support vector machines, boosting, EM, HMM, neural networks, K‑Means, bagging, Apriori and dimensionality reduction—complete with formulas, algorithm steps, and illustrative diagrams to aid interview preparation.

Neural NetworksSupport Vector Machineclassification
0 likes · 44 min read
A Comprehensive Overview of Statistical Learning Methods for Machine Learning Interview Preparation
21CTO
21CTO
Apr 12, 2019 · Artificial Intelligence

Top 10 Essential Machine Learning Algorithms Every Data Scientist Should Know

This article provides a concise overview of ten fundamental machine learning algorithms—linear regression, logistic regression, linear discriminant analysis, naive Bayes, K‑nearest neighbors, learning vector quantization, support vector machines, decision trees, bagging/random forest, and boosting/AdaBoost—explaining their principles, typical use cases, and key characteristics.

Naive BayesRandom ForestSupport Vector Machine
0 likes · 13 min read
Top 10 Essential Machine Learning Algorithms Every Data Scientist Should Know
21CTO
21CTO
Feb 12, 2016 · Artificial Intelligence

Can Machine Learning Reveal the True Author of Red Mansions' Final 40 Chapters?

This article uses machine learning to compare lexical patterns between the first 80 and last 40 chapters of 'Dream of the Red Chamber', demonstrating distinct stylistic differences that support the scholarly view that the final chapters were not authored by Cao Xueqin.

Red MansionsSupport Vector Machinefeature engineering
0 likes · 6 min read
Can Machine Learning Reveal the True Author of Red Mansions' Final 40 Chapters?