Tagged articles
36 articles
Page 1 of 1
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Feb 9, 2026 · Artificial Intelligence

Time‑o1: Overcoming Time‑Series Forecasting Bottlenecks with a Novel Loss Function

The paper identifies two fundamental issues in time‑series forecasting—label autocorrelation bias and task‑scale explosion caused by the standard TMSE loss—and proposes Time‑o1, a PCA‑based orthogonal label transformation that eliminates bias, reduces optimization complexity, and yields consistent performance gains across multiple models and datasets.

NeurIPS 2025PCATime‑o1
0 likes · 12 min read
Time‑o1: Overcoming Time‑Series Forecasting Bottlenecks with a Novel Loss Function
Model Perspective
Model Perspective
Sep 28, 2025 · Fundamentals

Unlock Hidden Patterns: When to Use PCA vs Factor Analysis

This article explains the core ideas, mathematical steps, geometric intuition, and practical differences between Principal Component Analysis and Factor Analysis, guiding readers on when to apply each technique for dimensionality reduction and latent structure discovery in high‑dimensional data.

Data SciencePCAdimensionality reduction
0 likes · 11 min read
Unlock Hidden Patterns: When to Use PCA vs Factor Analysis
Data STUDIO
Data STUDIO
Sep 9, 2025 · Artificial Intelligence

10 Hidden Sklearn Features That Boost Your ML Pipelines

This article walks through ten lesser‑known Scikit‑learn utilities—including FunctionTransformer, custom estimators, TransformedTargetRegressor, HTML estimator visualisation, QuadraticDiscriminantAnalysis, Voting and Stacking ensembles, LocalOutlierFactor with UMAP, QuantileTransformer, and a PCA‑tSNE/UMAP workflow—showing concrete code examples, performance numbers and practical tips for more efficient and robust machine‑learning pipelines.

FunctionTransformerLocalOutlierFactorPCA
0 likes · 17 min read
10 Hidden Sklearn Features That Boost Your ML Pipelines
Liangxu Linux
Liangxu Linux
May 19, 2025 · Fundamentals

Why PCA Transforms High‑Dimensional Data into Simple Insights (with Python)

This article demystifies Principal Component Analysis by explaining its intuition, the role of variance, step‑by‑step visual analogies, the mathematical foundation, and a complete Python implementation using scikit‑learn, including data generation, scaling, fitting, scree plot visualization, component interpretation, and dimensionality reduction to two principal components.

Data visualizationPCAPython
0 likes · 16 min read
Why PCA Transforms High‑Dimensional Data into Simple Insights (with Python)
Python Programming Learning Circle
Python Programming Learning Circle
Feb 8, 2025 · Artificial Intelligence

Random Forest Classification with PCA and Hyper‑Parameter Tuning on the Breast Cancer Dataset

This tutorial walks through loading the scikit‑learn breast‑cancer dataset, preprocessing it, building baseline and PCA‑reduced Random Forest models, applying RandomizedSearchCV and GridSearchCV for hyper‑parameter optimization, and evaluating the final models using recall as the primary metric.

Breast CancerPCARandom Forest
0 likes · 17 min read
Random Forest Classification with PCA and Hyper‑Parameter Tuning on the Breast Cancer Dataset
Model Perspective
Model Perspective
Jan 24, 2025 · Fundamentals

Mastering Weight Generation and Multi‑Criteria Evaluation Methods for Modeling Competitions

This article reviews common weight‑generation and multi‑criteria evaluation techniques—including AHP, entropy, TOPSIS, fuzzy evaluation, CRITIC, PCA, factor analysis, and DEA—explaining their mathematical foundations, advantages, and drawbacks to help competition participants choose the most suitable method for complex decision problems.

AHPDEAMulti-Criteria Evaluation
0 likes · 16 min read
Mastering Weight Generation and Multi‑Criteria Evaluation Methods for Modeling Competitions
Python Programming Learning Circle
Python Programming Learning Circle
Jan 2, 2025 · Artificial Intelligence

A Comprehensive Guide to Dimensionality Reduction Algorithms with Python Implementations

This article introduces eleven classic dimensionality reduction techniques—including PCA, LDA, MDS, LLE, and t‑SNE—explains their principles, advantages, and limitations, and provides complete Python code examples and resources for each method, making it a valuable guide for beginners in machine learning and data mining.

PCAdata miningdimensionality reduction
0 likes · 17 min read
A Comprehensive Guide to Dimensionality Reduction Algorithms with Python Implementations
php Courses
php Courses
Oct 23, 2024 · Artificial Intelligence

Data Dimensionality Reduction and Feature Extraction with PHP

This article explains the concepts of data dimensionality reduction and feature extraction in machine learning and demonstrates how to implement them in PHP using the PHP‑ML library, including installation, data preprocessing, PCA-based reduction, and feature extraction with token vectorization and TF‑IDF.

PCAPHP-MLdimensionality reduction
0 likes · 5 min read
Data Dimensionality Reduction and Feature Extraction with PHP
Baidu Geek Talk
Baidu Geek Talk
Aug 21, 2024 · Artificial Intelligence

Step-by-Step PCA Face Recognition with PaddlePaddle

This article walks through using PaddlePaddle's linear algebra API to vectorize face images, load the ORL dataset, implement PCA for dimensionality reduction, and evaluate a simple face‑recognition classifier, providing full code, installation steps, and experimental results.

PCAPaddlePaddlePython
0 likes · 11 min read
Step-by-Step PCA Face Recognition with PaddlePaddle
Baidu Tech Salon
Baidu Tech Salon
Jul 23, 2024 · Artificial Intelligence

Linear Algebra Fundamentals and PaddlePaddle Applications

The article reviews core linear algebra concepts—vectors, matrices, eigenvalues, and transformations—and demonstrates how PaddlePaddle’s paddle.linalg API enables practical tasks such as least‑squares regression, image compression via SVD, PCA‑based dimensionality reduction, and broader machine‑learning, graphics, cryptography, and optimization applications.

PCAPaddlePaddleSVD
0 likes · 10 min read
Linear Algebra Fundamentals and PaddlePaddle Applications
Python Programming Learning Circle
Python Programming Learning Circle
Jul 9, 2024 · Artificial Intelligence

Principal Component Analysis (PCA) with Python: Theory and Practical Example on the Breast Cancer Dataset

This article explains the fundamentals of Principal Component Analysis (PCA), demonstrates its application on the Breast Cancer Wisconsin dataset using Python code, and shows how scaling, PCA transformation, scree plots, and feature-group comparisons can reveal data structure and improve predictive modeling.

Breast Cancer DatasetData visualizationPCA
0 likes · 11 min read
Principal Component Analysis (PCA) with Python: Theory and Practical Example on the Breast Cancer Dataset
php Courses
php Courses
Jun 13, 2024 · Artificial Intelligence

Using PHP for Data Dimensionality Reduction and Feature Extraction

This article explains the importance of data dimensionality reduction and feature extraction in machine learning, and provides a step‑by‑step guide with PHP code examples—including library installation, data preprocessing, PCA‑based reduction, and feature selection techniques—demonstrating how to handle large datasets efficiently.

PCAPHPdata preprocessing
0 likes · 6 min read
Using PHP for Data Dimensionality Reduction and Feature Extraction
Model Perspective
Model Perspective
Aug 31, 2023 · Artificial Intelligence

Master Feature Selection: From Filters to PCA with Python

This article explains why selecting the right features is essential for machine learning, outlines the general workflow, compares filter, wrapper, and embedded methods, demonstrates statistical tests and Python code examples, and shows how PCA can synthesize features for dimensionality reduction.

PCAPythonchi-square
0 likes · 18 min read
Master Feature Selection: From Filters to PCA with Python
DaTaobao Tech
DaTaobao Tech
May 22, 2023 · Artificial Intelligence

Statistical and Machine Learning Metrics for Data Analysis

The article presents a practical toolbox of statistical and machine‑learning metrics—including short‑term growth rates, CAGR, Excel forecasting functions, Wilson score adjustment, sigmoid decay weighting, correlation coefficients, KL divergence, elbow detection with KneeLocator, entropy‑based weighting, PCA, and TF‑IDF—offering concise formulas and code snippets for data analysis without deep theory.

PCAcorrelationdata analysis
0 likes · 12 min read
Statistical and Machine Learning Metrics for Data Analysis
Model Perspective
Model Perspective
Jan 13, 2023 · Artificial Intelligence

Master Classic Modeling with Python: LP, Graphs, Clustering, PCA & More

This article presents Python implementations of classic mathematical modeling techniques—including linear programming with PuLP, shortest‑path analysis using NetworkX, K‑means and hierarchical clustering, principal component analysis, frequent‑pattern mining with FP‑Growth, and linear regression and K‑nearest‑neighbors—providing code snippets, explanations, and visualizations to guide readers through each method.

Frequent Pattern MiningPCAPython
0 likes · 12 min read
Master Classic Modeling with Python: LP, Graphs, Clustering, PCA & More
Model Perspective
Model Perspective
Jan 8, 2023 · Artificial Intelligence

Unlock Hidden Patterns: A Deep Dive into Unsupervised Learning Techniques

This article introduces unsupervised learning, covering its motivation, Jensen's inequality, key clustering methods such as EM, k‑means, hierarchical clustering, evaluation metrics, and dimensionality‑reduction techniques like PCA and ICA, providing clear explanations and illustrative diagrams.

EM algorithmICAK-Means
0 likes · 8 min read
Unlock Hidden Patterns: A Deep Dive into Unsupervised Learning Techniques
Model Perspective
Model Perspective
Dec 30, 2022 · Fundamentals

How PCA Transforms Supplier Evaluation with Weighted Scores

This article explains the Principal Component Analysis (PCA) method, outlines its step‑by‑step weighting algorithm, and demonstrates a complete Python implementation that converts supplier metrics into objective scores using scikit‑learn.

PCAPythondata analysis
0 likes · 9 min read
How PCA Transforms Supplier Evaluation with Weighted Scores
Model Perspective
Model Perspective
Dec 14, 2022 · Fundamentals

Mastering PCA with SPSS: Step‑by‑Step Guide to Data Reduction

This guide explains PCA fundamentals, walks through suitability checks like KMO and Bartlett’s test, details step‑by‑step SPSS operations, and demonstrates how to interpret eigenvalues, scree plots, and rotated component matrices to extract meaningful factors from questionnaire data.

Bartlett TestKMO TestPCA
0 likes · 16 min read
Mastering PCA with SPSS: Step‑by‑Step Guide to Data Reduction
Python Programming Learning Circle
Python Programming Learning Circle
Sep 15, 2022 · Fundamentals

Time Series Analysis in Python: Visualization, FFT, Entropy, PCA and Autocorrelation

This article demonstrates how to analyze and visualize time‑series sensor data in Python using libraries such as NumPy, Pandas, Matplotlib, Seaborn and Scikit‑learn, covering data import, preprocessing, mean‑std plots, boxplots, Fourier transforms, entropy calculation, PCA dimensionality reduction and autocorrelation analysis.

Data visualizationFFTPCA
0 likes · 17 min read
Time Series Analysis in Python: Visualization, FFT, Entropy, PCA and Autocorrelation
Model Perspective
Model Perspective
Aug 24, 2022 · Fundamentals

Unlocking Data Insights: How Principal Component Analysis Simplifies Complex Variables

Principal Component Analysis (PCA) reduces high‑dimensional data to a few uncorrelated components by maximizing variance, enabling noise reduction, visualization, and efficient modeling, with practical steps—including data standardization, covariance matrix computation, eigenvalue extraction, and component selection—illustrated through a clothing‑size measurement case study.

PCAdata analysisdimensionality reduction
0 likes · 9 min read
Unlocking Data Insights: How Principal Component Analysis Simplifies Complex Variables
Model Perspective
Model Perspective
Aug 7, 2022 · Artificial Intelligence

Mastering Core ML Evaluation Metrics: From Bias‑Variance to ROC Curves

This article explains essential machine‑learning evaluation concepts—including the bias‑variance trade‑off, Gini impurity versus entropy, precision‑recall curves, ROC and AUC, the elbow method for K‑means, PCA scree plots, linear and logistic regression, SVM geometry, normal‑distribution rules, and Student’s t‑distribution—providing clear visual illustrations for each.

Evaluation MetricsPCAROC
0 likes · 7 min read
Mastering Core ML Evaluation Metrics: From Bias‑Variance to ROC Curves
Code DAO
Code DAO
Dec 19, 2021 · Artificial Intelligence

Exploring Latent Space with TensorFlow Autoencoders (Part 1)

This tutorial walks through building a TensorFlow 2.0 autoencoder from scratch, preparing the FashionDB dataset, visualizing raw images, projecting them into PCA and t‑SNE spaces, constructing encoder and decoder layers, training the model, and visualizing the resulting latent space to reveal image clusters.

AutoencoderLatent SpacePCA
0 likes · 13 min read
Exploring Latent Space with TensorFlow Autoencoders (Part 1)
Code DAO
Code DAO
Dec 18, 2021 · Artificial Intelligence

Essential Feature Selection Techniques for Machine Learning

This article explains why feature selection is crucial for building robust machine‑learning models and walks through popular filter, wrapper, and embedded methods—including information gain, chi‑square, LASSO, random‑forest importance, and PCA—providing code examples and practical guidance.

PCARegularizationembedded methods
0 likes · 18 min read
Essential Feature Selection Techniques for Machine Learning
Code DAO
Code DAO
Dec 7, 2021 · Artificial Intelligence

How to Cluster Text with TF‑IDF, KMeans and PCA in Python

This article walks through a complete Python workflow that loads the 20 Newsgroups dataset, preprocesses the documents, vectorizes them with TF‑IDF, groups them using KMeans, reduces dimensions with PCA, and visualizes the resulting clusters, illustrating each step with code and plots.

KMeansNLPPCA
0 likes · 13 min read
How to Cluster Text with TF‑IDF, KMeans and PCA in Python
Code DAO
Code DAO
Nov 29, 2021 · Artificial Intelligence

Dimensionality Reduction Algorithms: Why Too Many Features Hurt Machine Learning

The article explains how high‑dimensional data causes the curse of dimensionality, reduces model performance, and surveys feature‑selection, matrix‑decomposition, manifold‑learning, and auto‑encoder techniques while advising systematic experiments and proper data scaling.

PCAautoencodersdimensionality reduction
0 likes · 9 min read
Dimensionality Reduction Algorithms: Why Too Many Features Hurt Machine Learning
Qunar Tech Salon
Qunar Tech Salon
Jan 15, 2019 · Artificial Intelligence

Introduction to PCA with scikit-learn: A Dimensionality Reduction Tutorial

This article explains why dimensionality reduction is needed, introduces scikit-learn's PCA class and its parameters, provides step‑by‑step Python code examples for generating data, visualising samples, computing variance ratios, applying different n_components settings, and finally discusses the mathematical intuition and algorithmic workflow of Principal Component Analysis.

PCAPythondimensionality reduction
0 likes · 12 min read
Introduction to PCA with scikit-learn: A Dimensionality Reduction Tutorial
vivo Internet Technology
vivo Internet Technology
Nov 16, 2018 · Artificial Intelligence

Efficient Vector Search with Deep Learning Embeddings in Elasticsearch

The article explains how to replace keyword matching with deep‑learning document embeddings in Elasticsearch by applying PCA dimensionality reduction, indexing vectors using Lucene’s KD‑tree structures via a custom plugin, and leveraging FAISS‑style nearest‑neighbour techniques to achieve fast, semantically aware similarity search.

Deep LearningElasticsearchFAISS
0 likes · 7 min read
Efficient Vector Search with Deep Learning Embeddings in Elasticsearch
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
Hulu Beijing
Hulu Beijing
Jan 16, 2018 · Artificial Intelligence

Why PCA Can Be Seen as Linear Regression: The Minimum Square Error Perspective

This article revisits Principal Component Analysis by framing it as a minimum‑square‑error regression problem, showing how the optimal projection line aligns with linear regression, deriving the solution in both two‑dimensional and high‑dimensional spaces, and linking it to the classic maximum‑variance approach.

PCAlinear regressionminimum square error
0 likes · 5 min read
Why PCA Can Be Seen as Linear Regression: The Minimum Square Error Perspective