Tagged articles
46 articles
Page 1 of 1
Data STUDIO
Data STUDIO
Sep 15, 2025 · Artificial Intelligence

Understanding Linear and Logistic Regression: From MSE to Cross‑Entropy

The article explains linear regression and logistic regression fundamentals, covering loss functions such as mean‑squared error and cross‑entropy, analytic solutions, feature expansion for non‑linear separability, and provides Python code examples to illustrate the concepts.

Pythoncross entropylinear regression
0 likes · 7 min read
Understanding Linear and Logistic Regression: From MSE to Cross‑Entropy
Instant Consumer Technology Team
Instant Consumer Technology Team
Aug 15, 2025 · Artificial Intelligence

Master the iFLYTEK Prohibited Words Classification Challenge: Baselines & BERT

This article introduces the iFLYTEK AI Developer Competition on prohibited‑word classification, outlines the task, dataset, evaluation metric, and provides three baseline solutions—including a logistic‑regression model, a BERT fine‑tuning approach, and a large‑model prompt method—along with code snippets and performance notes.

BERTNLPcompetition
0 likes · 15 min read
Master the iFLYTEK Prohibited Words Classification Challenge: Baselines & BERT
AI Code to Success
AI Code to Success
Feb 25, 2025 · Artificial Intelligence

Master Logistic Regression: Theory, Practice, and Real‑World Tips

This comprehensive guide explains logistic regression fundamentals, the role of the Sigmoid function, loss and optimization methods, step‑by‑step Python implementation with data preparation, model training, evaluation, hyper‑parameter tuning, handling over‑ and under‑fitting, multi‑class extensions, and diverse application scenarios across medicine, finance, e‑commerce, and text analysis.

Model EvaluationPythonclassification
0 likes · 23 min read
Master Logistic Regression: Theory, Practice, and Real‑World Tips
Python Programming Learning Circle
Python Programming Learning Circle
Apr 10, 2024 · Artificial Intelligence

Top 10 Machine Learning Algorithms Explained

This article introduces the No‑Free‑Lunch principle in machine learning and provides concise explanations of ten fundamental algorithms—including linear and logistic regression, LDA, decision trees, Naïve Bayes, K‑Nearest Neighbors, LVQ, SVM, bagging with random forests, and boosting with AdaBoost—guiding beginners on how to choose the right model.

AIRandom Forestlinear regression
0 likes · 14 min read
Top 10 Machine Learning Algorithms Explained
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 7, 2024 · Artificial Intelligence

Logistic Regression: Definition, Purpose, Structure, Implementation, and Regularization

This article explains logistic regression as a classification algorithm, covering its definition, purpose, mathematical structure, data preparation, core functions such as sigmoid, cost, gradient descent, prediction, model evaluation, decision boundary visualization, feature mapping, and regularization techniques, all illustrated with Python code examples.

classificationlogistic regression
0 likes · 33 min read
Logistic Regression: Definition, Purpose, Structure, Implementation, and Regularization
DaTaobao Tech
DaTaobao Tech
Mar 4, 2024 · Artificial Intelligence

Iris Classification with Machine Learning: Data Exploration and Classic Algorithms

This beginner-friendly guide walks through loading the classic Iris dataset, performing exploratory data analysis, and implementing four fundamental classifiers—Decision Tree, Logistic Regression, Support Vector Machine, and K‑Nearest Neighbors—complete with training, visualization, and accuracy evaluation, illustrating a full machine‑learning workflow.

classificationdecision treeiris dataset
0 likes · 22 min read
Iris Classification with Machine Learning: Data Exploration and Classic Algorithms
政采云技术
政采云技术
Oct 10, 2023 · Artificial Intelligence

Predicting Membership Purchase with Logistic Regression: Feature Engineering, Model Training, Evaluation, and Deployment

This article presents a complete workflow for predicting whether users will purchase a membership using logistic regression, covering data collection, feature selection, handling imbalanced samples, model training, hyper‑parameter tuning, threshold optimization, evaluation metrics such as accuracy, precision, recall, AUC, lift, and finally deployment on a big‑data platform with PySpark.

Big DataModel Evaluationfeature engineering
0 likes · 17 min read
Predicting Membership Purchase with Logistic Regression: Feature Engineering, Model Training, Evaluation, and Deployment
Model Perspective
Model Perspective
Aug 23, 2023 · Artificial Intelligence

Master Logistic Regression: Binary, Multiclass, and Ordered Extensions with Python

This article explains logistic regression and its extensions—binary, multiclass (softmax), and ordered logistic regression—covering mathematical foundations, optimization objectives, real‑world applications, and Python implementations using scikit‑learn with code examples and visual illustrations.

Pythonbinary classificationlogistic regression
0 likes · 15 min read
Master Logistic Regression: Binary, Multiclass, and Ordered Extensions with Python
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 6, 2023 · Artificial Intelligence

Explaining Image Recognition: Logistic Regression and Convolutional Neural Networks

This article introduces the principles of image recognition, compares traditional logistic regression with convolutional neural networks, demonstrates their implementation using Python code, visualizes model weights, and explains key concepts such as padding, convolution, pooling, receptive fields, and multi‑layer feature extraction.

convolutional neural networkexplainable AIimage recognition
0 likes · 12 min read
Explaining Image Recognition: Logistic Regression and Convolutional Neural Networks
AntTech
AntTech
Jul 14, 2023 · Information Security

Open Privacy Computing Protocol SS‑LR: A Secret‑Sharing Based Logistic Regression Framework

The SS‑LR open protocol describes a secret‑sharing based logistic regression algorithm split into four layers—machine learning, secure operators, cryptographic protocol, and network transmission—enabling interoperable, privacy‑preserving data flow and secure multi‑party model training across institutions.

Privacy ComputingSS-LRdata security
0 likes · 7 min read
Open Privacy Computing Protocol SS‑LR: A Secret‑Sharing Based Logistic Regression Framework
MaGe Linux Operations
MaGe Linux Operations
Nov 26, 2022 · Artificial Intelligence

The Timeless Foundations of Machine Learning: 6 Core Algorithms Explained

Andrew Ng’s latest AI newsletter article revisits six foundational machine‑learning algorithms—linear regression, logistic regression, gradient descent, neural networks, decision trees, and k‑means clustering—tracing their historical origins, core concepts, and lasting impact on modern AI applications.

Decision TreesNeural Networksgradient descent
0 likes · 20 min read
The Timeless Foundations of Machine Learning: 6 Core Algorithms Explained
Baidu Tech Salon
Baidu Tech Salon
Nov 14, 2022 · Artificial Intelligence

How Risk‑Driven Delivery Boosts Test Efficiency with AI‑Powered Quality Models

This article analyzes Baidu's risk‑driven delivery approach, detailing how machine‑learning models identify, control, and decide on testing risks, replace manual judgments, improve test efficiency and quality, and deliver measurable savings and bug interceptions across large‑scale software projects.

Software Testingautomated deliverylogistic regression
0 likes · 13 min read
How Risk‑Driven Delivery Boosts Test Efficiency with AI‑Powered Quality Models
ELab Team
ELab Team
Aug 24, 2022 · Artificial Intelligence

Demystifying AI: From Linear Regression to Neural Networks with TensorFlow.js

This article walks through the fundamentals of artificial intelligence, explaining linear and logistic regression, loss functions, gradient descent, and neural network basics, illustrated with TensorFlow.js code examples, visual analogies, and practical demos, helping readers grasp core concepts and their real‑world applications.

Neural NetworksTensorFlow.jsartificial intelligence
0 likes · 18 min read
Demystifying AI: From Linear Regression to Neural Networks with TensorFlow.js
Model Perspective
Model Perspective
Jul 24, 2022 · Artificial Intelligence

How to Build and Estimate a Logistic Regression Model for Grouped Data

This article explains the construction of logistic regression models, the use of the sigmoid function, maximum likelihood estimation, and least‑squares estimation for grouped data, illustrated with a housing‑purchase case study and complete Python code for fitting and predicting probabilities.

Maximum LikelihoodPythongrouped data
0 likes · 7 min read
How to Build and Estimate a Logistic Regression Model for Grouped Data
Python Crawling & Data Mining
Python Crawling & Data Mining
Jul 3, 2022 · Artificial Intelligence

Logistic Regression vs KNN: Python Stock Trading Experiment

A Python enthusiast reproduces a Tsinghua University quantitative trading strategy, swapping K‑Nearest Neighbors for logistic regression, fetches three years of Moutai stock data, engineers features, trains and evaluates the model, and finds logistic regression slightly underperforms the original KNN benchmark.

logistic regressionmachine learningstock trading
0 likes · 5 min read
Logistic Regression vs KNN: Python Stock Trading Experiment
Python Programming Learning Circle
Python Programming Learning Circle
May 10, 2022 · Artificial Intelligence

Seven Classic Regression Models for Machine Learning

This article introduces regression analysis and explains why it is essential for predictive modeling, then details seven widely used regression techniques—including linear, logistic, polynomial, stepwise, ridge, lasso, and elastic‑net—while offering guidance on selecting the most appropriate model for a given dataset.

Model Selectionlasso regressionlinear regression
0 likes · 13 min read
Seven Classic Regression Models for Machine Learning
Baobao Algorithm Notes
Baobao Algorithm Notes
Apr 19, 2022 · Artificial Intelligence

Understanding Nonlinearity in Machine Learning: From Logistic Regression to Neural Networks

The article explores the concept of nonlinearity in machine learning, illustrating why tasks like distinguishing cat versus dog or predicting body shape from height and weight are challenging for linear models, and discusses feature engineering, kernel tricks, and periodic activation functions as strategies to introduce nonlinearity and improve model performance.

Neural Networksfeature engineeringkernel methods
0 likes · 7 min read
Understanding Nonlinearity in Machine Learning: From Logistic Regression to Neural Networks
Code DAO
Code DAO
Jan 15, 2022 · Artificial Intelligence

Improving Class Imbalance in Machine Learning with Class Weights: A Python Logistic Regression Walkthrough

The article demonstrates, with Python code, how applying class_weight—first using the default logistic regression, then the balanced option, and finally manually tuned weights via grid search—can raise the F1 score from 0 to about 0.16 on imbalanced data, and discusses further techniques such as feature engineering and threshold adjustment.

F1 scorePythonclass weight
0 likes · 7 min read
Improving Class Imbalance in Machine Learning with Class Weights: A Python Logistic Regression Walkthrough
Baobao Algorithm Notes
Baobao Algorithm Notes
Jan 5, 2022 · Artificial Intelligence

When to Use Logistic Regression, SVM, Decision Trees, and More? A Practical Frequency Guide

This article analyzes how often common machine‑learning algorithms such as k‑NN, Naïve Bayes, decision trees, SVM, logistic regression, and neural networks are used in industry, explains their typical scenarios, highlights strengths and weaknesses, and shows how non‑linearity and feature engineering affect their suitability.

algorithm comparisondecision treefeature engineering
0 likes · 12 min read
When to Use Logistic Regression, SVM, Decision Trees, and More? A Practical Frequency Guide
Aotu Lab
Aotu Lab
Apr 27, 2021 · Fundamentals

Inside SpaceX’s Frontend Architecture and the Latest in Flutter, GitHub & AI

This article explores how SpaceX’s rocket control console is built with JavaScript, examines Flutter 2’s cross‑platform capabilities, details the WebGL techniques behind GitHub’s interactive globe, breaks down logistic regression for recommendation systems, and provides an overview of Huawei’s Harmony OS for developers.

WebGLfrontendharmony os
0 likes · 9 min read
Inside SpaceX’s Frontend Architecture and the Latest in Flutter, GitHub & AI
DeWu Technology
DeWu Technology
Mar 12, 2021 · Industry Insights

How Do Recommendation Systems Rank Items? A Deep Dive into Models and Strategies

This article explains the architecture and ranking process of modern recommendation systems, covering the two-stage pipeline of candidate generation and ranking, the evolution from rule‑based methods to logistic regression, GBDT, wide‑and‑deep, and deep learning models, and discusses challenges such as feature non‑linearity, multi‑objective optimization, and the need for post‑ranking interventions.

Deep LearningGBDTindustry insights
0 likes · 15 min read
How Do Recommendation Systems Rank Items? A Deep Dive into Models and Strategies
Tencent Cloud Developer
Tencent Cloud Developer
Sep 25, 2020 · Artificial Intelligence

Privacy-Preserving Federated Learning for Financial Risk Control Using Homomorphic Encryption

Tencent Shield‑Federated Computing enables banks to jointly train Gradient Boosted Decision Trees and Logistic Regression with external data owners by using homomorphic encryption to perform encrypted variable and split‑point searches, gradient aggregation, and model updates, delivering near‑centralized accuracy, up to 70 % speed gains, and full data confidentiality for financial risk control.

Federated LearningGradient Boosted TreesHomomorphic Encryption
0 likes · 15 min read
Privacy-Preserving Federated Learning for Financial Risk Control Using Homomorphic Encryption
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
Programmer DD
Programmer DD
Sep 10, 2020 · Artificial Intelligence

Can You Predict Speed‑Dating Success? A Data‑Driven Exploration

This article walks through loading the Speed Dating dataset, examining its features and missing values, visualizing match rates by gender and age, performing correlation analysis, and building a logistic regression model with SMOTE oversampling to predict whether a pair will successfully match.

Pythondata analysisimbalanced data
0 likes · 11 min read
Can You Predict Speed‑Dating Success? A Data‑Driven Exploration
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 9, 2020 · Artificial Intelligence

Can You Predict Speed‑Dating Success? A Data‑Driven AI Analysis

This article explores the classic Speed Dating dataset, performing data cleaning, exploratory analysis of match rates, gender and age effects, correlation studies, and finally building a logistic regression model with SVMSMOTE oversampling to predict matchmaking success, achieving around 83% accuracy.

PythonSVMSMOTEdata analysis
0 likes · 11 min read
Can You Predict Speed‑Dating Success? A Data‑Driven AI Analysis
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2020 · Artificial Intelligence

Python Audio‑Based Parkinson’s Disease Detection Using Machine Learning

This tutorial demonstrates how to build a Python library that extracts acoustic measurements from healthy and Parkinson’s disease audio recordings, constructs a machine‑learning dataset, trains a logistic‑regression classifier with scikit‑learn, evaluates its accuracy, and provides functions to load and use the trained model in other applications.

Audio ProcessingParkinson's DiseaseParselmouth
0 likes · 12 min read
Python Audio‑Based Parkinson’s Disease Detection Using Machine Learning
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Mar 13, 2020 · Artificial Intelligence

Predictive Modeling of Student Renewal and Refund Intentions Using Logistic Regression in Online Education

This article describes how logistic regression models are built, iterated, and applied to predict student renewal and refund behavior in an online school, detailing data collection, feature engineering, model training, evaluation, and how the predictions are used to recommend interventions for teachers.

Education Analyticsfeature engineeringlogistic regression
0 likes · 9 min read
Predictive Modeling of Student Renewal and Refund Intentions Using Logistic Regression in Online Education
Beike Product & Technology
Beike Product & Technology
Aug 23, 2019 · Artificial Intelligence

Deep Learning from Theory to Practice: Neural Networks, Logistic Regression, TensorFlow and Keras for Cat Image Classification

This tutorial walks readers through the fundamentals of artificial neural networks, perceptrons, logistic regression, activation and loss functions, gradient descent, and provides end‑to‑end Python implementations using NumPy, TensorFlow, and Keras to build and evaluate a cat‑vs‑non‑cat classifier, complete with code snippets, visual explanations, and performance analysis.

Deep LearningKerasNeural Networks
0 likes · 29 min read
Deep Learning from Theory to Practice: Neural Networks, Logistic Regression, TensorFlow and Keras for Cat Image Classification
Didi Tech
Didi Tech
May 9, 2019 · Artificial Intelligence

Weber-Fechner Law, Prospect Theory, and Their Data Science Applications

The article explains the Weber‑Fechner law and its role in Prospect Theory, then shows how Didi applies these concepts—using a log‑linear order‑distance model and reference‑point‑based strategy evaluation—to reduce cancellations, improve driver perception, and guide data‑driven product decisions.

Data ScienceDidiProspect Theory
0 likes · 9 min read
Weber-Fechner Law, Prospect Theory, and Their Data Science Applications
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
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 8, 2019 · Artificial Intelligence

Unlocking Recommendation Systems: 10 Classic Machine Learning Algorithms Explained

This article surveys ten classic recommendation system algorithms—including collaborative filtering, association rules, Bayesian methods, K‑Nearest Neighbors, decision trees, random forests, matrix factorization, neural networks, word2vec, and logistic regression—detailing their principles, mathematical formulas, and practical implementation steps for real‑world applications.

Recommendation Systemsassociation rulescollaborative filtering
0 likes · 25 min read
Unlocking Recommendation Systems: 10 Classic Machine Learning Algorithms Explained
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Nov 29, 2018 · Artificial Intelligence

Personalized Red Envelope Marketing Using Data Mining and Logistic Regression Models

This article presents a data‑driven personalized red‑envelope marketing solution that cleans and selects features, builds consumption‑demand and red‑envelope‑sensitivity logistic regression models, and iteratively optimizes parameters to lower costs while boosting cross‑project new‑customer conversion rates.

Customer SegmentationRed Envelopelogistic regression
0 likes · 7 min read
Personalized Red Envelope Marketing Using Data Mining and Logistic Regression Models
UC Tech Team
UC Tech Team
Nov 5, 2018 · Artificial Intelligence

News Page Identification Using Machine Learning: Feature Engineering, Model Selection, and Evaluation

To accurately distinguish news pages from other web page types, this study formulates the task as a binary classification problem, extracts 19 engineered features from HTML, evaluates logistic regression and SVM models with cross‑validation, and achieves over 90% precision, recall, and F1‑score using LR with Newton method.

Web Crawlingbinary classificationfeature engineering
0 likes · 13 min read
News Page Identification Using Machine Learning: Feature Engineering, Model Selection, and Evaluation
Qunar Tech Salon
Qunar Tech Salon
Sep 19, 2018 · Artificial Intelligence

Logistic Regression Tutorial with scikit-learn

This article introduces logistic regression, explains its theoretical basis, details key scikit-learn parameters, and provides a complete Python example for breast cancer classification, covering data preprocessing, model training, prediction, and evaluation with classification reports.

Pythonclassificationdata preprocessing
0 likes · 7 min read
Logistic Regression Tutorial with scikit-learn
Qunar Tech Salon
Qunar Tech Salon
Jun 15, 2018 · Artificial Intelligence

Predicting the 2018 FIFA World Cup Winners Using Machine Learning

This article demonstrates how to collect historical football data, perform exploratory analysis and feature engineering, and apply a logistic‑regression model in Python to predict the 2018 FIFA World Cup champion, group‑stage results, and knockout‑stage outcomes.

FIFA World CupPythondata analysis
0 likes · 8 min read
Predicting the 2018 FIFA World Cup Winners Using Machine Learning
Tencent Cloud Developer
Tencent Cloud Developer
May 9, 2018 · Artificial Intelligence

From Mathematics to Machine Learning: A Personal Journey Through Recommendation, Security, and AIOps

A mathematician‑turned‑engineer recounts his 2015‑2022 path from undocumented recommendation systems at Tencent, through high‑precision security models, reinforcement‑learning game AI, quantum‑ML studies, to large‑scale AIOps time‑series anomaly detection, offering practical lessons for anyone transitioning into machine learning.

Recommendation SystemsSQLaiops
0 likes · 16 min read
From Mathematics to Machine Learning: A Personal Journey Through Recommendation, Security, and AIOps
Baidu Waimai Technology Team
Baidu Waimai Technology Team
Jun 27, 2017 · Artificial Intelligence

Detecting Low‑Quality New Users in Food Delivery with a GBDT + LR Model

The article describes a data‑driven approach for identifying low‑value new users in a food‑delivery platform by labeling 7‑day repeat‑purchase behavior, extracting order, behavior, merchant and user features, and training a combined Gradient Boosted Decision Tree and Logistic Regression model to improve fraud detection and merchant penalty decisions.

AIGBDTfeature engineering
0 likes · 7 min read
Detecting Low‑Quality New Users in Food Delivery with a GBDT + LR Model
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
21CTO
21CTO
Feb 11, 2016 · Artificial Intelligence

How ICBC Leverages Text Mining to Transform Customer Service

This article details how Industrial and Commercial Bank of China (ICBC) applies text mining and natural language processing to analyze both internal call‑center records and external online discussions, building ontologies and models that turn massive unstructured feedback into actionable insights for improving service quality and reducing costs.

BankingOntologyWord2Vec
0 likes · 21 min read
How ICBC Leverages Text Mining to Transform Customer Service
21CTO
21CTO
Jan 6, 2016 · Artificial Intelligence

From Naïve Algorithms to Scalable Recommendations: Jiayuan’s Journey

This article chronicles the evolution of Jiayuan’s dating recommendation system from early item‑based kNN experiments through a feature‑engineering focused engineering year and a product‑oriented optimization phase, while also reviewing several advanced machine‑learning techniques the author explored.

Recommendation Systemsfeature engineeringlogistic regression
0 likes · 15 min read
From Naïve Algorithms to Scalable Recommendations: Jiayuan’s Journey