Tagged articles
44 articles
Page 1 of 1
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Feb 3, 2026 · Artificial Intelligence

Why Loss Masking Is the Hidden Key to Effective LLM Fine‑Tuning

The article explains how loss masking in supervised fine‑tuning of large language models prevents the model from learning irrelevant tokens such as user inputs, system prompts, tool outputs, and padding, thereby focusing training on the assistant’s responses and improving performance and generalization.

AI trainingFine-tuningLLM
0 likes · 10 min read
Why Loss Masking Is the Hidden Key to Effective LLM Fine‑Tuning
Data Party THU
Data Party THU
Sep 15, 2025 · Artificial Intelligence

Why Merge SFT and RL? Exploring Unified Fine‑Tuning Strategies for LLMs

This article examines the necessity of integrating Supervised Fine‑Tuning (SFT) with Reinforcement Learning (RL) for large language models, surveys alternating, sample‑reuse, simultaneous, and hint‑guided fusion methods, presents the underlying loss functions, and discusses practical trade‑offs such as entropy collapse and importance‑sampling corrections.

LLMRLSFT
0 likes · 14 min read
Why Merge SFT and RL? Exploring Unified Fine‑Tuning Strategies for LLMs
Python Programming Learning Circle
Python Programming Learning Circle
Sep 11, 2025 · Artificial Intelligence

Essential Machine Learning Algorithms: From Linear Regression to DBSCAN

This article provides a comprehensive overview of key machine‑learning algorithms—including supervised methods like linear regression, SVM, Naive Bayes, logistic regression, k‑NN, decision trees, random forests, GBDT, and unsupervised techniques such as k‑means, hierarchical clustering, DBSCAN, and PCA—explaining their principles, strengths, and typical use cases.

AlgorithmsNaive BayesUnsupervised Learning
0 likes · 20 min read
Essential Machine Learning Algorithms: From Linear Regression to DBSCAN
Kuaishou Tech
Kuaishou Tech
Aug 6, 2025 · Artificial Intelligence

How Supervised Learning‑Enhanced Multi‑Group Actor‑Critic Boosts Live Stream Allocation in Short‑Video Feeds

This article presents the SL‑MGAC framework, a supervised‑learning‑enhanced multi‑group Actor‑Critic algorithm that improves live‑stream insertion decisions in mixed short‑video and live‑stream recommendation systems, achieving higher stability and better long‑term user engagement while satisfying platform constraints, as validated by extensive offline and online experiments.

KDD 2025Reinforcement Learningactor-critic
0 likes · 9 min read
How Supervised Learning‑Enhanced Multi‑Group Actor‑Critic Boosts Live Stream Allocation in Short‑Video Feeds
AI Algorithm Path
AI Algorithm Path
Jun 20, 2025 · Artificial Intelligence

Beginner’s Guide to Visual Language Models – Day 2: Understanding Contrastive Learning

This article explains contrastive learning for visual language models, covering its definition, four‑step workflow, how to choose positive and negative pairs, the difference between supervised and self‑supervised variants, and why the technique is essential for zero‑shot and cross‑modal capabilities.

Visual-Language Modelscontrastive learningdata augmentation
0 likes · 6 min read
Beginner’s Guide to Visual Language Models – Day 2: Understanding Contrastive Learning
Instant Consumer Technology Team
Instant Consumer Technology Team
Jun 17, 2025 · Artificial Intelligence

Mastering Fine‑Tuning Datasets: From Basics to Advanced LLM Techniques

This comprehensive guide explains the importance of fine‑tuning datasets for large language models, covering task classification, dataset formats, supervised and instruction tuning, domain adaptation, multimodal data, and practical code examples to help practitioners build effective training, validation, and test sets.

Fine-tuningInstruction TuningLarge Language Models
0 likes · 33 min read
Mastering Fine‑Tuning Datasets: From Basics to Advanced LLM Techniques
AI Algorithm Path
AI Algorithm Path
May 25, 2025 · Artificial Intelligence

Reinforcement Learning Tutorial 7: Introducing Value Function Approximation Methods

This article explains why tabular reinforcement‑learning methods scale poorly, introduces supervised‑learning‑based value‑function approximation using a parameterized vector w, discusses loss design, stochastic‑gradient updates, bootstrapping, semi‑gradient techniques, and linear function approximation, and summarizes practical implications.

Reinforcement Learninggradient Monte Carlolinear function approximation
0 likes · 13 min read
Reinforcement Learning Tutorial 7: Introducing Value Function Approximation Methods
Python Programming Learning Circle
Python Programming Learning Circle
Apr 30, 2025 · Artificial Intelligence

Homemade Machine Learning: Python Implementations of Popular Machine Learning Algorithms with Jupyter Notebook Demos

This article introduces the open‑source Homemade Machine Learning project, which implements popular supervised and unsupervised algorithms from first principles in Python, provides Jupyter Notebook demos, code examples, and step‑by‑step setup instructions for learners who want to understand the mathematics and practice the models.

Jupyter NotebookUnsupervised Learninghomemade algorithms
0 likes · 7 min read
Homemade Machine Learning: Python Implementations of Popular Machine Learning Algorithms with Jupyter Notebook Demos
Python Programming Learning Circle
Python Programming Learning Circle
Jan 22, 2025 · Artificial Intelligence

A Visual Introduction to Machine Learning: Concepts, Categories, and Techniques

This article provides a clear, illustrated overview of machine learning, explaining its place within artificial intelligence, the main sub‑fields such as supervised and unsupervised learning, classic algorithms, ensemble methods, and practical examples to help beginners grasp core concepts.

Unsupervised Learningclassificationensemble methods
0 likes · 8 min read
A Visual Introduction to Machine Learning: Concepts, Categories, and Techniques
Model Perspective
Model Perspective
Mar 8, 2024 · Artificial Intelligence

Master the Three Machine Learning Types and Model Paradigms

This article introduces the three core machine learning categories—supervised, unsupervised, and reinforcement learning—detailing their definitions, typical algorithms, and real‑world applications, and then compares generative and discriminative models, highlighting key examples, characteristics, and use‑case differences.

Discriminative ModelsGenerative ModelsReinforcement Learning
0 likes · 13 min read
Master the Three Machine Learning Types and Model Paradigms
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 29, 2023 · Artificial Intelligence

Introduction to Machine Learning: Concepts, Terminology, Algorithms, Evaluation Metrics, and Practical Code Examples

This article provides a comprehensive overview of machine learning, covering fundamental concepts, key terminology, common algorithms for supervised, unsupervised, and reinforcement learning, model evaluation metrics, loss functions, and practical code examples such as random forest and SVM implementations.

AlgorithmsLoss FunctionsUnsupervised Learning
0 likes · 35 min read
Introduction to Machine Learning: Concepts, Terminology, Algorithms, Evaluation Metrics, and Practical Code Examples
Python Programming Learning Circle
Python Programming Learning Circle
Mar 27, 2023 · Artificial Intelligence

Top 10 Machine Learning Algorithms: Concepts, Uses, and Key Characteristics

This article introduces the No‑Free‑Lunch principle in machine learning and provides concise explanations of ten fundamental supervised‑learning algorithms—including linear regression, logistic regression, LDA, decision trees, Naïve Bayes, K‑Nearest Neighbors, LVQ, SVM, random forest, and boosting—highlighting their mathematical basis, typical applications, advantages, and limitations.

Artificial IntelligenceData Sciencemachine learning
0 likes · 12 min read
Top 10 Machine Learning Algorithms: Concepts, Uses, and Key Characteristics
DataFunSummit
DataFunSummit
Feb 4, 2023 · Artificial Intelligence

Overview of Deep Learning Algorithms: Supervised, Unsupervised, and Semi‑Supervised Methods

This article introduces deep learning as a powerful AI technique, explains its core algorithms—including supervised, unsupervised, and semi‑supervised approaches—and provides concrete examples such as CNN, RNN, autoencoders, GAN, self‑supervised and transfer learning, illustrated with visual demos.

Deep LearningGANNeural Networks
0 likes · 6 min read
Overview of Deep Learning Algorithms: Supervised, Unsupervised, and Semi‑Supervised Methods
Model Perspective
Model Perspective
Jan 7, 2023 · Artificial Intelligence

Mastering Supervised Learning: From Linear Models to SVMs and Beyond

An extensive overview of supervised learning introduces key concepts, model types, loss functions, optimization methods, linear and generalized linear models, support vector machines, generative approaches, tree and ensemble techniques, as well as foundational learning theory, providing a comprehensive foundation for AI practitioners.

Generative Modelsailinear models
0 likes · 9 min read
Mastering Supervised Learning: From Linear Models to SVMs and Beyond
Model Perspective
Model Perspective
Nov 5, 2022 · Artificial Intelligence

Explore the Most Popular Machine Learning Algorithms and How They Work

This comprehensive guide walks you through the most popular machine learning algorithms, explaining how they are classified by learning style and problem type, and highlighting key examples from supervised, unsupervised, deep learning, ensemble, and many other algorithm families.

Deep LearningUnsupervised Learningsupervised learning
0 likes · 11 min read
Explore the Most Popular Machine Learning Algorithms and How They Work
Model Perspective
Model Perspective
Oct 26, 2022 · Artificial Intelligence

Master Machine Learning Algorithms: Types, Python Code & Real-World Examples

This article categorizes machine learning algorithms into supervised, unsupervised, and reinforcement learning, then details ten common algorithms—including linear regression, logistic regression, decision trees, SVM, Naive Bayes, K‑NN, K‑means, random forest, and dimensionality reduction—accompanied by clear Python code examples and illustrative diagrams.

AlgorithmsPythonReinforcement Learning
0 likes · 14 min read
Master Machine Learning Algorithms: Types, Python Code & Real-World Examples
Model Perspective
Model Perspective
Aug 5, 2022 · Artificial Intelligence

What Are the Essential Steps and Types of Machine Learning?

Machine learning involves five core steps—from data collection and preparation to model training, evaluation, and improvement—while encompassing supervised, unsupervised, and reinforcement learning methods, each with distinct algorithms and real-world applications across finance, healthcare, and retail.

ApplicationsReinforcement LearningUnsupervised Learning
0 likes · 7 min read
What Are the Essential Steps and Types of Machine Learning?
Model Perspective
Model Perspective
Aug 4, 2022 · Artificial Intelligence

How Supervised Learning Predicts House Prices – A Hands‑On Guide

Using a real‑world housing example, this article explains supervised and unsupervised learning, walks through building a price‑prediction function, introduces gradient descent for optimizing weights, and highlights pitfalls like overfitting, offering a practical introduction to core machine‑learning concepts.

Pythongradient descentlinear regression
0 likes · 13 min read
How Supervised Learning Predicts House Prices – A Hands‑On Guide
Model Perspective
Model Perspective
Aug 3, 2022 · Artificial Intelligence

Explore the Most Popular Machine Learning Algorithms: A Comprehensive Guide

This article provides a thorough overview of the most widely used machine learning algorithms, classifying them by learning style and problem type, and highlighting popular methods such as supervised, unsupervised, semi‑supervised, regression, instance‑based, regularization, decision‑tree, Bayesian, clustering, association rule, neural network, deep learning, dimensionality‑reduction, and ensemble techniques.

AlgorithmsDeep LearningUnsupervised Learning
0 likes · 10 min read
Explore the Most Popular Machine Learning Algorithms: A Comprehensive Guide
DataFunTalk
DataFunTalk
Jul 9, 2022 · Artificial Intelligence

User Behavior Sequence Based Transaction Anti‑Fraud Detection

This presentation explains how leveraging user behavior sequences with supervised and unsupervised deep learning models, including end‑to‑end and two‑stage architectures, improves transaction fraud detection by identifying distinct patterns of account takeover and stolen‑card activities and outlines the engineering deployment pipeline.

Deep LearningEmbeddingfraud detection
0 likes · 12 min read
User Behavior Sequence Based Transaction Anti‑Fraud Detection
Model Perspective
Model Perspective
Jun 18, 2022 · Artificial Intelligence

Understanding Naive Bayes: Theory, Example, and Practical Steps

This article introduces the Naive Bayes classifier, explains its independence assumptions, walks through a weather‑based example with detailed probability calculations, demonstrates how to build and apply the model, and highlights its strengths and limitations in real‑world tasks such as document classification and spam filtering.

Naive Bayessupervised learning
0 likes · 7 min read
Understanding Naive Bayes: Theory, Example, and Practical Steps
Python Programming Learning Circle
Python Programming Learning Circle
Apr 5, 2022 · Artificial Intelligence

Transforming Time Series Data into Supervised Learning Datasets with Pandas shift() and series_to_supervised()

This tutorial explains how to convert single‑variable and multi‑variable time‑series data into a supervised‑learning format using Pandas' shift() function and a custom series_to_supervised() helper, covering one‑step, multi‑step, and multivariate forecasting examples with complete Python code.

PythonTime Seriesforecasting
0 likes · 20 min read
Transforming Time Series Data into Supervised Learning Datasets with Pandas shift() and series_to_supervised()
ByteFE
ByteFE
Aug 2, 2021 · Artificial Intelligence

An Overview of Artificial Intelligence, Machine Learning, and Neural Networks

This article provides a beginner‑friendly overview of artificial intelligence, its relationship with machine learning, the four major learning paradigms—supervised, unsupervised, semi‑supervised and reinforcement learning—along with a historical sketch of neural networks, their training workflow, loss functions, back‑propagation, and parameter‑update mechanisms, while also containing a brief recruitment notice.

Artificial IntelligenceDeep LearningNeural Networks
0 likes · 18 min read
An Overview of Artificial Intelligence, Machine Learning, and Neural Networks
DataFunTalk
DataFunTalk
Jul 7, 2021 · Artificial Intelligence

Robust Graph Representation Learning via Neural Sparsification

NeuralSparse is a supervised graph sparsification framework that removes task-irrelevant edges to improve GNN generalization, combining a sparsification network with downstream GNN training, and demonstrates superior performance across multiple graph benchmarks compared to random edge dropping and other sparsification methods.

Edge PruningGraph RepresentationNeural Sparsification
0 likes · 8 min read
Robust Graph Representation Learning via Neural Sparsification
Architects' Tech Alliance
Architects' Tech Alliance
Jan 29, 2021 · Artificial Intelligence

Comprehensive Overview of Machine Learning: Types, Industry Chain, and Key Technologies

This article provides a detailed introduction to machine learning, covering its definition, learning modes such as supervised, unsupervised and reinforcement learning, shallow versus deep learning, the full industry chain from AI chips to cloud and big‑data services, and the major open‑source frameworks and platforms driving the field.

AI chipsBig DataReinforcement Learning
0 likes · 11 min read
Comprehensive Overview of Machine Learning: Types, Industry Chain, and Key Technologies
MaGe Linux Operations
MaGe Linux Operations
Sep 9, 2020 · Artificial Intelligence

Master Machine Learning Basics: Concepts, Types, Algorithms & K‑NN Walkthrough

This comprehensive tutorial introduces machine learning fundamentals, its history, differences from traditional programming, key characteristics, and why Python is the preferred language, then explores supervised, unsupervised, and reinforcement learning, popular algorithms, detailed K‑Nearest Neighbors examples for classification and regression, and the essential steps to build and evaluate models.

PythonReinforcement LearningUnsupervised Learning
0 likes · 21 min read
Master Machine Learning Basics: Concepts, Types, Algorithms & K‑NN Walkthrough
Python Programming Learning Circle
Python Programming Learning Circle
Mar 6, 2020 · Artificial Intelligence

Introduction to Machine Learning Concepts: Data, Features, Labels, Training, and Common Algorithms

This article provides a beginner-friendly overview of machine learning fundamentals, covering the definition of data, the distinction between features and labels, types of features, dimensionality, training and test datasets, normalization, supervised and unsupervised learning methods, algorithm selection, development workflow, and recommended Python libraries such as NumPy.

Unsupervised Learningdata preprocessingfeatures
0 likes · 12 min read
Introduction to Machine Learning Concepts: Data, Features, Labels, Training, and Common Algorithms
Amap Tech
Amap Tech
Dec 20, 2019 · Artificial Intelligence

Advances in Network Positioning: Unsupervised Clustering and Supervised Hierarchical Ranking Algorithms

Gaode’s network positioning has evolved from unsupervised clustering of massive AP fingerprints and Bayesian grid ranking to a supervised two‑level hierarchical model that scores candidate grids with a neural‑network LTR loss, while adding scenario‑specific CNN and spatio‑temporal modules for indoor, rail and subway accuracy, and it now looks toward image‑based, 5G and IoT positioning.

Mobile AIfingerprint localizationgeolocation
0 likes · 12 min read
Advances in Network Positioning: Unsupervised Clustering and Supervised Hierarchical Ranking Algorithms
NetEase Game Operations Platform
NetEase Game Operations Platform
Dec 7, 2019 · Operations

Intelligent Anomaly Detection for Operations Maintenance: Machine Learning Methods and Workflow

This article explains the importance of operations maintenance, outlines the challenges of traditional rule‑based anomaly detection, and describes how machine‑learning‑driven AIOps—including feature engineering, unsupervised and supervised models—can provide more accurate, scalable, and automated detection of server anomalies.

Operationsaiopsfeature engineering
0 likes · 10 min read
Intelligent Anomaly Detection for Operations Maintenance: Machine Learning Methods and Workflow
DataFunTalk
DataFunTalk
Aug 27, 2019 · Artificial Intelligence

How Machines Learn: From Newton’s Second Law to the Core Steps of Supervised Learning

This article illustrates how a machine can rediscover Newton’s second law by treating force and acceleration data as a simple linear regression problem, detailing the three fundamental steps of hypothesis space definition, loss function design, and optimization through calculus or gradient methods.

Newton's lawhypothesis spaceloss function
0 likes · 15 min read
How Machines Learn: From Newton’s Second Law to the Core Steps of Supervised Learning
HomeTech
HomeTech
May 15, 2019 · Artificial Intelligence

How to Build a Deep Learning Model to Predict Workdays from Attendance Data

This article walks beginners through the fundamentals of artificial intelligence, machine learning, and deep learning, using a real‑world attendance dataset to illustrate how to label data, construct a simple linear model, and expand it into a neural network for workday prediction.

Artificial IntelligenceDeep LearningNeural Networks
0 likes · 9 min read
How to Build a Deep Learning Model to Predict Workdays from Attendance Data
Hulu Beijing
Hulu Beijing
Apr 10, 2019 · Artificial Intelligence

Designing Deep Learning Models for Item Similarity in Recommendation Systems

This article explains how to build both unsupervised and supervised deep‑learning models that compute item similarity from user behavior, covering prod2vec embeddings, skip‑gram architectures, loss function design, and practical training steps for modern recommender systems.

Deep LearningRecommendation SystemsUnsupervised Learning
0 likes · 8 min read
Designing Deep Learning Models for Item Similarity in Recommendation Systems
Tencent Cloud Developer
Tencent Cloud Developer
Oct 23, 2018 · Artificial Intelligence

Demystifying AI, Machine Learning, and Deep Learning

The article clarifies that artificial intelligence encompasses machine learning, which in turn includes deep learning, and uses real‑world examples—from fraud detection and customer clustering to image recognition and language translation—to illustrate how these data‑driven models learn patterns, make predictions, and transform many industries.

Artificial IntelligenceData ScienceDeep Learning
0 likes · 12 min read
Demystifying AI, Machine Learning, and Deep Learning
Qunar Tech Salon
Qunar Tech Salon
Sep 18, 2018 · Artificial Intelligence

Scikit-learn Tutorial: Supervised Learning with Linear Regression

This article provides a comprehensive guide to using Python's scikit-learn library for supervised learning, focusing on linear regression, covering theoretical background, environment setup, data preprocessing, model training, evaluation with mean squared error, cross‑validation, and detailed code examples.

Model EvaluationPythoncross-validation
0 likes · 14 min read
Scikit-learn Tutorial: Supervised Learning with Linear Regression
Architecture Digest
Architecture Digest
Jul 12, 2018 · Artificial Intelligence

How to Choose the Right Machine Learning Algorithm

This article explains that there is no universal solution for selecting machine learning algorithms and outlines practical factors—such as data characteristics, problem type, business constraints, and algorithm complexity—to help practitioners systematically narrow down and pick the most suitable models.

Model Evaluationalgorithm selectiondata preprocessing
0 likes · 14 min read
How to Choose the Right Machine Learning Algorithm
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 22, 2018 · Artificial Intelligence

Essential Machine Learning Algorithms Every Beginner Must Know

This beginner-friendly guide walks through core machine‑learning concepts—from data organization and feature design to supervised and unsupervised algorithms such as perceptron, logistic regression, decision trees, LDA, and ensemble techniques—while explaining model evaluation, overfitting, and practical tuning strategies.

Deep LearningModel EvaluationUnsupervised Learning
0 likes · 8 min read
Essential Machine Learning Algorithms Every Beginner Must Know
Architects' Tech Alliance
Architects' Tech Alliance
Mar 9, 2018 · Artificial Intelligence

Master Machine Learning Basics: From PCA to KNN Explained with Visual Demos

An in‑depth, visual guide walks readers through the fundamentals of machine learning—distinguishing supervised from unsupervised approaches, explaining dimensionality reduction with PCA, detailing clustering techniques such as hierarchical clustering, K‑Means and DBSCAN, and summarizing core regression and classification algorithms including linear regression, SVM, decision trees, logistic regression, Naïve Bayes, and KNN.

Unsupervised Learningclassificationclustering
0 likes · 11 min read
Master Machine Learning Basics: From PCA to KNN Explained with Visual Demos
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Dec 5, 2017 · Artificial Intelligence

10 Must‑Know Machine Learning Algorithms for Engineers

From foundational concepts to practical examples, this guide walks engineers through ten essential supervised and unsupervised machine‑learning algorithms—decision trees, Naïve Bayes, linear regression, logistic regression, SVM, ensemble methods, clustering, PCA, SVD, and ICA—explaining their theory, real‑world uses, and why they matter.

AlgorithmsArtificial IntelligenceData Science
0 likes · 11 min read
10 Must‑Know Machine Learning Algorithms for Engineers
21CTO
21CTO
Nov 1, 2017 · Artificial Intelligence

Essential Machine Learning Algorithms: From Decision Trees to ICA Explained

This article introduces the most common machine learning algorithms, covering supervised methods such as decision trees, Naive Bayes, linear regression, logistic regression, SVM, and ensemble techniques, as well as unsupervised approaches like clustering, PCA, SVD, and ICA, with practical examples and visual illustrations.

AlgorithmsUnsupervised Learningmachine learning
0 likes · 10 min read
Essential Machine Learning Algorithms: From Decision Trees to ICA Explained
21CTO
21CTO
Jun 29, 2017 · Artificial Intelligence

Why Machine Learning Mirrors Human Learning: From Features to Reinforcement

The article explores how machine learning models emulate human learning by converting diverse real‑world descriptions into numerical features, illustrating concepts such as one‑hot encoding, supervised, unsupervised, and reinforcement learning, and emphasizing the importance of mapping inputs to outputs for intelligent systems.

AI conceptsReinforcement Learningfeatures
0 likes · 14 min read
Why Machine Learning Mirrors Human Learning: From Features to Reinforcement
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 27, 2017 · Artificial Intelligence

Essential Machine Learning Algorithms Every Beginner Must Know

This guide introduces beginners to core machine learning concepts, covering feature design, supervised and unsupervised methods such as perceptron, logistic regression, decision trees, LDA, and ensemble techniques like bagging and boosting, while explaining model evaluation, overfitting, and practical optimization strategies.

Model EvaluationUnsupervised Learningensemble methods
0 likes · 9 min read
Essential Machine Learning Algorithms Every Beginner Must Know
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 8, 2016 · Artificial Intelligence

Unlocking Machine Learning Basics: From Perceptrons to Ensemble Models

An introductory guide for machine‑learning beginners that covers essential algorithms—including perceptrons, logistic regression, decision trees, LDA, and ensemble techniques like bagging and boosting—explains feature design, model training, evaluation, and practical tips for avoiding under‑ and over‑fitting.

Decision TreesUnsupervised Learningensemble methods
0 likes · 8 min read
Unlocking Machine Learning Basics: From Perceptrons to Ensemble Models