Tagged articles
7 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Nov 22, 2024 · Artificial Intelligence

Introduction to Data Modeling with Scikit-Learn

This article provides a comprehensive guide to using Scikit-Learn for data modeling, covering linear regression and decision tree algorithms, including data preparation, model training, evaluation metrics, and visualization techniques for predictive analysis.

Data ScienceDecision TreesPython
0 likes · 4 min read
Introduction to Data Modeling with Scikit-Learn
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
AntTech
AntTech
Nov 21, 2022 · Artificial Intelligence

An Adaptive Framework for Confidence-Constraint Rule Set Learning in Large Datasets

The paper introduces a constraint‑adaptive rule‑set learning framework (CRSL) that combines a constraint‑aware decision‑tree miner (CARM), a rule‑sorting filter, and a Bayesian rule‑combination selector (CBRS), achieving superior performance and interpretability on benchmark and massive industrial fraud‑detection data and being deployed in Alipay’s risk‑analysis platform.

Bayesian methodsDecision Treesconstraint optimization
0 likes · 10 min read
An Adaptive Framework for Confidence-Constraint Rule Set Learning in Large Datasets
Xianyu Technology
Xianyu Technology
Jun 4, 2020 · Artificial Intelligence

NBDT: Neural-Backed Decision Trees for Interpretable Image Classification

NBDT (Neural‑Backed Decision Trees) merges a pretrained CNN with a WordNet‑derived hierarchical tree, using the network’s final‑layer weights as class embeddings and a combined classification loss, to deliver state‑of‑the‑art image classification that remains interpretable through explicit hierarchical reasoning.

CNNDecision TreesExplainable Machine Learning
0 likes · 11 min read
NBDT: Neural-Backed Decision Trees for Interpretable Image Classification
Tencent Cloud Developer
Tencent Cloud Developer
Oct 18, 2018 · Artificial Intelligence

10 Machine Learning Algorithms You Should Know to Become a Data Scientist

This article outlines the essential role of a data scientist and introduces ten fundamental machine‑learning algorithms—including PCA/SVD, OLS and polynomial regression, regularized linear models, K‑Means, logistic regression, SVM, feed‑forward, convolutional and recurrent neural networks, CRFs, ensemble trees, and reinforcement‑learning methods—while linking to popular Python libraries and tutorials.

AlgorithmsDecision TreesNeural Networks
0 likes · 10 min read
10 Machine Learning Algorithms You Should Know to Become a Data Scientist
Big Data and Microservices
Big Data and Microservices
Sep 17, 2018 · Big Data

5 Essential Data Mining Techniques Every Analyst Should Know

This article outlines five widely used data‑mining methods—association rules, classification/tagging, clustering, decision trees, and sequential pattern mining—explaining their principles, real‑world examples, and how they help organizations extract actionable insights from massive datasets.

Big DataDecision TreesSequential Pattern Mining
0 likes · 6 min read
5 Essential Data Mining Techniques Every Analyst Should 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